diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-04 15:32:30 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-04 15:32:30 +0200 |
commit | 881f92e3409f67f70cffd5cfaca0de8248729145 (patch) | |
tree | 49f15add251b6ded5b2c5efc29f5603b76619e0e /recipes/linux/linux-omap_git.bb | |
parent | eff28b3b4ec8309ac1d51d98b8bfc9f5d48ed43f (diff) |
linux-omap git: another checkpoint
* add V4l2 interfaces to DSS2
* add back MADC driver
* add zippy support for beagleboard
* add DSS2 for omap3evm
Diffstat (limited to 'recipes/linux/linux-omap_git.bb')
-rw-r--r-- | recipes/linux/linux-omap_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap_git.bb b/recipes/linux/linux-omap_git.bb index 215f88a394..f19840d4f4 100644 --- a/recipes/linux/linux-omap_git.bb +++ b/recipes/linux/linux-omap_git.bb @@ -42,9 +42,17 @@ SRC_URI_append = " \ file://dss2/0015-OMAP-DSS2-omapfb-driver.patch;patch=1 \ file://dss2/0016-OMAP-DSS2-Add-DPI-panel-drivers.patch;patch=1 \ file://dss2/0017-OMAP-DSS2-Taal-DSI-command-mode-panel-driver.patch;patch=1 \ + file://dss2/0001-OMAP3-Enable-DSS2-for-OMAP3EVM-board.patch;patch=1 \ + file://dss2/0002-V4L2-Added-New-V4L2-CIDs-for-omap-devices-V4L2-IOCT.patch;patch=1 \ + file://dss2/0003-V4L2-Updated-v4l2_common-for-new-V4L2-CIDs.patch;patch=1 \ + file://dss2/0004-OMAP2-3-V4L2-Add-support-for-OMAP2-3-V4L2-driver-on.patch;patch=1 \ + file://expansion-boards/tincantools-zippy.patch;patch=1 \ + file://madc/madc-driver.patch;patch=1 \ + file://madc/madc.patch;patch=1 \ " SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ +" S = "${WORKDIR}/git" |