diff options
author | Chase Maupin <Chase.Maupin@ti.com> | 2014-01-17 11:40:19 -0600 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-01-17 12:34:22 -0500 |
commit | 04166046edb85840144b443ff10114ed0e940cbc (patch) | |
tree | 41ce72a0d6b307c87c325c5308547056de07b021 /conf | |
parent | f9411677f9b06f04baec4c0f2101948a31340498 (diff) | |
download | meta-ti-04166046edb85840144b443ff10114ed0e940cbc.tar.gz |
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 <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/omap-a15.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ | |||
24 | xf86-video-fbdev" | 24 | xf86-video-fbdev" |
25 | 25 | ||
26 | GUI_MACHINE_CLASS = "smallscreen" | 26 | GUI_MACHINE_CLASS = "smallscreen" |
27 | |||
28 | # Use the expected value of the ubifs filesystem's volume name in the kernel | ||
29 | # and u-boot. | ||
30 | UBI_VOLNAME = "rootfs" | ||