lkml.org 
[lkml]   [2018]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 224/329] builddeb: Fix header package regarding dtc source links
    Date
    4.9-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Jan Kiszka <jan.kiszka@siemens.com>

    [ Upstream commit f8437520704cfd9cc442a99d73ed708a3cdadaf9 ]

    Since d5d332d3f7e8, a couple of links in scripts/dtc/include-prefixes
    are additionally required in order to build device trees with the header
    package.

    Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
    Reviewed-by: Riku Voipio <riku.voipio@linaro.org>
    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    scripts/package/builddeb | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/scripts/package/builddeb
    +++ b/scripts/package/builddeb
    @@ -325,7 +325,7 @@ fi

    # Build kernel header package
    (cd $srctree; find . -name Makefile\* -o -name Kconfig\* -o -name \*.pl) > "$objtree/debian/hdrsrcfiles"
    -(cd $srctree; find arch/*/include include scripts -type f) >> "$objtree/debian/hdrsrcfiles"
    +(cd $srctree; find arch/*/include include scripts -type f -o -type l) >> "$objtree/debian/hdrsrcfiles"
    (cd $srctree; find arch/$SRCARCH -name module.lds -o -name Kbuild.platforms -o -name Platform) >> "$objtree/debian/hdrsrcfiles"
    (cd $srctree; find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f) >> "$objtree/debian/hdrsrcfiles"
    if grep -q '^CONFIG_STACK_VALIDATION=y' $KCONFIG_CONFIG ; then

    \
     
     \ /
      Last update: 2018-05-28 12:39    [W:4.032 / U:0.620 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site