diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-06-29 11:49:12 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-06-29 11:49:12 -0500 |
commit | 6c8437ce769814c4d3ebf36fd8258867c7a71762 (patch) | |
tree | 64280e279b50b41d8f6a89688b23bdd0c7ce280e /multitech/recipes/at91bootstrap | |
parent | b23f1c81268c997487b297b4718c7e10c7d466f2 (diff) |
prepend FILESEXTRA to FILEPATHBASE to search our layer first
Diffstat (limited to 'multitech/recipes/at91bootstrap')
-rw-r--r-- | multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend index b047da6..4a38207 100644 --- a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend +++ b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend @@ -1,5 +1,5 @@ FILESEXTRA := "${THISDIR}" -FILESPATHBASE .= ":${FILESEXTRA}" +FILESPATHBASE =. "${FILESEXTRA}:" # run memory bus at 1.8v for mtcdp-embedded SRC_URI_append_mtcdp-embedded = "file://memory_bus_1.8v.patch;patch=1" |