From: Chunrong Guo <[email protected]> *This pkg will not be supported anymore.
Signed-off-by: Chunrong Guo <[email protected]> --- recipes-bsp/pkc-firmware/pkc-firmware_git.bb | 41 ---------------------------- 1 file changed, 41 deletions(-) delete mode 100644 recipes-bsp/pkc-firmware/pkc-firmware_git.bb diff --git a/recipes-bsp/pkc-firmware/pkc-firmware_git.bb b/recipes-bsp/pkc-firmware/pkc-firmware_git.bb deleted file mode 100644 index f5848eb..0000000 --- a/recipes-bsp/pkc-firmware/pkc-firmware_git.bb +++ /dev/null @@ -1,41 +0,0 @@ -DESCRIPTION = "U-boot firmware for c293pcie support " -HOMEPAGE = "http://u-boot.sf.net" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" - -INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc" - -inherit deploy - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-firmware.git;nobranch=1" -SRCREV = "209e0e6babdab43f38db84591307bedfd0bed542" - -S = "${WORKDIR}/git" - -EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' - -do_compile () { - unset LDFLAGS - unset CFLAGS - unset CPPFLAGS - oe_runmake C293QDS_36BIT_SDCARD -} - -do_install(){ - install -d ${D}${sysconfdir}/crypto/ - install ${S}/u-boot.bin ${D}${sysconfdir}/crypto/pkc-firmware.bin -} - -do_deploy(){ - install -d ${DEPLOYDIR}/pkc-firmware - install ${S}/u-boot.bin ${DEPLOYDIR}/pkc-firmware/pkc-firmware.bin -} - -addtask deploy after do_install - -FILES_{PN} += "/etc/crypto/pkc-firmware.bin" -COMPATIBLE_MACHINE = "(c293pcie)" -CLEANBROKEN = "1" -- 1.9.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
