mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
ventana: Specify MACHINE_EXTRA_RRECOMMENDS and MACHINE_ESSENTIAL_EXTRA_RDEPENDS
Comment the usage within this machine conf for the two aforementioned variables. For boot, we require the kernel, dtbs, and bootscript. We also require the sky2 module for use of an Ethernet device, but is not req'd for boot so place it into MACHINE_EXTRA_RRECOMMENDS. Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
e8aa2d0751
commit
2214ab8ba1
|
@ -35,13 +35,20 @@ KERNEL_IMAGETYPE = "uImage"
|
|||
|
||||
MACHINE_FEATURES += "pci wifi bluetooth"
|
||||
|
||||
# Add kernel/modules
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "kernel-module-sky2"
|
||||
# Add kernel modules
|
||||
MACHINE_EXTRA_RRECOMMENDS += "\
|
||||
kernel-module-sky2 \
|
||||
"
|
||||
|
||||
# Modules autoload
|
||||
KERNEL_MODULE_AUTOLOAD = "sky2"
|
||||
|
||||
# Req'd for boot
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "\
|
||||
kernel-image kernel-devicetree \
|
||||
u-boot-script-gateworks-imx \
|
||||
"
|
||||
|
||||
# Bootloader configs:
|
||||
UBOOT_CONFIG ??= "std"
|
||||
UBOOT_CONFIG[std] = "gwventana_config"
|
||||
|
|
Loading…
Reference in New Issue
Block a user