Rfreire Posted April 8, 2018 Posted April 8, 2018 Hello there Maintainers! o/ I have found something while builiding my image and would like to ask for your opinion on that :-) I have built a Docker build environment where things are going real smooth (After some tinkering ;-) In order to save everyone's bandwidth (and be able to do builds while offline), I was tinkering with IGNORE_UPDATES=yes FORCE_CHECKOUT=no compile option. Well. That causes the build to fail, because after the first compile and its patch, a second round with these flags will cause the patch to be applied again and potentially breaking stuffs. I'm circumventing it by moving the patch dir, by: # Move the patch directory somewhere else # mv ./patch/kernel/rockchip-default/ ./patch/kernel/rockchip-default.orig # And then retry the compile op # ./compile.sh KERNEL_KEEP_CONFIG=yes CLEAN_LEVEL=debs BOARD=tinkerboard BRANCH=default IGNORE_UPDATES=yes FORCE_CHECKOUT=no Thoughts? Have a great weekend (I'm have a great one! ;-D)
Rfreire Posted April 16, 2018 Author Posted April 16, 2018 Bump @Igor; thoughts? I envisioned something like skipping patch if defining force checkout / ignore updates. -RF
Igor Posted April 16, 2018 Posted April 16, 2018 On 8. 4. 2018 at 2:26 AM, Rfreire said: FORCE_CHECKOUT=no This:
Recommended Posts