diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-10-04 10:54:10 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-07 16:43:50 +0100 |
commit | 7c18abeb2a6ef8b7bb53aa92a9ee76bd465fada2 (patch) | |
tree | 52a416cb93cd948d254b4e77b4c4a2356032130a /.templateconf | |
parent | 8b18568591f66aa9770798bc61123898de92b8a9 (diff) | |
download | openembedded-core-7c18abeb2a6ef8b7bb53aa92a9ee76bd465fada2.tar.gz openembedded-core-7c18abeb2a6ef8b7bb53aa92a9ee76bd465fada2.tar.bz2 openembedded-core-7c18abeb2a6ef8b7bb53aa92a9ee76bd465fada2.zip |
classes/uboot-extlinux-config: Add class
This class allow the extlinux.conf generation for U-Boot use.
The U-Boot support for it is given to allow the Generic Distribution
Configuration specification use by OpenEmbedded-based products.
This class can be inherited by u-boot recipes to create extlinux.conf
and boot using menu options.
U-boot with extlinux support is machine dependent, so to use this class
you need to set UBOOT_EXTLINUX to 1 in machine configuration file and
also set root= kernel cmdline UBOOT_EXTLINUX_ROOT. This variable is used
to pass root kernel cmdline, e.g:
UBOOT_EXTLINUX_ROOT = "root=/dev/mmcblk2p2"
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.templateconf')
0 files changed, 0 insertions, 0 deletions