summaryrefslogtreecommitdiff
path: root/recipes-bsp/tegrarcm
AgeCommit message (Collapse)Author
2019-03-06native-tools: remove comment about 32-bit host binariesMax Krummenacher
Remove comment which was obsoleted by commit b34fa66b4159cb6b0952a6821e73fdb93ae7714f Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tegrarcm: fix license warningMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tegrarcm: refresh patchMax Krummenacher
prevents warning: | Applying patch 0001-configure.ac-link-crypotpp-as-a-static-library.patch | patching file configure.ac | Hunk #1 succeeded at 20 with fuzz 1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-07-23recipes: get rid of the 32-bit host binariesGerard Salvatella
Enforcing to build 32-bit binaries for native and portions thereof using -m32 in EXTRA_OEMAKE_class-native may lead to building errors. Also, it seems it's time to move on from 32-bit compatibility. Affected repositories: meta-toradex-demos meta-toradex-nxp meta-toradex-tegra Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-06-30tegrarcm: allow target and native build, work with rssMax Krummenacher
- adapt to the changes introduced with recipe specific sysroots - tegrarcm can now also be built for a target - tegrarcm can now also be built for nativesdk Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07meta-toradex-tegra: cleanup whitespace useMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11tegrarcm-native: fix compilation not using host headers/librariesMarcel Ziswiler
Turns out our build was using the library from the build machine which at least on Fedora 23 seems broken. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-11tegrarcm: update to latest from gitMarcel Ziswiler
Update to latest from git in order to have support for --usb-timeout= parameter. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30tegrarcm: build with static libstdc++Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30tegrarcm: update to latest 1.7Marcel Ziswiler
Note: Currently only compiles -native but fails compiling for target! Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2015-05-12tegrarcm/cryptopp: build and use as a static libraryMax Krummenacher
We need libcryptopp only for a 32bit x86 target for tegrarcm. However linking libcryptopp dynamically and using the distro supplied 32bit compatibility libcryptopp raises an assertion: tegrarcm: secblock.h:145: CryptoPP::NullAllocator<T>::pointer CryptoPP::NullAllocator<T>::allocate(CryptoPP::NullAllocator<T>::size_type, const void*) [with T = unsigned int; CryptoPP::NullAllocator<T>::pointer = unsigned int*; CryptoPP::NullAllocator<T>::size_type = unsigned int]: Assertion `false' failed. Building only a static library with OE, (if native build forcing 32bit) fixes the issue.
2014-11-13cbootimage/imx-loader/mtd-utils/tegrarcm: fix 32-bit build of our bsp/devtoolsMarcel Ziswiler
2014-10-31tegrarcm: add include path to sysroot libcryptoppMax Krummenacher
The include path to libcryptopp is hardcoded to the buildhosts /usr/include/...
2014-10-30Add tegrarcm recipeMarcel Ziswiler