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 | |
parent | 08cd5cd73a8c3ebdc72a97d7336b239aaf39e57d (diff) |
u-boot: do not build helloworld example
Diffstat (limited to 'packages/uboot/u-boot-LABEL.2006.06.30.2020')
-rw-r--r-- | packages/uboot/u-boot-LABEL.2006.06.30.2020/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/uboot/u-boot-LABEL.2006.06.30.2020/.mtn2git_empty b/packages/uboot/u-boot-LABEL.2006.06.30.2020/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/uboot/u-boot-LABEL.2006.06.30.2020/.mtn2git_empty diff --git a/packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch b/packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch new file mode 100644 index 0000000000..d98cefe28e --- /dev/null +++ b/packages/uboot/u-boot-LABEL.2006.06.30.2020/nohelloworld.patch @@ -0,0 +1,14 @@ +Index: git/examples/Makefile +=================================================================== +--- git.orig/examples/Makefile 2006-10-20 09:53:20.000000000 +0200 ++++ git/examples/Makefile 2006-10-20 10:17:55.658554000 +0200 +@@ -59,9 +59,6 @@ + + include $(TOPDIR)/config.mk + +-SREC = hello_world.srec +-BIN = hello_world.bin hello_world +- + ifeq ($(CPU),mpc8xx) + SREC = test_burst.srec + BIN = test_burst.bin test_burst |