Changes between Version 7 and Version 8 of buildroot/qt


Ignore:
Timestamp:
03/23/2020 09:22:12 PM (4 years ago)
Author:
Tim Harvey
Comment:

make downloading of patches easier

Legend:

Unmodified
Added
Removed
Modified
  • buildroot/qt

    v7 v8  
    2626git clone https://github.com/buildroot/buildroot.git
    2727cd 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
     29wget http://trac.gateworks.com/zip-attachment/wiki/buildroot/qt/ -O patches.zip
     30unzip patches.zip
     31git am *.patch
    3132# build the gwventana-qt5 image
    3233make distclean