[oe-commits] org.oe.dev u-boot-mkimage-gta01: build uboot-mkimage needed for Neo1973 kernel

hrw commit openembedded-commits at lists.openembedded.org
Wed Mar 7 09:51:30 UTC 2007


u-boot-mkimage-gta01: build uboot-mkimage needed for Neo1973 kernel
- same tool is built with uboot-gta01_svn.bb recipe but Neo1973 u-boot
  require OABI toolchain

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 6ab3973f7f76d522200bf4e6127648012ce14601
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6ab3973f7f76d522200bf4e6127648012ce14601
Files:
1
packages/uboot/u-boot-mkimage-gta01_svn.bb
Diffs:

#
# mt diff -r3e81bb4036b509b02f4477d322820e7e23d71560 -r6ab3973f7f76d522200bf4e6127648012ce14601
#
# 
# 
# add_file "packages/uboot/u-boot-mkimage-gta01_svn.bb"
#  content [426cea79ca249e5108cd409e58421a13e763aee7]
# 
============================================================
--- packages/uboot/u-boot-mkimage-gta01_svn.bb	426cea79ca249e5108cd409e58421a13e763aee7
+++ packages/uboot/u-boot-mkimage-gta01_svn.bb	426cea79ca249e5108cd409e58421a13e763aee7
@@ -0,0 +1,18 @@
+require uboot-gta01_svn.bb
+
+PROVIDES = ""
+TARGET_LDFLAGS = ""
+
+do_compile () {
+	chmod +x board/neo1973/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_build after do_compile






More information about the Openembedded-commits mailing list