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

*rcw-bin merge to rcw

Signed-off-by: Chunrong Guo <chunrong....@nxp.com>
---
 recipes-bsp/rcw/rcw-bin_git.bb | 32 --------------------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 recipes-bsp/rcw/rcw-bin_git.bb

diff --git a/recipes-bsp/rcw/rcw-bin_git.bb b/recipes-bsp/rcw/rcw-bin_git.bb
deleted file mode 100644
index 420d964..0000000
--- a/recipes-bsp/rcw/rcw-bin_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-SUMMARY = "Reset Configuration Word"
-DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for 
the QorIQ targets"
-LICENSE = "NXP-Binary-EULA"
-LIC_FILES_CHKSUM = 
"file://NXP-Binary-EULA;md5=ba5ff3a3faf52a38970d0a536ef42df5"
-
-inherit deploy siteinfo
-
-SRC_URI = "git://github.com/NXP/qoriq-rcw-bin.git;nobranch=1"
-SRCREV = "a48f3adeff3c2e54ef8b888ec629fa2d576461da"
-
-S = "${WORKDIR}/git"
-
-M="${@d.getVar('MACHINE', 
True).replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}"
-
-do_install () {
-    install -d ${D}/boot/rcw
-    cp -rf ${S}/${M}* ${D}/boot/rcw/
-    chown -R root:root ${D}
-}
-
-do_deploy () {
-    install -d ${DEPLOYDIR}/rcw
-    cp -rf ${S}/${M}* ${DEPLOYDIR}/rcw/
-}
-addtask deploy before do_build after do_install
-
-PACKAGES += "${PN}-image"
-FILES_${PN}-image += "/boot"
-
-COMPATIBLE_MACHINE = "(qoriq)"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(ls1012a|ls2088a|ls1088a)"
-- 
2.7.4

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

Reply via email to