layer.conf: add k8s and several python packages into IMAGE_INSTALL
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
This commit is contained in:
parent
cf7bfee341
commit
dea8168335
@ -135,6 +135,7 @@ IMAGE_INSTALL_append = " \
|
|||||||
json-c \
|
json-c \
|
||||||
kexec-tools \
|
kexec-tools \
|
||||||
keyutils \
|
keyutils \
|
||||||
|
kubernetes \
|
||||||
libcgroup \
|
libcgroup \
|
||||||
libdrm \
|
libdrm \
|
||||||
libedit \
|
libedit \
|
||||||
@ -175,6 +176,7 @@ IMAGE_INSTALL_append = " \
|
|||||||
mokutil \
|
mokutil \
|
||||||
mozjs \
|
mozjs \
|
||||||
mtools \
|
mtools \
|
||||||
|
mysql-python \
|
||||||
libnewt-python \
|
libnewt-python \
|
||||||
nss-pam-ldapd \
|
nss-pam-ldapd \
|
||||||
ntfs-3g-ntfsprogs \
|
ntfs-3g-ntfsprogs \
|
||||||
@ -210,6 +212,10 @@ IMAGE_INSTALL_append = " \
|
|||||||
python-simplegeneric \
|
python-simplegeneric \
|
||||||
python-slip-dbus \
|
python-slip-dbus \
|
||||||
python-pytz \
|
python-pytz \
|
||||||
|
python-pymysql \
|
||||||
|
python-pyzmq \
|
||||||
|
python-xstatic-jquery.tablesorter \
|
||||||
|
python-xstatic-jquery.quicksearch \
|
||||||
ruby-shadow \
|
ruby-shadow \
|
||||||
screen \
|
screen \
|
||||||
seabios \
|
seabios \
|
||||||
|
Loading…
Reference in New Issue
Block a user