From: Chunrong Guo <chunrong....@nxp.com>

41d127f - update EULA to latest version
4b51fcc - Merge pull request #1 in DCCA/eds-kubelet from 
~NXA16258/eds-kubelet:master to master
dbbde12 - kubelet: update to support both arm and arm64 platform
d4e78ef - add SCR.txt
d75f9f7 - Initial Commit

Signed-off-by: Chunrong Guo <chunrong....@nxp.com>
---
 .../qoriq-eds/qoriq-kubelet-extras.bb               | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 recipes-containers/qoriq-eds/qoriq-kubelet-extras.bb

diff --git a/recipes-containers/qoriq-eds/qoriq-kubelet-extras.bb 
b/recipes-containers/qoriq-eds/qoriq-kubelet-extras.bb
new file mode 100644
index 0000000..1612477
--- /dev/null
+++ b/recipes-containers/qoriq-eds/qoriq-kubelet-extras.bb
@@ -0,0 +1,21 @@
+SUMMARY = "NXP kubernetes configuration scripts"
+HOMEPAGE = "https://github.com/nxp/qoriq-eds-kubelet.git";
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://EULA.txt;md5=d969f2c93b3905d4b628787ce5f8df4b"
+
+SRC_URI = "git://github.com/NXP/qoriq-eds-kubelet.git;nobranch=1"
+SRCREV = "4b51fccefe4620ccb44c9639055a0c7db8ddd87f"
+
+RDEPENDS_${PN} = "qoriq-eds-kubelet"
+
+S = "${WORKDIR}/git"
+
+do_compile[noexec] = "1"
+
+do_install() {
+    install -d ${D}/${bindir}/
+    install -d ${D}/${sysconfdir}/
+    install -m 655 ${S}/etc/kubernetes/* ${D}/${sysconfdir}
+    install -m 655 ${S}/scripts/*  ${D}/${bindir}
+}
+
-- 
2.7.4

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to