diff options
author | Roger Monk <r-monk@ti.com> | 2009-12-15 15:30:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-21 10:10:13 +0100 |
commit | 9cf6e46742ffc894fb480193a942fe85a68ef79b (patch) | |
tree | dd9aaa156d536f9af3d8afe7ee5d21764ba8af77 /recipes/linux/linux-davinci_git.bb | |
parent | 9d53afeb98e6c6319a3b5ee0056121b547b5be4f (diff) |
linux-davinci: Updated OPP config for da850-omapl138-evm/hawkboard
* add 480x272 bootlogo for da850-omapl138-evm
* add 640x480 bootlogo for hawkboard
* enable more usb drivers and stats for hawkboard
Diffstat (limited to 'recipes/linux/linux-davinci_git.bb')
-rw-r--r-- | recipes/linux/linux-davinci_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb index 05b8eba45e..54198093ee 100644 --- a/recipes/linux/linux-davinci_git.bb +++ b/recipes/linux/linux-davinci_git.bb @@ -50,8 +50,12 @@ PV_da850-omapl138-evm = "2.6.31+2.6.32-rc6-${PR}+gitr${SRCREV}" PV_hawkboard = "2.6.31+2.6.32-rc6-${PR}+gitr${SRCREV}" SRC_URI_append_da830-omapl137-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH}" -SRC_URI_append_da850-omapl138-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH}" +SRC_URI_append_da850-omapl138-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} \ + file://logo_linux_clut224.ppm \ + file://da850_omapl138_opp456mhz.patch;patch=1" SRC_URI_append_hawkboard = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} \ - file://patch_hawk.diff;patch=1" + file://logo_linux_clut224.ppm \ + file://da850_omapl138_opp456mhz.patch;patch=1 \ + file://patch_hawk.diff;patch=1" S = "${WORKDIR}/git" |