diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-20 08:40:36 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-20 08:40:36 +0000 |
commit | 8fc2a1a6a196fa3de97f1abadecf778689ad29ba (patch) | |
tree | 70cd9b6270b62efe257a88e664873c4c7403a6a2 /packages/uboot/u-boot_LABEL.2006.06.30.2020.bb | |
parent | 08cd5cd73a8c3ebdc72a97d7336b239aaf39e57d (diff) |
u-boot: do not build helloworld example
Diffstat (limited to 'packages/uboot/u-boot_LABEL.2006.06.30.2020.bb')
-rw-r--r-- | packages/uboot/u-boot_LABEL.2006.06.30.2020.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb b/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb index cec4c0eca2..5bf12bcaa0 100644 --- a/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb +++ b/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb @@ -4,11 +4,12 @@ SECTION = "bootloader" PRIORITY = "optional" LICENSE = "GPL" -PR = "r1" +PR = "r2" TAG = "${@bb.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git;tag=${TAG}" +SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git;tag=${TAG} \ + file://nohelloworld.patch;patch=1" # file://config.patch;patch=1" SRC_URI_append_navman-icn330 = " http://www.duff.dk/navman/navman-u-boot-2006-30-2020.patch;patch=1" |