]> code.ossystems Code Review - meta-freescale.git/commitdiff
rcw-bin: remove
authorChunrong Guo <chunrong.guo@nxp.com>
Tue, 21 Aug 2018 08:41:47 +0000 (16:41 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 31 Aug 2018 01:07:12 +0000 (22:07 -0300)
*rcw-bin merge to rcw

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/rcw/rcw-bin_git.bb [deleted file]

diff --git a/recipes-bsp/rcw/rcw-bin_git.bb b/recipes-bsp/rcw/rcw-bin_git.bb
deleted file mode 100644 (file)
index 420d964..0000000
+++ /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)"