diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2014-10-31 20:35:46 +0100 |
---|---|---|
committer | Max Krummenacher <max.oss.09@gmail.com> | 2014-10-31 20:55:42 +0100 |
commit | 95ba49807104546f18b46fca7346f44b40b9f038 (patch) | |
tree | 133b365b4ccfc50779c8ccbe1651331cc68c5318 /recipes | |
parent | f7028a4b675b24ecf341ee7972e981cc5d4c2502 (diff) |
trdx-extra.inc: deploy fw_printenv also on T30
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/trdx-extra.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 3bf764b..2a99238 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -15,6 +15,7 @@ DEPENDS += "gdb-cross" IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" IMAGE_INSTALL_T20_T30 = " \ + u-boot-toradex-fw-utils \ gpioconfig \ tegrastats \ trdx-nv-binaries \ @@ -30,7 +31,6 @@ IMAGE_INSTALL_T20_T30 = " \ IMAGE_INSTALL_MACHINE_colibri-t20 = " \ ${IMAGE_INSTALL_T20_T30} \ - u-boot-toradex-fw-utils \ kernel-module-fusion-f0710a \ " @@ -88,7 +88,6 @@ IMAGE_INSTALL_MACHINE_apalis-imx6 = " \ #note that the kernel-modules meta package gets installed from #meta-fsl-arm/conf/machine/include/imx-base.inc IMAGE_INSTALL_MACHINE_colibri-imx6 = " \ - u-boot-toradex-fsl-fw-utils \ usb-rndis-systemd \ gpio-export \ curl \ |