From 673abd92f999829bdd67d0273c43570a62123a63 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Feb 2011 15:32:57 +0000 Subject: conf/machine: Drop older machines with no recent updates These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie --- meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700.bb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700.bb (limited to 'meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700.bb') diff --git a/meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700.bb b/meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700.bb deleted file mode 100644 index 38e09d8093..0000000000 --- a/meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700.bb +++ /dev/null @@ -1,11 +0,0 @@ -SECTION = "base" -SRC_URI = "file://header-c700.bin" -LICENSE = "sharp-binary-only" -COMPATIBLE_MACHINE = '(c7x0|spitz|akita)' -# Install into machine specific staging area so do_rootfs can find this -PACKAGE_ARCH = "${MACHINE_ARCH}" - -do_install() { - install -d ${D}${libdir}/sharp-flash-header - install -m 0644 ${WORKDIR}/header-c700.bin ${D}${libdir}/sharp-flash-header/header-c700.bin -} -- cgit v1.2.3