From 88867c1d96684925027a0ecc9e25c6ea70040cc6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 11 Jun 2012 20:44:56 -0400 Subject: extras: move things to extras Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko --- recipes-ti/bios/ti-sysbios.inc | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 recipes-ti/bios/ti-sysbios.inc (limited to 'recipes-ti/bios/ti-sysbios.inc') diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc deleted file mode 100644 index d04a1581..00000000 --- a/recipes-ti/bios/ti-sysbios.inc +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "TI SYS/BIOS v6 Kernel" -HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios" -SECTION = "devel" -LICENSE = "BSD" - -require ../includes/ti-paths.inc -require ../includes/ti-staging.inc -require ../includes/ti-eula-unpack.inc - -S = "${WORKDIR}/bios_${PV}" - -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" - -BINFILE="bios_setuplinux_${PV}.bin" -TI_BIN_UNPK_CMDS="Y: q:workdir:Y" - -do_install() { - install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE} - cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} -} - -- cgit v1.2.3-54-g00ecf