From dea8168335921f2915f30b9ea4d17870cb9c3dee Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 31 Jul 2019 09:24:31 +0800 Subject: [PATCH] layer.conf: add k8s and several python packages into IMAGE_INSTALL Signed-off-by: Jackie Huang --- conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 4301de4..7be4aa4 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -135,6 +135,7 @@ IMAGE_INSTALL_append = " \ json-c \ kexec-tools \ keyutils \ + kubernetes \ libcgroup \ libdrm \ libedit \ @@ -175,6 +176,7 @@ IMAGE_INSTALL_append = " \ mokutil \ mozjs \ mtools \ + mysql-python \ libnewt-python \ nss-pam-ldapd \ ntfs-3g-ntfsprogs \ @@ -210,6 +212,10 @@ IMAGE_INSTALL_append = " \ python-simplegeneric \ python-slip-dbus \ python-pytz \ + python-pymysql \ + python-pyzmq \ + python-xstatic-jquery.tablesorter \ + python-xstatic-jquery.quicksearch \ ruby-shadow \ screen \ seabios \