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:
6dabb1c
)
linux-omap 2.6.29: package DSS2 docs so people can get up to date docs at runtime
author
Koen Kooi
<koen@openembedded.org>
Thu, 23 Jul 2009 15:33:40 +0000
(17:33 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 23 Jul 2009 15:33:40 +0000
(17:33 +0200)
recipes/linux/linux-omap_2.6.29.bb
patch
|
blob
|
history
diff --git
a/recipes/linux/linux-omap_2.6.29.bb
b/recipes/linux/linux-omap_2.6.29.bb
index
e40daa0
..
40546d3
100644
(file)
--- a/
recipes/linux/linux-omap_2.6.29.bb
+++ b/
recipes/linux/linux-omap_2.6.29.bb
@@
-8,6
+8,7
@@
COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_overo = "1"
DEFAULT_PREFERENCE_beagleboard = "1"
+DEFAULT_PREFERENCE_omap3evm = "1"
SRCREV = "58cf2f1425abfd3a449f9fe985e48be2d2555022"
@@
-177,6
+178,14
@@
SRC_URI_append_omap3evm = " \
S = "${WORKDIR}/git"
+do_install_append() {
+ install -d ${D}/boot
+ install -m 0644 Documentation/arm/OMAP/DSS ${D}/boot || true
+}
+
+PACKAGES =+ "omap-dss-doc"
+FILES_omap-dss-doc = "/boot/DSS"
+
module_autoload_ohci-hcd_omap5912osk = "ohci-hcd"