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 | fefaad88862261d579eba31c17005aca5bbf5517 (patch) | |
tree | f24988bc2d336fa6f1bbc5dcbc69078017b0d763 /recipes | |
parent | e1b48761ba73b45f08ee4684da3559976ec681dd (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 \ " |