[meta-freescale] [PATCH 5/7] qoriq-eds-puppet: add recipes

chunrong.guo at nxp.com chunrong.guo at nxp.com
Thu May 3 23:41:53 PDT 2018


From: Chunrong Guo <chunrong.guo at nxp.com>

*include the following changes:
15fc857 - update EULA to latest version
62b2160 - add SCR.txt
afb06cb - fix restart problem
8d66e48 - Initial Commit

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 recipes-containers/qoriq-eds/qoriq-eds-puppet.bb | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 recipes-containers/qoriq-eds/qoriq-eds-puppet.bb

diff --git a/recipes-containers/qoriq-eds/qoriq-eds-puppet.bb b/recipes-containers/qoriq-eds/qoriq-eds-puppet.bb
new file mode 100644
index 0000000..332ef5b
--- /dev/null
+++ b/recipes-containers/qoriq-eds/qoriq-eds-puppet.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Open source Puppet is a configuration management system"
+HOMEPAGE = "https://github.com/nxp/qoriq-eds-puppet.git"
+LICENSE = "NXP-EULA"
+LIC_FILES_CHKSUM = "file://EULA.txt;md5=d969f2c93b3905d4b628787ce5f8df4b"
+
+SRC_URI = "git://github.com/nxp/qoriq-eds-puppet.git;nobranch=1"
+SRCREV = "62b21601e045e472604cd6680a1a4eb835da0539"
+
+
+RDEPENDS_${PN} = "puppet"
+S = "${WORKDIR}/git"
+
+do_install() {
+    install -d ${D}${sysconfdir}/puppetlabs/puppet/
+    install -d ${D}${bindir}/
+
+    install -m 655 ${S}/puppet.sh ${D}${bindir}
+    install -m 655 ${S}/puppet.conf ${D}${sysconfdir}/puppetlabs/puppet/
+}
-- 
2.7.4



More information about the meta-freescale mailing list