[Buildroot] [PATCH 1/2] fs/iso9660: fix hybrid image support

Noé Rubinstein noe.rubinstein at gmail.com
Thu Jul 30 16:42:37 UTC 2015


> Hum then maybe in the end my _POST_GEN_HOOKS idea is better?

Would you prefer something like:

>  define ROOTFS_ISO9660_CMD
>         $(HOST_DIR)/usr/bin/genisoimage -J -R -b $(ROOTFS_ISO9660_BOOT_IMAGE) \
>                 -no-emul-boot -boot-load-size 4 -boot-info-table \
> -               -o $@ $(ROOTFS_ISO9660_TARGET_DIR)
> +               -o $@ $(ROOTFS_ISO9660_TARGET_DIR) ; \
> +       $(ROOTFS_ISO9660_GEN_HYBRID)
>  endef

--
Noé Rubinstein



More information about the buildroot mailing list