From: Matthew McClintock Date: Wed, 28 Dec 2011 18:35:17 +0000 (-0600) Subject: Initial add of rcw using public git X-Git-Tag: 2.1~534^2~545 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9af115ab714530332dd41e569a602beb16b19a01;p=meta-freescale.git Initial add of rcw using public git Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/recipes-tools/rcw/rcw_git.bb b/meta-fsl-ppc/recipes-tools/rcw/rcw_git.bb new file mode 100644 index 00000000..1bb0b17e --- /dev/null +++ b/meta-fsl-ppc/recipes-tools/rcw/rcw_git.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "Reset Control Words (RCW)" +SECTION = "rcw" +LICENSE = "BSD" +PR = "r1" + +LIC_FILES_CHKSUM = " \ + file://p2041rdb/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ + file://p3041ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ + file://p3060qds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ + file://p4080ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ + file://p5020ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ +" + +# this package is specific to the machine itself +INHIBIT_DEFAULT_DEPS = "1" +PACKAGE_ARCH = "${MACHINE_ARCH}" + +inherit deploy + +SRCREV = "${AUTOREV}" +SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git" + +S = "${WORKDIR}/git" + +do_deploy () { + make install + + M=`echo ${MACHINE} | sed s/-64b//g` + mkdir -p ${DEPLOY_DIR_IMAGE}/rcw + cp -r ${S}/${M}/${M} ${DEPLOY_DIR_IMAGE}/rcw +} +addtask deploy after do_install + +ALLOW_EMPTY_${PN} = "1"