Skip to content

Instantly share code, notes, and snippets.

@murano500k
Last active March 29, 2017 14:54
Show Gist options
  • Save murano500k/13ce8b05cfe4c45ff26f015af0a0a25e to your computer and use it in GitHub Desktop.
Save murano500k/13ce8b05cfe4c45ff26f015af0a0a25e to your computer and use it in GitHub Desktop.
if you change manifest, then remove all except .repo to prevent building non-existent projects
repo forall -c git clean -fdx
I got the same problem today and I resolved it by deleting the cache folder(rm -rf ~/.ccache) and deleting the files *.o that were empty.
This problem may occur if your PC shutdown in the middle of a build.
As you may know - we've made Milestone 2 release based on Kernel 4.9
Some changes was made to our branches:
1) Nougat
You will need to reinit repo:
repo init -u ssh://[email protected]:29418/renesas/platform/manifest -b r-car-7-K4.9
All branches for projects are r-car-7 except "common" projects(rcar-android-kernel-4.9) and external/kernel-headers (r-car-7-K4.9)
2) Ncar
You will need to reinit repo:
repo init -u ssh://[email protected]:29418/renesas/platform/manifest -b r-ncar-4.9
All branches for projects are r-ncar except "common" projects(rcar-android-kernel-4.9) and external/kernel-headers (r-ncar-4.9)
common projects for both androids are :
device/renesas/salvator-kernel
device/renesas/bootloaders/ipl
device/renesas/bootloaders/optee
device/renesas/bootloaders/u-boot
hardware/renesas/vspm
hardware/renesas/mmngr
hardware/renesas/mmngr_km
hardware/renesas/vspmif
hardware/renesas/vspmif_km
hardware/renesas/uvcs_km
hardware/renesas/omx
hardware/renesas/qos
hardware/renesas/optee-client
hardware/renesas/optee-linuxdriver
hardware/renesas/qos_km
I.e. all bootloaders, kernels and almost all of hardware(except composer*) projects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment