All of lore.kernel.org
 help / color / mirror / Atom feed
From: chunrong.guo@nxp.com
To: meta-freescale@yoctoproject.org
Cc: Chunrong Guo <chunrong.guo@nxp.com>
Subject: [PATCH v2 3/7] qoriq-kubelet-extras: add recipes
Date: Tue,  8 May 2018 17:29:44 +0800	[thread overview]
Message-ID: <1525771788-15025-3-git-send-email-chunrong.guo@nxp.com> (raw)
In-Reply-To: <1525771788-15025-1-git-send-email-chunrong.guo@nxp.com>

From: Chunrong Guo <chunrong.guo@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.guo@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



  parent reply	other threads:[~2018-05-08 19:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-08  9:29 [PATCH v2 1/7] qoriq-edgescale-eds: add recipes chunrong.guo
2018-05-08  9:29 ` [PATCH v2 2/7] qoriq-eds-kubelet: " chunrong.guo
2018-05-08  9:29 ` chunrong.guo [this message]
2018-05-08  9:29 ` [PATCH v2 4/7] qoriq-eds-bootstrap: " chunrong.guo
2018-05-08  9:29 ` [PATCH v2 5/7] qoriq-eds-puppet: " chunrong.guo
2018-05-08  9:29 ` [PATCH v2 6/7] mqtt: " chunrong.guo
2018-05-22 20:55   ` Otavio Salvador
2018-05-08  9:29 ` [PATCH v2 7/7] est-client-go: " chunrong.guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1525771788-15025-3-git-send-email-chunrong.guo@nxp.com \
    --to=chunrong.guo@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.