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:
Pushpal Sidhu 2015-10-27 12:38:51 -07:00 committed by Otavio Salvador
parent e8aa2d0751
commit 2214ab8ba1

View File

@ -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"