Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] kernel-fitimage: Support ext2.gz filesystems
@ 2017-05-10  8:47 Chunrong Guo
  2017-05-10  8:47 ` [PATCH 2/3] kernel-fitimage: set replacementtype to vmlinux Chunrong Guo
  2017-05-10  8:47 ` [PATCH 3/3] kernel-fitimage: fix KERNEL_DEVICETREE includes subdirectory issue Chunrong Guo
  0 siblings, 2 replies; 7+ messages in thread
From: Chunrong Guo @ 2017-05-10  8:47 UTC (permalink / raw)
  To: openembedded-core; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

Signed-off-by: Chunrong Guo <B40290@freescale.com>
---
 meta/classes/kernel-fitimage.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass
index 2630b47..f40fbf3 100644
--- a/meta/classes/kernel-fitimage.bbclass
+++ b/meta/classes/kernel-fitimage.bbclass
@@ -369,7 +369,7 @@ fitimage_assemble() {
 	#
 	if [ "x${ramdiskcount}" = "x1" ] ; then
 		# Find and use the first initramfs image archive type we find
-		for img in cpio.lz4 cpio.lzo cpio.lzma cpio.xz cpio.gz cpio; do
+		for img in cpio.lz4 cpio.lzo cpio.lzma cpio.xz cpio.gz ext2.gz cpio; do
 			initramfs_path="${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.${img}"
 			echo "Using $initramfs_path"
 			if [ -e "${initramfs_path}" ]; then
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-05-15 17:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-10  8:47 [PATCH 1/3] kernel-fitimage: Support ext2.gz filesystems Chunrong Guo
2017-05-10  8:47 ` [PATCH 2/3] kernel-fitimage: set replacementtype to vmlinux Chunrong Guo
2017-05-10  8:47 ` [PATCH 3/3] kernel-fitimage: fix KERNEL_DEVICETREE includes subdirectory issue Chunrong Guo
2017-05-10 13:20   ` Anders Darander
     [not found]     ` <DB5PR0401MB18485FA0120D685F729EBDDB84ED0@DB5PR0401MB1848.eurprd04.prod.outlook.com>
2017-05-12  7:11       ` Anders Darander
2017-05-12 15:12   ` Denys Dmytriyenko
     [not found]     ` <DB5PR0401MB1848C8D63FF1C4CDB7AB366184E10@DB5PR0401MB1848.eurprd04.prod.outlook.com>
2017-05-15 17:33       ` Denys Dmytriyenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox