diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-15 19:27:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-15 19:27:45 +0200 |
commit | a6d3ba856df758ae4db30c02121d95fb3d4829f3 (patch) | |
tree | f4a84cfec86c5e3175b88227fd3bce674373c5dc /recipes/x-load | |
parent | d861047e32eacf91974108a5eeba1f847bad5b9f (diff) |
x-load: add omap3-touchbook support
Diffstat (limited to 'recipes/x-load')
-rw-r--r-- | recipes/x-load/x-load_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index 0fa8cdfc62..35090e621a 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -16,6 +16,11 @@ SRC_URI_append_beagleboard = " \ file://name.patch;patch=1 \ " +SRC_URI_append_omap3-touchbook = " \ + file://name.patch;patch=1 \ + " + + SRC_URI_append_omap3517-evm = " \ file://xload-shiva.diff;patch=1 \ " |