summaryrefslogtreecommitdiffstats
path: root/meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb')
-rw-r--r--meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb83
1 files changed, 0 insertions, 83 deletions
diff --git a/meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb b/meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb
deleted file mode 100644
index 574cda19b1..0000000000
--- a/meta/packages/uboot/u-boot-mkimage-openmoko-native_oe.bb
+++ /dev/null
@@ -1,83 +0,0 @@
1require uboot-openmoko_svn.bb
2
3PV = "1.2.0+git9912121f7ed804ea58fd62f3f230b5dcfc357d88svn2238"
4PR = "r1"
5
6SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git;tag=9912121f7ed804ea58fd62f3f230b5dcfc357d88 \
7file://uboot-machtypes.patch;patch=1 \
8file://ext2load_hex.patch;patch=1 \
9file://uboot-s3c2410-warnings-fix.patch;patch=1 \
10file://uboot-strtoul.patch;patch=1 \
11file://uboot-cramfs_but_no_jffs2.patch;patch=1 \
12file://nand-read_write_oob.patch;patch=1 \
13file://uboot-arm920t-gd_in_irq.patch;patch=1 \
14file://uboot-arm920_s3c2410_irq_demux.patch;patch=1 \
15file://uboot-s3c2410-nand.patch;patch=1 \
16file://uboot-cmd_s3c2410.patch;patch=1 \
17file://uboot-s3c2410-mmc.patch;patch=1 \
18file://env_nand_oob.patch;patch=1 \
19file://dynenv-harden.patch;patch=1 \
20file://uboot-s3c2410_fb.patch;patch=1 \
21file://uboot-20061030-qt2410.patch;patch=1 \
22file://uboot-20061030-neo1973.patch;patch=1 \
23file://uboot-s3c2410-misccr-definitions.patch;patch=1 \
24file://boot-from-ram-reloc.patch;patch=1 \
25file://boot-from-ram-and-nand.patch;patch=1 \
26file://wakeup-reason-nand-only.patch;patch=1 \
27file://uboot-neo1973-resume.patch;patch=1 \
28file://nand-dynamic_partitions.patch;patch=1 \
29file://uboot-s3c2410-norelocate_irqvec_cpy.patch;patch=1 \
30file://uboot-usbtty-acm.patch;patch=1 \
31file://uboot-s3c2410_udc.patch;patch=1 \
32file://bbt-create-optional.patch;patch=1 \
33file://nand-createbbt.patch;patch=1 \
34file://dontask.patch;patch=1 \
35file://nand-badisbad.patch;patch=1 \
36file://uboot-bbt-quiet.patch;patch=1 \
37file://raise-limits.patch;patch=1 \
38file://splashimage-command.patch;patch=1 \
39file://cmd-unzip.patch;patch=1 \
40file://enable-splash-bmp.patch;patch=1 \
41file://preboot-override.patch;patch=1 \
42file://lowlevel_foo.patch;patch=1 \
43file://default-env.patch;patch=1 \
44file://console-ansi.patch;patch=1 \
45file://boot-menu.patch;patch=1 \
46file://uboot-dfu.patch;patch=1 \
47file://uboot-neo1973-defaultenv.patch;patch=1 \
48file://uboot-nand-markbad-reallybad.patch;patch=1 \
49file://usbdcore-multiple_configs.patch;patch=1 \
50file://neo1973-chargefast.patch;patch=1 \
51file://uboot-s3c2440.patch;patch=1 \
52file://uboot-smdk2440.patch;patch=1 \
53file://uboot-hxd8.patch;patch=1 \
54file://uboot-license.patch;patch=1 \
55file://uboot-gta02.patch;patch=1 \
56file://uboot-s3c2443.patch;patch=1 \
57file://uboot-smdk2443.patch;patch=1 \
58file://unbusy-i2c.patch;patch=1 \
59file://makefile-no-dirafter.patch;patch=1 \
60"
61
62PROVIDES = ""
63TARGET_LDFLAGS = ""
64
65do_quilt() {
66:
67}
68
69do_compile () {
70 chmod +x board/neo1973/gta01/split_by_variant.sh
71 oe_runmake gta01bv3_config
72 oe_runmake clean
73 oe_runmake tools
74}
75
76do_stage () {
77 install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/uboot-mkimage
78 ln -sf ${STAGING_BINDIR_NATIVE}/uboot-mkimage ${STAGING_BINDIR_NATIVE}/mkimage
79}
80
81do_deploy() {
82:
83}