diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-01 11:26:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-01 11:26:28 +0000 |
commit | 1e2d2eb33a5fba729445a71ce855c4536c909de5 (patch) | |
tree | 1fdfb3918981274cc622cc32307dbfec1b9d0c5c /meta/packages/uboot/u-boot-mkimage-gta01-native_svn.bb | |
parent | ea605d307c7935119ce75b411beb8890565f73fe (diff) | |
download | poky-1e2d2eb33a5fba729445a71ce855c4536c909de5.tar.gz |
uboot: added U-Boot for fic-gta01
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1844 311d38ba-8fff-0310-9ca6-ca027cbcb966
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.bb | 18 |
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 0000000000..7c10d653bc --- /dev/null +++ b/meta/packages/uboot/u-boot-mkimage-gta01-native_svn.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | require uboot-gta01_svn.bb | ||
2 | |||
3 | PROVIDES = "" | ||
4 | TARGET_LDFLAGS = "" | ||
5 | |||
6 | do_compile () { | ||
7 | chmod +x board/neo1973/gta01/split_by_variant.sh | ||
8 | oe_runmake gta01bv3_config | ||
9 | oe_runmake clean | ||
10 | oe_runmake tools | ||
11 | } | ||
12 | |||
13 | do_deploy () { | ||
14 | install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/uboot-mkimage | ||
15 | } | ||
16 | |||
17 | do_deploy[dirs] = "${S}" | ||
18 | addtask deploy before do_package after do_install | ||