Comment 8 for bug 1064686

Revision history for this message
Milo Casagrande (milo) wrote :

I created a copy of a Jenkins build to test out the new parameters:

https://ci.linaro.org/jenkins/job/milo-linux-linaro-tracking_origen-exynos4/

I had to tweak the make command (make dtbs does not simply work), and pass it the necessary parameters as with the previous make calls. The resulting call is:

make ARCH=arm O=$pkg_dir KERNELVERSION="$kernel_version" KERNELRELEASE="$kernel_version" CROSS_COMPILE="$TOOLCHAIN_PREFIX" dtbs

Are all those parameters necessary, or do we need to pass other?

The resulting dtb file, at least from the log is 'exynos4210-origen.dtb'. It should be safe also to use leb-origen in this case, but the appropriate hwpack config should be updated and used.