[oe-commits] [openembedded-core] 19/22: image_types: use cpio-native to build cpio images

git at git.openembedded.org git at git.openembedded.org
Thu Nov 29 12:48:45 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 499fbd30e5f04323b6441e35b082a8584d181d61
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Nov 29 11:42:15 2018 +0000

    image_types: use cpio-native to build cpio images
    
    As per the previous commit, upstream cpio has a bug which means it crashes on
    append. If the image being built has already had testimage ran then cpio-native
    will be in the sysroot.  It's also possible that some distributions are shipping
    this broken CVE patch too.
    
    Now that our cpio-native is fixed, until we can be sure that the host cpio isn't
    broken depend on cpio-native if building a cpio image.
    
    [ YOCTO #13042 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/image_types.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 5c40648..70bd315 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -239,6 +239,7 @@ EXTRA_IMAGECMD_ext4 ?= "-i 4096"
 EXTRA_IMAGECMD_btrfs ?= "-n 4096"
 EXTRA_IMAGECMD_f2fs ?= ""
 
+do_image_cpio[depends] += "cpio-native:do_populate_sysroot"
 do_image_jffs2[depends] += "mtd-utils-native:do_populate_sysroot"
 do_image_cramfs[depends] += "util-linux-native:do_populate_sysroot"
 do_image_ext2[depends] += "e2fsprogs-native:do_populate_sysroot"

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


More information about the Openembedded-commits mailing list