]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls2-rcw: remove recipes
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 18 Oct 2017 05:06:32 +0000 (13:06 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 18 Oct 2017 13:42:30 +0000 (11:42 -0200)
* ls2-rcw and rcw  are duplicated so remove ls2-rcw.

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

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