diff options
Diffstat (limited to 'meta')
-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 |