diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2014-04-05 10:52:23 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-04-05 11:04:48 +0200 |
commit | 3343b67eb92e86443bbb1bc13b6c54678b7a86d6 (patch) | |
tree | 4db9baad6b153c89d628fc5b03c94187cf1587fb /recipes | |
parent | 7e49db4c09fe3446e7e4322abd6ff7630c2e5fcf (diff) |
u-boot-fw-utils: provide matching recipes
With the change to our own u-boot recipes the bbappend to
the common u-boot-fw-utils recipe is no longer a sane solution.
While at it cleanup COMPATIBLE_MACHINE style.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/trdx-extra.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 5ebcd01..86fde69 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -33,7 +33,7 @@ IMAGE_INSTALL_T20_T30 = " \ IMAGE_INSTALL_MACHINE_colibri-t20 = " \ ${IMAGE_INSTALL_T20_T30} \ - u-boot-fw-utils \ + u-boot-toradex-fw-utils \ kernel-module-fusion-f0710a \ " |