Changes between Version 5 and Version 6 of buildroot/qt
- Timestamp:
- 12/16/2019 07:26:33 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
buildroot/qt
v5 v6 25 25 # clone buildroot 26 26 git clone https://github.com/buildroot/buildroot.git 27 cd buildroot 27 28 # fetch and apply patch that adds ventana defconfig files 28 29 wget http://trac.gateworks.com/raw-attachment/wiki/buildroot/qt/0001-add-support-for-Gateworks-Ventana-defconfig-qt5-defc.patch 29 git am .patch30 git am 0001-add-support-for-Gateworks-Ventana-defconfig-qt5-defc.patch 30 31 # build the gwventana-qt5 image 31 32 make distclean