Changes between Version 7 and Version 8 of buildroot/qt
- Timestamp:
- 03/23/2020 09:22:12 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
buildroot/qt
v7 v8 26 26 git clone https://github.com/buildroot/buildroot.git 27 27 cd buildroot 28 # fetch and apply patch that adds ventana defconfig files 29 wget http://trac.gateworks.com/raw-attachment/wiki/buildroot/qt/0001-add-support-for-Gateworks-Ventana-defconfig-qt5-defc.patch 30 git am 0001-add-support-for-Gateworks-Ventana-defconfig-qt5-defc.patch 28 # fetch and apply patches 29 wget http://trac.gateworks.com/zip-attachment/wiki/buildroot/qt/ -O patches.zip 30 unzip patches.zip 31 git am *.patch 31 32 # build the gwventana-qt5 image 32 33 make distclean