aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sharp-binary-only/sharp-flash-header-c700.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sharp-binary-only/sharp-flash-header-c700.bb')
-rw-r--r--recipes/sharp-binary-only/sharp-flash-header-c700.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/sharp-binary-only/sharp-flash-header-c700.bb b/recipes/sharp-binary-only/sharp-flash-header-c700.bb
new file mode 100644
index 0000000000..09bb98c461
--- /dev/null
+++ b/recipes/sharp-binary-only/sharp-flash-header-c700.bb
@@ -0,0 +1,11 @@
+SECTION = "base"
+SRC_URI = "file://header-c700.bin"
+LICENSE = "sharp-binary-only"
+COMPATIBLE_MACHINE = '(c7x0|spitz|akita)'
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+do_stage() {
+ install -d ${STAGING_LIBDIR}/sharp-flash-header
+ install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin
+}