From ce192a5cdc1c8a93f83e39194f4c74b5d2da2e36 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 9 Jul 2018 14:59:36 +0000 Subject: meta-yocto-bsp: mpc8315e-rdb.conf: use mpc8315erdb.dtb without the KERNEL_IMAGETYPE_FOR_MAKE as a prefix * fix the issue with newer kernel-devicetree.bbclass as reported by RP in http://lists.openembedded.org/pipermail/openembedded-core/2018-July/152594.html with changes from http://lists.openembedded.org/pipermail/openembedded-core/2018-July/152560.html the bbclass no longer creates the dtb files prefixed with KERNEL_IMAGETYPE_FOR_MAKE: deploy/images/mpc8315e-rdb/uImage-mpc8315erdb.dtb use the version less symlink: -rw-r--r-- 2 bitbake bitbake 9.3K Jul 9 13:30 deploy/images/mpc8315e-rdb/mpc8315erdb--4.15.18+git0+45c256a5ca_0b32edc46d-r0.2-mpc8315e-rdb-20180709125726.dtb lrwxrwxrwx 2 bitbake bitbake 84 Jul 9 13:30 deploy/images/mpc8315e-rdb/mpc8315erdb.dtb -> mpc8315erdb--4.15.18+git0+45c256a5ca_0b32edc46d-r0.2-mpc8315e-rdb-20180709125726.dtb lrwxrwxrwx 2 bitbake bitbake 84 Jul 9 13:30 deploy/images/mpc8315e-rdb/mpc8315erdb-mpc8315e-rdb.dtb -> mpc8315erdb--4.15.18+git0+45c256a5ca_0b32edc46d-r0.2-mpc8315e-rdb-20180709125726.dtb (From meta-yocto rev: 1f8b8d266a3e8dbe7c447d074446c9f27526991e) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto-bsp') diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf index 72f52912eb..eae8157eab 100644 --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf @@ -32,4 +32,4 @@ JFFS2_ERASEBLOCK = "0x4000" IMAGE_FSTYPES += "wic wic.bmap" WKS_FILE ?= 'mpc8315e-rdb.wks' -IMAGE_BOOT_FILES ?= "u-boot.bin uImage uImage-mpc8315erdb.dtb;dtb" +IMAGE_BOOT_FILES ?= "u-boot.bin uImage mpc8315erdb.dtb;dtb" -- cgit v1.2.3-54-g00ecf