mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +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:
committed by
Richard Purdie
parent
afbde63674
commit
7ec44994e9
@@ -28,13 +28,23 @@ RDEPENDS_task-self-hosted = "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_task-self-hosted-host-tools = "\
|
RDEPENDS_task-self-hosted-host-tools = "\
|
||||||
|
dhcp-client \
|
||||||
e2fsprogs \
|
e2fsprogs \
|
||||||
e2fsprogs-e2fsck \
|
e2fsprogs-e2fsck \
|
||||||
e2fsprogs-fsck \
|
e2fsprogs-fsck \
|
||||||
e2fsprogs-mke2fs \
|
e2fsprogs-mke2fs \
|
||||||
e2fsprogs-tune2fs \
|
e2fsprogs-tune2fs \
|
||||||
genext2fs \
|
genext2fs \
|
||||||
|
hdparm \
|
||||||
|
iptables \
|
||||||
|
kernel-module-tun \
|
||||||
|
kernel-module-iptable-raw \
|
||||||
|
kernel-module-iptable-nat \
|
||||||
|
kernel-module-iptable-mangle \
|
||||||
|
kernel-module-iptable-filter \
|
||||||
|
mc \
|
||||||
parted \
|
parted \
|
||||||
|
screen \
|
||||||
"
|
"
|
||||||
|
|
||||||
# eglibc-utils: for rpcgen
|
# eglibc-utils: for rpcgen
|
||||||
@@ -88,7 +98,6 @@ RDEPENDS_task-self-hosted-extended = "\
|
|||||||
chrpath \
|
chrpath \
|
||||||
cpio \
|
cpio \
|
||||||
curl \
|
curl \
|
||||||
dhcp-client \
|
|
||||||
diffstat \
|
diffstat \
|
||||||
diffutils \
|
diffutils \
|
||||||
elfutils \
|
elfutils \
|
||||||
@@ -101,13 +110,6 @@ RDEPENDS_task-self-hosted-extended = "\
|
|||||||
grep \
|
grep \
|
||||||
groff \
|
groff \
|
||||||
gawk \
|
gawk \
|
||||||
hdparm \
|
|
||||||
iptables \
|
|
||||||
kernel-module-tun \
|
|
||||||
kernel-module-iptable-raw \
|
|
||||||
kernel-module-iptable-nat \
|
|
||||||
kernel-module-iptable-mangle \
|
|
||||||
kernel-module-iptable-filter \
|
|
||||||
libaio \
|
libaio \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libusb1 \
|
libusb1 \
|
||||||
@@ -116,7 +118,6 @@ RDEPENDS_task-self-hosted-extended = "\
|
|||||||
lzo \
|
lzo \
|
||||||
man \
|
man \
|
||||||
man-pages \
|
man-pages \
|
||||||
mc \
|
|
||||||
mdadm \
|
mdadm \
|
||||||
minicom \
|
minicom \
|
||||||
mtools \
|
mtools \
|
||||||
@@ -160,7 +161,6 @@ RDEPENDS_task-self-hosted-extended = "\
|
|||||||
quota \
|
quota \
|
||||||
readline \
|
readline \
|
||||||
rpm \
|
rpm \
|
||||||
screen \
|
|
||||||
setserial \
|
setserial \
|
||||||
subversion \
|
subversion \
|
||||||
sudo \
|
sudo \
|
||||||
|
|||||||
Reference in New Issue
Block a user