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 |
|
30 | git am 0001-add-support-for-Gateworks-Ventana-defconfig-qt5-defc.patch | |
30 | 31 | # build the gwventana-qt5 image |
31 | 32 | make distclean |