git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4c5ef7
)
omap3 machines: build matching x-loader as well on each image build
author
Koen Kooi
<koen@openembedded.org>
Wed, 28 Jul 2010 15:00:41 +0000
(17:00 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 28 Jul 2010 15:00:41 +0000
(17:00 +0200)
conf/machine/include/omap3.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/omap3.inc
b/conf/machine/include/omap3.inc
index
db0e861
..
630fde4
100644
(file)
--- a/
conf/machine/include/omap3.inc
+++ b/
conf/machine/include/omap3.inc
@@
-10,6
+10,5
@@
KERNEL_IMAGETYPE = "uImage"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
-# Only build u-boot, xload is optional
-EXTRA_IMAGEDEPENDS += "u-boot"
+EXTRA_IMAGEDEPENDS += "u-boot x-load"