[oe-commits] Koen Kooi : linux-omap 2.6.29: package DSS2 docs so people can get up to date docs at runtime

git version control git at git.openembedded.org
Thu Jul 23 16:53:41 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 21ccb58d1af2eef804941391ab780444aa98adf5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=21ccb58d1af2eef804941391ab780444aa98adf5

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jul 23 17:33:40 2009 +0200

linux-omap 2.6.29: package DSS2 docs so people can get up to date docs at runtime

---

 recipes/linux/linux-omap_2.6.29.bb |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index e40daa0..40546d3 100644
--- 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"
 





More information about the Openembedded-commits mailing list