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 | b8511072e6f865ec73f84449d1798f1ed997fe2f (patch) | |
tree | ab05f022f19ba73abff703a8c9c31bbe6185f7fa | |
parent | f6ecb1618d1f223d6fdc17350c7ca06e1eb8a438 (diff) |
trdx-extra.inc: deploy fw_printenv also on T30
-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 \ |