From dde9c84e1675fddfe55b981cd2af34e4c1ee3cf9 Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Fri, 17 Jan 2014 11:40:19 -0600 Subject: omap-a15: set the UBI_VOLNAME to match u-boot default * By setting the UBI_VOLNAME variable the default name for the UBI rootfs will match the default used by u-boot so images built through OpenEmbedded will work with out-of-box u-boot. Signed-off-by: Chase Maupin Signed-off-by: Denys Dmytriyenko --- conf/machine/include/omap-a15.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index b0a0e746..dcf973e2 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc @@ -24,3 +24,7 @@ XSERVER = "xserver-xorg \ xf86-video-fbdev" GUI_MACHINE_CLASS = "smallscreen" + +# Use the expected value of the ubifs filesystem's volume name in the kernel +# and u-boot. +UBI_VOLNAME = "rootfs" -- cgit v1.2.3-54-g00ecf