diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-23 17:33:40 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-23 17:33:40 +0200 |
commit | 21ccb58d1af2eef804941391ab780444aa98adf5 (patch) | |
tree | f05caa5de5e6869730d54bc3c79ba16b36f276c6 /recipes | |
parent | 6dabb1c806e24a2e31d3294327d3eb3e87a347e3 (diff) |
linux-omap 2.6.29: package DSS2 docs so people can get up to date docs at runtime
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 e40daa0ec0..40546d3d90 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" |