Hello, John,
On 7/10/2012 5:39 PM, John Rigby wrote:
There will shortly be a new kernel linux-linaro-lt-omap-3.4_3.4.0-1.1~120710203036 in the kernel ppa: https://code.launchpad.net/~linaro-maintainers/+archive/kernel with the kernel_build issue fixed.
Now we can get back to the original issue.
That did fix the "kernel_build" problem, but I still see this
Running config-check for all configurations ...
check-config: /tmp/tmp.nh0bAR6k1r/CONFIGS/armel-config.flavour.linaro-lt-omap: loading config check-config: /home/work/linux-linaro-lt-omap-3.4-3.4.0/debian.linaro/config/enforce: loading checks check-config: FAIL: value CONFIG_INIT_PASS_ALL_PARAMS y check-config: 43/44 checks passed -- exit 1 check-config: /tmp/tmp.nh0bAR6k1r/CONFIGS/armhf-config.flavour.linaro-lt-omap: loading config check-config: /home/work/linux-linaro-lt-omap-3.4-3.4.0/debian.linaro/config/enforce: loading checks check-config: FAIL: value CONFIG_INIT_PASS_ALL_PARAMS y check-config: 43/44 checks passed -- exit 1
*** ERROR: 2 config-check failures detected
when I run
# fakeroot debian/rules editconfigs
A search for the configuration item produces no results:
find . -name Kconfig -exec grep -H INIT_PASS_ALL_PARAMS '{}' ';'