diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-10 11:56:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-10 11:56:19 +0000 |
commit | 457ae5ada547f8f03a5963f40e4f403dd0244a2b (patch) | |
tree | cb8a51afe2c96f9c11b7f04f128895e6e3b05d55 /meta/packages/uboot/u-boot-omap3-git | |
parent | fe795de8f54b4270bc3fcf7b87c06ccf6d837665 (diff) | |
download | poky-457ae5ada547f8f03a5963f40e4f403dd0244a2b.tar.gz |
Add overo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/uboot/u-boot-omap3-git')
-rw-r--r-- | meta/packages/uboot/u-boot-omap3-git/beagleboard/name.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/uboot/u-boot-omap3-git/beagleboard/name.patch b/meta/packages/uboot/u-boot-omap3-git/beagleboard/name.patch new file mode 100644 index 0000000000..ac03e47774 --- /dev/null +++ b/meta/packages/uboot/u-boot-omap3-git/beagleboard/name.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | --- git/Makefile.orig 2008-07-25 16:21:22.000000000 -0700 | ||
2 | +++ git/Makefile 2008-07-27 06:49:08.000000000 -0700 | ||
3 | @@ -2582,8 +2582,8 @@ SMN42_config : unconfig | ||
4 | ######################################################################### | ||
5 | ## ARM CORTEX Systems | ||
6 | ######################################################################### | ||
7 | -omap3530beagle_config : unconfig | ||
8 | - @$(MKCONFIG) $(@:_config=) arm omap3 omap3530beagle | ||
9 | +beagleboard_config : unconfig | ||
10 | + @$(MKCONFIG) omap3530beagle arm omap3 omap3530beagle | ||
11 | |||
12 | overo_config : unconfig | ||
13 | @$(MKCONFIG) $(@:_config=) arm omap3 overo | ||
14 | |||