Commit 81e97c960db8b4e4353f756490f52bea0b5463d3
1 parent
36d483e5e2
Exists in
master
Add meta-toolchain-smarc-tisdk image to fix the meta-toolchain-arago-tisdk image…
… not holding the boost library. meta-toolchain-arago-tisdk generates the needed environment for developing in Qt.
Showing 1 changed file with 13 additions and 0 deletions Side-by-side Diff
recipes-core/images/meta-toolchain-smarc-tisdk.bb
1 | +TOOLCHAIN_TARGET_TASK ?= "packagegroup-arago-toolchain-tisdk-target" | |
2 | +TOOLCHAIN_SUFFIX ?= "-tisdk" | |
3 | +TOOLCHAIN_CLEANUP_PACKAGES ?= "libgnutls-dev libgnutls-extra26 libgnutls-openssl27 libtasn1-dev" | |
4 | + | |
5 | +require recipes-core/meta/meta-toolchain-arago-qte.bb | |
6 | + | |
7 | +PR = "r4" | |
8 | + | |
9 | +TOOLCHAIN_TARGET_TASK += "boost" | |
10 | + | |
11 | +toolchain_create_sdk_env_script_append() { | |
12 | + echo -e 'export PS1="\[\\e[32;1m\][linux-devkit]\[\\e[0m\]:\w> "' >> $script | |
13 | +} |