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 --- .../local-power-manager/ti-local-power-manager.inc | 133 --------------------- 1 file changed, 133 deletions(-) delete mode 100644 recipes-ti/local-power-manager/ti-local-power-manager.inc (limited to 'recipes-ti/local-power-manager/ti-local-power-manager.inc') diff --git a/recipes-ti/local-power-manager/ti-local-power-manager.inc b/recipes-ti/local-power-manager/ti-local-power-manager.inc deleted file mode 100644 index 9155c761..00000000 --- a/recipes-ti/local-power-manager/ti-local-power-manager.inc +++ /dev/null @@ -1,133 +0,0 @@ -DESCRIPTION = "TI Local Power Manager (LPM)" -HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/lpm" -SECTION = "devel" -LICENSE = "GPLv2" - -LIC_FILES_CHKSUM = "file://gpl_2.0.txt;md5=ebb5c50ab7cab4baeffba14977030c07" - -# TODO : Hardcoded path to evm3530 - need to fix when adding omap24xx/dm6446 (other lpm targets) - -require ../includes/ti-paths.inc -require ../includes/ti-staging.inc - -PROVIDES = "ti-lpm-module" -PROVIDES += "ti-lpm-utils" - -# This package builds a kernel module, use kernel PR as base and append a local version -PR = "${MACHINE_KERNEL_PR}" -PR_append = "e" - -S = "${WORKDIR}/local_power_manager_linux_${PV}" - -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/lpm/${PV}/exports/local_power_manager_linux_${PV}.tar.gz;name=lpmtarball" - -DEPENDS = "ti-dsplink ti-xdctools" -DEPENDS += "virtual/kernel" - -# SOC_FAMILY configuration - -LPMDSPPOWERSOC_omap3 = "omap3530" -LPMDSPPOWERSOC_dm6446 = "dm6446" -LPMDSPPOWERSOC ?= "UNDEFINED_LPMDSPPOWERSOC" - -XDC_PLATFORM_dm6446 = "ti.platforms.evmDM6446" -XDC_PLATFORM_omap3 = "ti.platforms.evm3530" -XDC_PLATFORM ?= "UNDEFINED_XDC_PLATFORM" - -do_configure () { - - # Generate a config.bld for XDC - - cat > ${S}/config.bld <