mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
task-self-hosted: Move tools to host-tools task
Moved kernel modules for iptable and tun, along with dhcp-client iptables, mc, screen to host-tools as they are not sdk. (From OE-Core rev: 24498e983ab8455ef0dda67efa8c16c1197f3597) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
afbde63674
commit
7ec44994e9
|
|
@ -28,13 +28,23 @@ RDEPENDS_task-self-hosted = "\
|
|||
"
|
||||
|
||||
RDEPENDS_task-self-hosted-host-tools = "\
|
||||
dhcp-client \
|
||||
e2fsprogs \
|
||||
e2fsprogs-e2fsck \
|
||||
e2fsprogs-fsck \
|
||||
e2fsprogs-mke2fs \
|
||||
e2fsprogs-tune2fs \
|
||||
genext2fs \
|
||||
hdparm \
|
||||
iptables \
|
||||
kernel-module-tun \
|
||||
kernel-module-iptable-raw \
|
||||
kernel-module-iptable-nat \
|
||||
kernel-module-iptable-mangle \
|
||||
kernel-module-iptable-filter \
|
||||
mc \
|
||||
parted \
|
||||
screen \
|
||||
"
|
||||
|
||||
# eglibc-utils: for rpcgen
|
||||
|
|
@ -88,7 +98,6 @@ RDEPENDS_task-self-hosted-extended = "\
|
|||
chrpath \
|
||||
cpio \
|
||||
curl \
|
||||
dhcp-client \
|
||||
diffstat \
|
||||
diffutils \
|
||||
elfutils \
|
||||
|
|
@ -101,13 +110,6 @@ RDEPENDS_task-self-hosted-extended = "\
|
|||
grep \
|
||||
groff \
|
||||
gawk \
|
||||
hdparm \
|
||||
iptables \
|
||||
kernel-module-tun \
|
||||
kernel-module-iptable-raw \
|
||||
kernel-module-iptable-nat \
|
||||
kernel-module-iptable-mangle \
|
||||
kernel-module-iptable-filter \
|
||||
libaio \
|
||||
libxml2 \
|
||||
libusb1 \
|
||||
|
|
@ -116,7 +118,6 @@ RDEPENDS_task-self-hosted-extended = "\
|
|||
lzo \
|
||||
man \
|
||||
man-pages \
|
||||
mc \
|
||||
mdadm \
|
||||
minicom \
|
||||
mtools \
|
||||
|
|
@ -160,7 +161,6 @@ RDEPENDS_task-self-hosted-extended = "\
|
|||
quota \
|
||||
readline \
|
||||
rpm \
|
||||
screen \
|
||||
setserial \
|
||||
subversion \
|
||||
sudo \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user