summaryrefslogtreecommitdiff
path: root/sharp-binary-only/sharp-flash-header-c700.oe
diff options
context:
space:
mode:
Diffstat (limited to 'sharp-binary-only/sharp-flash-header-c700.oe')
-rw-r--r--sharp-binary-only/sharp-flash-header-c700.oe7
1 files changed, 7 insertions, 0 deletions
diff --git a/sharp-binary-only/sharp-flash-header-c700.oe b/sharp-binary-only/sharp-flash-header-c700.oe
index e69de29bb2..a18f12a13c 100644
--- a/sharp-binary-only/sharp-flash-header-c700.oe
+++ b/sharp-binary-only/sharp-flash-header-c700.oe
@@ -0,0 +1,7 @@
+SRC_URI = "file://header-c700.bin \
+ file://header-c700.bin"
+
+do_stage() {
+ mkdir -p ${STAGING_LIBDIR}/sharp-flash-header
+ cp -a ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin
+}