From: Chunrong Guo Date: Tue, 21 Aug 2018 08:41:47 +0000 (+0800) Subject: rcw-bin: remove X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=542af201f5048fd0d7ff093a2f2426ea039883a7;p=meta-freescale.git rcw-bin: remove *rcw-bin merge to rcw Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/rcw/rcw-bin_git.bb b/recipes-bsp/rcw/rcw-bin_git.bb deleted file mode 100644 index 420d9641..00000000 --- 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)"