mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02: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"
|
SUMMARY = "Self-hosting"
|
||||||
DESCRIPTION = "Packages required to run the build system"
|
DESCRIPTION = "Packages required to run the build system"
|
||||||
PR = "r11"
|
PR = "r12"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
@@ -37,11 +37,6 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
|
|||||||
genext2fs \
|
genext2fs \
|
||||||
hdparm \
|
hdparm \
|
||||||
iptables \
|
iptables \
|
||||||
kernel-module-tun \
|
|
||||||
kernel-module-iptable-raw \
|
|
||||||
kernel-module-iptable-nat \
|
|
||||||
kernel-module-iptable-mangle \
|
|
||||||
kernel-module-iptable-filter \
|
|
||||||
lsb \
|
lsb \
|
||||||
mc \
|
mc \
|
||||||
parted \
|
parted \
|
||||||
@@ -50,6 +45,14 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
|
|||||||
vte \
|
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
|
# eglibc-utils: for rpcgen
|
||||||
RDEPENDS_packagegroup-self-hosted-sdk = "\
|
RDEPENDS_packagegroup-self-hosted-sdk = "\
|
||||||
autoconf \
|
autoconf \
|
||||||
|
|||||||
Reference in New Issue
Block a user