diff options
Diffstat (limited to 'recipes/x-load/x-load_git.bb')
| -rw-r--r-- | recipes/x-load/x-load_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index 35090e621a..0e0e603cb8 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -1,6 +1,7 @@ require x-load.inc -DEFAULT_PREFERENCE_omap3517-evm = "-1" +DEFAULT_PREFERENCE_am3517-evm = "-1" +DEFAULT_PREFERENCE_omap3-pandora = "-1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}" @@ -18,10 +19,11 @@ SRC_URI_append_beagleboard = " \ SRC_URI_append_omap3-touchbook = " \ file://name.patch;patch=1 \ + file://screen-off.patch;patch=1 \ " -SRC_URI_append_omap3517-evm = " \ +SRC_URI_append_am3517-evm = " \ file://xload-shiva.diff;patch=1 \ " |
