mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
task-basic: include MACHINE_EXTRA_RRECOMMENDS
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -5,7 +5,7 @@ DESCRIPTION = "Basic task to get a device online"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
inherit task
|
inherit task
|
||||||
|
|
||||||
@@ -13,6 +13,10 @@ inherit task
|
|||||||
#
|
#
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
# Poke extra recomendations into the list using your machine.conf
|
||||||
|
#
|
||||||
|
MACHINE_EXTRA_RRECOMMENDS ?= ""
|
||||||
|
|
||||||
#
|
#
|
||||||
# Select between dropbear and openssh
|
# Select between dropbear and openssh
|
||||||
# Set TASK_BASIC_SSHDAEMON = "openssh-sshd openssh-sftp" in your DISTRO config to get openssh(d)
|
# Set TASK_BASIC_SSHDAEMON = "openssh-sshd openssh-sftp" in your DISTRO config to get openssh(d)
|
||||||
@@ -41,6 +45,7 @@ RDEPENDS_${PN} = "\
|
|||||||
# 3) Nice to have: packages that are nice to have, but aren't strictly needed
|
# 3) Nice to have: packages that are nice to have, but aren't strictly needed
|
||||||
#
|
#
|
||||||
RRECOMMENDS_${PN} = "\
|
RRECOMMENDS_${PN} = "\
|
||||||
|
${MACHINE_EXTRA_RRECOMMENDS} \
|
||||||
${@base_contains("MACHINE_FEATURES", "usbhost", "usbutils", "", d)} \
|
${@base_contains("MACHINE_FEATURES", "usbhost", "usbutils", "", d)} \
|
||||||
${@base_contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \
|
${@base_contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \
|
||||||
${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \
|
${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \
|
||||||
|
|||||||
Reference in New Issue
Block a user