summaryrefslogtreecommitdiffstats
path: root/meta/packages/uboot/u-boot-mkimage-gta01-native_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/uboot/u-boot-mkimage-gta01-native_svn.bb')
-rw-r--r--meta/packages/uboot/u-boot-mkimage-gta01-native_svn.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/uboot/u-boot-mkimage-gta01-native_svn.bb b/meta/packages/uboot/u-boot-mkimage-gta01-native_svn.bb
new file mode 100644
index 0000000..7c10d65
--- /dev/null
+++ b/meta/packages/uboot/u-boot-mkimage-gta01-native_svn.bb
@@ -0,0 +1,18 @@
+require uboot-gta01_svn.bb
+
+PROVIDES = ""
+TARGET_LDFLAGS = ""
+
+do_compile () {
+ chmod +x board/neo1973/gta01/split_by_variant.sh
+ oe_runmake gta01bv3_config
+ oe_runmake clean
+ oe_runmake tools
+}
+
+do_deploy () {
+ install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/uboot-mkimage
+}
+
+do_deploy[dirs] = "${S}"
+addtask deploy before do_package after do_install
OpenPOWER on IntegriCloud