diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-07-19 14:41:09 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-08-04 11:12:27 +0200 |
commit | fbba03bc2ef6a27d098073a3266a28a962089626 (patch) | |
tree | eaa43eed714668a8b8a5c309672b788d375973df | |
parent | e332dad39f853aa1483e55c05926eea251785e5b (diff) |
colibri-vf: image: add u-boot-fw-utils
u-boot-fw-utils allows for U-Boot environmenmt access from Linux
-rw-r--r-- | recipes/images/trdx-extra.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 08241b9..9e072b0 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -86,6 +86,7 @@ IMAGE_INSTALL_MACHINE_apalis-imx6 = " \ " IMAGE_INSTALL_MACHINE_colibri-vf = " \ + u-boot-toradex-fsl-fw-utils \ gpioconfig \ ptpd \ iproute2 \ |