From 926560497bef54a06a39850fcf551c5c1bba9bfc Mon Sep 17 00:00:00 2001 From: Beth Flanagan Date: Thu, 24 Feb 2011 14:34:59 -0800 Subject: Emenlow Removal from Poky Core: meta-emenlow Removing Emenlow from poky core as it is now in meta-intel as a BSP layer [BUGID #769] Signed-off-by: Beth Flanagan --- .../psb-kernel-source/psb-kernel-source_4.42.0.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta-emenlow/recipes-graphics/psb-kernel-source/psb-kernel-source_4.42.0.bb (limited to 'meta-emenlow/recipes-graphics/psb-kernel-source/psb-kernel-source_4.42.0.bb') diff --git a/meta-emenlow/recipes-graphics/psb-kernel-source/psb-kernel-source_4.42.0.bb b/meta-emenlow/recipes-graphics/psb-kernel-source/psb-kernel-source_4.42.0.bb deleted file mode 100644 index 5c1a3e1c2..000000000 --- a/meta-emenlow/recipes-graphics/psb-kernel-source/psb-kernel-source_4.42.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Kernel module for the Poulsbo (psb) 2D X11 driver" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://GPLv2_License.txt;md5=f5ca3155cfeaa64a6ea228b11ad6916d" -PR = "r1" - -inherit module - -SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/psb-kernel-source_4.42.0-0ubuntu2~1004um2.tar.gz \ - file://build.patch;patch=1" - -do_compile () { - oe_runmake LINUXDIR=${STAGING_KERNEL_DIR} DRM_MODULES="psb" -} - -do_install () { - mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/extra - cp ${WORKDIR}/${PN}-${PV}/*.ko ${D}/lib/modules/${KERNEL_VERSION}/extra -} - -FILES_${PN} += "${base_libdir}/modules/${KERNEL_VERSION}/extra/*.ko" - -DEPENDS += "virtual/kernel" - -COMPATIBLE_MACHINE = "emenlow" -- cgit v1.2.3