[Buildroot] [PATCH 14/28] grub: convert to AUTOTARGETS

Darius Augulis augulis.darius at gmail.com
Sat Aug 20 09:22:21 UTC 2011



Hi Thomas,

with these changes grub is not installed to staging dir.
grub.mk has label:

define GRUB_INSTALL_STAGING_CMDS
         install -m 0755 -D $(@D)/grub/grub $(STAGING_DIR)/sbin/grub
endef

but when building it's installed only to target dir, but not to staging.

Darius.


On 07/05/2011 10:54 PM, Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni<thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8 at public.gmane.org>
> ---
>   boot/grub/grub.500-build-fix.patch |   14 +++++
>   boot/grub/grub.mk                  |  102 ++++++++++++++----------------------
>   2 files changed, 53 insertions(+), 63 deletions(-)
>   create mode 100644 boot/grub/grub.500-build-fix.patch



More information about the buildroot mailing list