summaryrefslogtreecommitdiffstats
path: root/b2qt-init-build-env
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-09-02 11:58:28 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-09-12 12:34:57 +0000
commitc23246d7bfeec65dc69eb381adc38916df486ad2 (patch)
tree4d945e4274eae3089b57b2e0cf5f0fc5c8b374d0 /b2qt-init-build-env
parent0ae680c6463b82dfcd4a7692eb35dc4a9456b2f7 (diff)
downloadmeta-boot2qt-c23246d7bfeec65dc69eb381adc38916df486ad2.tar.gz
TI: Use latest versions of u-boot and kernel
Remove use of meta-beagleboard and use recipes provided in meta-ti instead. Beaglebone will not work fully with the linux-ti-staging, follow up commit will fix that. U-boot changes need to be ported to newer version if still required. Change-Id: I3e06b6e310c0d40b9b4b33276802e4817cee0295 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'b2qt-init-build-env')
-rwxr-xr-xb2qt-init-build-env5
1 files changed, 1 insertions, 4 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env
index a1f0efb..56aeb1a 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -118,12 +118,9 @@ get_groups() {
118 tibidabo) 118 tibidabo)
119 PROJECT_GROUPS="architech" 119 PROJECT_GROUPS="architech"
120 ;; 120 ;;
121 beagleboard|am335x-evm) 121 beagleboard|beaglebone|am335x-evm)
122 PROJECT_GROUPS="ti" 122 PROJECT_GROUPS="ti"
123 ;; 123 ;;
124 beaglebone)
125 PROJECT_GROUPS="bbb"
126 ;;
127 raspberrypi0|raspberrypi|raspberrypi2|raspberrypi3) 124 raspberrypi0|raspberrypi|raspberrypi2|raspberrypi3)
128 PROJECT_GROUPS="rpi" 125 PROJECT_GROUPS="rpi"
129 ;; 126 ;;