Local manifests to build CyanogenMod 12.1 for Chuwi Vi10 Plus and Cube iWork8 Ultimate.
Initialize repo:
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1
curl --create-dirs -L -o .repo/local_manifests/manifest_intel_cherrytrail.xml -O -L https://raw.githubusercontent.com/CM-CHT/android_local_manifest/cm-12.1/manifest_intel_cherrytrail.xml
repo sync
curl -L -o .repo/local_manifests/manifest_intel_chuwi_vi10plus.xml -O -L https://raw.githubusercontent.com/CM-CHT/android_local_manifest/cm-12.1/manifest_intel_chuwi_vi10plus.xml
repo sync
Download and install poky toolchain to its default location (/opt/poky/1.8):
wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.8/toolchain/x86_64/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-1.8.sh
sudo ./poky-glibc-x86_64-core-image-sato-core2-64-toolchain-1.8.sh
Compile:
. build/envsetup.sh
brunch chuwi_vi10plus
curl -L -o .repo/local_manifests/manifest_intel_cube_iwork8ultimate.xml -O -L https://raw.githubusercontent.com/CM-CHT/android_local_manifest/cm-12.1/manifest_intel_cube_iwork8ultimate.xml
repo sync
Compile:
. build/envsetup.sh
brunch cube_iwork8ultimate