Class that allows extlinux.conf generation for U-Boot use was introduced
on OE-core commits:

  - 7c18abeb2a6ef8b7bb53aa92a9ee76bd465fada2
  - 33df3a65f3e8e136811da715d0cc247ce66ae0ea

To use this feature we need to install extlinux.conf file to location
extlinux/extlinux.conf in boot partition.

Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br>
---
 conf/machine/wandboard.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index 36dfc2e..c25d304 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -17,6 +17,10 @@ UBOOT_MACHINE = "wandboard_config"
 UBOOT_EXTLINUX = "1"
 UBOOT_EXTLINUX_ROOT = "root=/dev/mmcblk2p2"
 
+IMAGE_BOOT_FILES_append = " \
+    extlinux.conf;extlinux/extlinux.conf \
+"
+
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
 KERNEL_DEVICETREE = " \
     imx6dl-wandboard-revb1.dtb \
-- 
2.1.4

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to