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 --- .../sharp-binary-only/sharp-flash-header-c700.bb | 11 ----------- .../sharp-flash-header-c700/header-c700.bin | Bin 16 -> 0 bytes 2 files changed, 11 deletions(-) delete mode 100644 meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700.bb delete mode 100644 meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700/header-c700.bin (limited to 'meta/recipes-bsp/sharp-binary-only') 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 38e09d809..000000000 --- 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 -} diff --git a/meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700/header-c700.bin b/meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700/header-c700.bin deleted file mode 100644 index d2328b00b..000000000 Binary files a/meta/recipes-bsp/sharp-binary-only/sharp-flash-header-c700/header-c700.bin and /dev/null differ -- cgit v1.2.3