Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1530156

Re: [PATCH 6/6] deb-pkg: Remove the KBUILD_IMAGE workaround

From Riku Voipio <riku.voipio@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 6/6] deb-pkg: Remove the KBUILD_IMAGE workaround
Date 2016-11-25 13:20 +0100
Message-ID <sHnDX-t4-5@gated-at.bofh.it> (permalink)
References <sGqXf-4ft-3@gated-at.bofh.it> <sGqXg-4ft-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 22 November 2016 at 23:34, Michal Marek <mmarek@suse.com> wrote:
> The arch Makefile are fixed to set KBUILD_IMAGE to the full patch, so
> the workaround is no longer needed.
>
> Signed-off-by: Michal Marek <mmarek@suse.com>
> ---
Thanks for cleaning this up.

Reviewed-by: Riku Voipio <riku.voipio@linaro.org>

>  scripts/package/builddeb | 7 +------
>  1 file changed, 1 insertion(+), 6 deletions(-)
>
> diff --git a/scripts/package/builddeb b/scripts/package/builddeb
> index 8ea9fd2b6573..dab997343f1a 100755
> --- a/scripts/package/builddeb
> +++ b/scripts/package/builddeb
> @@ -143,12 +143,7 @@ else
>         cp System.map "$tmpdir/boot/System.map-$version"
>         cp $KCONFIG_CONFIG "$tmpdir/boot/config-$version"
>  fi
> -# Not all arches include the boot path in KBUILD_IMAGE
> -if [ -e $KBUILD_IMAGE ]; then
> -       cp $KBUILD_IMAGE "$tmpdir/$installed_image_path"
> -else
> -       cp arch/$ARCH/boot/$KBUILD_IMAGE "$tmpdir/$installed_image_path"
> -fi
> +cp "$($MAKE -s image_name)" "$tmpdir/$installed_image_path"
>
>  if grep -q "^CONFIG_OF=y" $KCONFIG_CONFIG ; then
>         # Only some architectures with OF support have this target
> --
> 2.10.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/6] arm64: Use full path in KBUILD_IMAGE definition Michal Marek <mmarek@suse.com> - 2016-11-22 22:40 +0100
  [PATCH 5/6] unicore32: Use full path in KBUILD_IMAGE definition Michal Marek <mmarek@suse.com> - 2016-11-22 22:40 +0100
  [PATCH 2/6] arm: Use full path in KBUILD_IMAGE definition Michal Marek <mmarek@suse.com> - 2016-11-22 22:40 +0100
  [PATCH 6/6] deb-pkg: Remove the KBUILD_IMAGE workaround Michal Marek <mmarek@suse.com> - 2016-11-22 22:40 +0100
    Re: [PATCH 6/6] deb-pkg: Remove the KBUILD_IMAGE workaround Riku Voipio <riku.voipio@linaro.org> - 2016-11-25 13:20 +0100
      Re: [PATCH 6/6] deb-pkg: Remove the KBUILD_IMAGE workaround Michal Marek <mmarek@suse.com> - 2016-11-25 15:30 +0100
  [PATCH 4/6] sh: Use full path in KBUILD_IMAGE definition Michal Marek <mmarek@suse.com> - 2016-11-22 22:40 +0100

csiph-web