Sure ... willing to take a look at any scripts that would make my job easier.
On another note ... surprised my earlier builds got as far as they did ... setup-makefiles.sh still had motorola/peregrine settings in it. Although now running into another issue, when I changed those entries in setup-makefiles build now fails immediately:
android@builduntuvm:~/cm11$ breakfast afyonltev1
build/core/product_config.mk:239: *** _nic.PRODUCTS.[[device/samsung/afyonltev1/cm.mk]]: "vendor/cm/config/common_full_phone.mk" does not exist. Stop.
Device afyonltev1 not found. Attempting to retrieve device repository from CyanogenMod Github (
http://github.com/CyanogenMod).
Repository for afyonltev1 not found in the CyanogenMod Github repository list. If this is in error, you may need to manually add it to your local_manifests/roomservice.xml.
build/core/product_config.mk:239: *** _nic.PRODUCTS.[[device/samsung/afyonltev1/cm.mk]]: "vendor/cm/config/common_full_phone.mk" does not exist. Stop.
** Don't have a product spec for: 'cm_afyonltev1'
** Do you have the right repo manifest?
So I added the following local manifest
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="Sparhawk76/android_device_samsung_afyonltev1" path="device/samsung/afyonltev1" remote="github" />
<project name="Sparhawk76/android_kernel_samsung_afyonltev1" path="kernel/samsung/afyonltev1" remote="github" />
<project name="Sparhawk76/android_device_samsung_msm8226-common" path="device/samsung/msm8226-common" remote="github" />
<project name="Sparhawk76/android_kernel_samsung_msm8226-common" path="kernel/samsung/msm8226-common" remote="github" />
</manifest>
When I run "repo sync" I now get the following error:
Fetching project CyanogenMod/android_external_libpcap
Fetching project platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.7
Fetching projects: 74% (357/482) Fetching project CyanogenMod/android_external_chromium_org
Fetching project CyanogenMod/android_frameworks_opt_photoviewer
error: Cannot fetch Sparhawk76/android_device_samsung_afyonltev1
Fetching project CyanogenMod/android_external_heimdall
error: Cannot fetch Sparhawk76/android_kernel_samsung_afyonltev1
error: Exited sync due to fetch errors
Not sure why its failing there as I'm pretty sure I have the paths right, but Its late and I could be missing something obvious.
On that note I'm off to bed ... its after 4am here.