diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-19 22:03:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-19 22:03:47 +0000 |
commit | 9d4dd6dbd17944d03f5fa5dab31bb4ff48127900 (patch) | |
tree | cff21ded81eb1234f12cd7de25ee0fcfadf55b36 | |
parent | 110830ddcb4b9e3b28cd5b717a1b003e3085b9c3 (diff) | |
download | poky-9d4dd6dbd17944d03f5fa5dab31bb4ff48127900.tar.gz |
sharp-flash-header: Install into machine specific staging area so do_rootfs can find it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4898 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/sharp-binary-only/sharp-flash-header-c700.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/sharp-binary-only/sharp-flash-header-c700.bb b/meta/packages/sharp-binary-only/sharp-flash-header-c700.bb index 789c7c2f01..0c36d4549c 100644 --- a/meta/packages/sharp-binary-only/sharp-flash-header-c700.bb +++ b/meta/packages/sharp-binary-only/sharp-flash-header-c700.bb | |||
@@ -2,6 +2,8 @@ SECTION = "base" | |||
2 | SRC_URI = "file://header-c700.bin" | 2 | SRC_URI = "file://header-c700.bin" |
3 | LICENSE = "sharp-binary-only" | 3 | LICENSE = "sharp-binary-only" |
4 | COMPATIBLE_MACHINE = '(c7x0|spitz|akita)' | 4 | COMPATIBLE_MACHINE = '(c7x0|spitz|akita)' |
5 | # Install into machine specific staging area so do_rootfs can find this | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
5 | do_stage() { | 7 | do_stage() { |
6 | install -d ${STAGING_LIBDIR}/sharp-flash-header | 8 | install -d ${STAGING_LIBDIR}/sharp-flash-header |
7 | install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin | 9 | install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin |