diff options
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.bb | 83 |
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 @@ | |||
1 | require uboot-openmoko_svn.bb | ||
2 | |||
3 | PV = "1.2.0+git9912121f7ed804ea58fd62f3f230b5dcfc357d88svn2238" | ||
4 | PR = "r1" | ||
5 | |||
6 | SRC_URI = "git://www.denx.de/git/u-boot.git/;protocol=git;tag=9912121f7ed804ea58fd62f3f230b5dcfc357d88 \ | ||
7 | file://uboot-machtypes.patch;patch=1 \ | ||
8 | file://ext2load_hex.patch;patch=1 \ | ||
9 | file://uboot-s3c2410-warnings-fix.patch;patch=1 \ | ||
10 | file://uboot-strtoul.patch;patch=1 \ | ||
11 | file://uboot-cramfs_but_no_jffs2.patch;patch=1 \ | ||
12 | file://nand-read_write_oob.patch;patch=1 \ | ||
13 | file://uboot-arm920t-gd_in_irq.patch;patch=1 \ | ||
14 | file://uboot-arm920_s3c2410_irq_demux.patch;patch=1 \ | ||
15 | file://uboot-s3c2410-nand.patch;patch=1 \ | ||
16 | file://uboot-cmd_s3c2410.patch;patch=1 \ | ||
17 | file://uboot-s3c2410-mmc.patch;patch=1 \ | ||
18 | file://env_nand_oob.patch;patch=1 \ | ||
19 | file://dynenv-harden.patch;patch=1 \ | ||
20 | file://uboot-s3c2410_fb.patch;patch=1 \ | ||
21 | file://uboot-20061030-qt2410.patch;patch=1 \ | ||
22 | file://uboot-20061030-neo1973.patch;patch=1 \ | ||
23 | file://uboot-s3c2410-misccr-definitions.patch;patch=1 \ | ||
24 | file://boot-from-ram-reloc.patch;patch=1 \ | ||
25 | file://boot-from-ram-and-nand.patch;patch=1 \ | ||
26 | file://wakeup-reason-nand-only.patch;patch=1 \ | ||
27 | file://uboot-neo1973-resume.patch;patch=1 \ | ||
28 | file://nand-dynamic_partitions.patch;patch=1 \ | ||
29 | file://uboot-s3c2410-norelocate_irqvec_cpy.patch;patch=1 \ | ||
30 | file://uboot-usbtty-acm.patch;patch=1 \ | ||
31 | file://uboot-s3c2410_udc.patch;patch=1 \ | ||
32 | file://bbt-create-optional.patch;patch=1 \ | ||
33 | file://nand-createbbt.patch;patch=1 \ | ||
34 | file://dontask.patch;patch=1 \ | ||
35 | file://nand-badisbad.patch;patch=1 \ | ||
36 | file://uboot-bbt-quiet.patch;patch=1 \ | ||
37 | file://raise-limits.patch;patch=1 \ | ||
38 | file://splashimage-command.patch;patch=1 \ | ||
39 | file://cmd-unzip.patch;patch=1 \ | ||
40 | file://enable-splash-bmp.patch;patch=1 \ | ||
41 | file://preboot-override.patch;patch=1 \ | ||
42 | file://lowlevel_foo.patch;patch=1 \ | ||
43 | file://default-env.patch;patch=1 \ | ||
44 | file://console-ansi.patch;patch=1 \ | ||
45 | file://boot-menu.patch;patch=1 \ | ||
46 | file://uboot-dfu.patch;patch=1 \ | ||
47 | file://uboot-neo1973-defaultenv.patch;patch=1 \ | ||
48 | file://uboot-nand-markbad-reallybad.patch;patch=1 \ | ||
49 | file://usbdcore-multiple_configs.patch;patch=1 \ | ||
50 | file://neo1973-chargefast.patch;patch=1 \ | ||
51 | file://uboot-s3c2440.patch;patch=1 \ | ||
52 | file://uboot-smdk2440.patch;patch=1 \ | ||
53 | file://uboot-hxd8.patch;patch=1 \ | ||
54 | file://uboot-license.patch;patch=1 \ | ||
55 | file://uboot-gta02.patch;patch=1 \ | ||
56 | file://uboot-s3c2443.patch;patch=1 \ | ||
57 | file://uboot-smdk2443.patch;patch=1 \ | ||
58 | file://unbusy-i2c.patch;patch=1 \ | ||
59 | file://makefile-no-dirafter.patch;patch=1 \ | ||
60 | " | ||
61 | |||
62 | PROVIDES = "" | ||
63 | TARGET_LDFLAGS = "" | ||
64 | |||
65 | do_quilt() { | ||
66 | : | ||
67 | } | ||
68 | |||
69 | do_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 | |||
76 | do_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 | |||
81 | do_deploy() { | ||
82 | : | ||
83 | } | ||