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:
0d60719
)
omap5912conf : Fix preferred version variables
author
Philip Balister
<philip@balister.org>
Fri, 25 Aug 2006 17:56:44 +0000
(17:56 +0000)
committer
Philip Balister
<philip@balister.org>
Fri, 25 Aug 2006 17:56:44 +0000
(17:56 +0000)
* use linux-omap1_2.6.12-rc2 for now
* prepare to use linux-omap1_2.6.17-omap1 when it works
conf/machine/omap5912osk.conf
patch
|
blob
|
history
diff --git
a/conf/machine/omap5912osk.conf
b/conf/machine/omap5912osk.conf
index
49ea6f6
..
a2c01ad
100644
(file)
--- a/
conf/machine/omap5912osk.conf
+++ b/
conf/machine/omap5912osk.conf
@@
-10,6
+10,8
@@
PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
PREFERRED_VERSION_u-boot = "LABEL.2006.06.30.2020"
+#PREFERRED_VERSION_linux-omap1 = "2.6.17-omap1"
+PREFERRED_VERSION_linux-omap1 = "2.6.12-rc2"
BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral"