mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
packagegroup-self-hosted: recommend kernel modules instead of depending on them
Requested kernel modules may be integrated in kernel or totally disabled as not needed on target. (From OE-Core rev: 2129b793bc7875d929a91e22be72108d4d15e081) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ed79d5ee3a
commit
ca8edd6999
@@ -4,7 +4,7 @@
|
||||
|
||||
SUMMARY = "Self-hosting"
|
||||
DESCRIPTION = "Packages required to run the build system"
|
||||
PR = "r11"
|
||||
PR = "r12"
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit packagegroup
|
||||
@@ -37,11 +37,6 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
|
||||
genext2fs \
|
||||
hdparm \
|
||||
iptables \
|
||||
kernel-module-tun \
|
||||
kernel-module-iptable-raw \
|
||||
kernel-module-iptable-nat \
|
||||
kernel-module-iptable-mangle \
|
||||
kernel-module-iptable-filter \
|
||||
lsb \
|
||||
mc \
|
||||
parted \
|
||||
@@ -50,6 +45,14 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
|
||||
vte \
|
||||
"
|
||||
|
||||
RRECOMMENDS_packagegroup-self-hosted-host-tools = "\
|
||||
kernel-module-tun \
|
||||
kernel-module-iptable-raw \
|
||||
kernel-module-iptable-nat \
|
||||
kernel-module-iptable-mangle \
|
||||
kernel-module-iptable-filter \
|
||||
"
|
||||
|
||||
# eglibc-utils: for rpcgen
|
||||
RDEPENDS_packagegroup-self-hosted-sdk = "\
|
||||
autoconf \
|
||||
|
||||
Reference in New Issue
Block a user