From: Zhenhua Luo Date: Fri, 9 Jan 2015 02:41:54 +0000 (+0800) Subject: cs4315-firmware: remove recipe X-Git-Tag: 2.1~534^2~39 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3e377f6b33ec471677aeccb450c4b84926c3130f;p=meta-freescale.git cs4315-firmware: remove recipe The source code of cs4315-firmware is not available in public git repo due to license issue, remove the recipe. Build error log: ERROR: Function failed: Fetcher failure for URL: 'git://git.freescale.com/ppc/sdk/firmware.git;nobranch=1'. Unable to fetch URL from any source. Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/recipes-bsp/cs4315-firmware/cs4315-firmware_git.bb b/meta-fsl-ppc/recipes-bsp/cs4315-firmware/cs4315-firmware_git.bb deleted file mode 100644 index 153e8f85..00000000 --- a/meta-fsl-ppc/recipes-bsp/cs4315-firmware/cs4315-firmware_git.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Firmware image for the Cortina CS4315 PHY" -LICENSE = "Cortina" -LIC_FILES_CHKSUM = "file://Cortina-EULA;md5=ef3a0b9eaf40547d263a4f67040dc56e" - -inherit deploy - -SRC_URI = "git://git.freescale.com/ppc/sdk/firmware.git;nobranch=1" -SRCREV = "ad5a3108f9ede39ea41fde18d4ac0cc7680cf650" - -S = "${WORKDIR}/git" - -do_install () { - install -d ${D}/boot - install -m 644 ${S}/cs4315-cs4340-PHY-ucode.txt ${D}/boot/ -} - -do_deploy () { - install -d ${DEPLOYDIR}/ - install -m 644 ${S}/cs4315-cs4340-PHY-ucode.txt ${DEPLOYDIR}/ -} -addtask deploy before do_build after do_install - -PACKAGES += "${PN}-image" -FILES_${PN}-image += "/boot" -COMPATIBLE_MACHINE = "(t2080rdb|t2080rdb-64b|t4240rdb|t4240rdb-64b)" -ALLOW_EMPTY_${PN} = "1"