[oe-commits] [openembedded-core] 06/07: image_types_uboot: add cpio.gz.uboot to supported IMAGE_TYPES

git at git.openembedded.org git at git.openembedded.org
Fri Mar 11 10:57:39 UTC 2016


rpurdie pushed a commit to branch jethro
in repository openembedded-core.

commit 240ecb6ac624cd6e5d813d8144c7a7f2d7adb31f
Author: Arnold Csorvasi <arnold.csorvasi at ni.com>
AuthorDate: Wed Feb 10 11:44:52 2016 +0200

    image_types_uboot: add cpio.gz.uboot to supported IMAGE_TYPES
    
    U-Boot needs the U-Boot header in a ramdisk image to boot it.
    Add this header to the cpio.gz image, so that it can be booted
    with U-Boot.
    
    Signed-off-by: Arnold Csorvasi <arnold.csorvasi at ni.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    
    (From OE-Core master rev: 8376fa3d4ef6175b83ab7f1ec8e4e20ec14964f4)
    
    Signed-off-by: Joshua Lock <joshua.g.lock at intel.com>
---
 meta/classes/image_types_uboot.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/image_types_uboot.bbclass b/meta/classes/image_types_uboot.bbclass
index 081bca2..19e4aa2 100644
--- a/meta/classes/image_types_uboot.bbclass
+++ b/meta/classes/image_types_uboot.bbclass
@@ -22,5 +22,5 @@ COMPRESS_CMD_bz2.u-boot      = "${COMPRESS_CMD_bz2}; oe_mkimage ${IMAGE_NAME}.ro
 COMPRESS_DEPENDS_lzma.u-boot = "u-boot-mkimage-native"
 COMPRESS_CMD_lzma.u-boot      = "${COMPRESS_CMD_lzma}; oe_mkimage ${IMAGE_NAME}.rootfs.${type}.lzma lzma clean"
 
-IMAGE_TYPES += "ext2.u-boot ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot ext3.gz.u-boot ext4.gz.u-boot"
+IMAGE_TYPES += "ext2.u-boot ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot ext3.gz.u-boot ext4.gz.u-boot cpio.gz.u-boot"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list