[OE-core] [RFC][PATCH] test-dependencies: add simple script to detect missing or autoenabled dependencies

Martin Jansa martin.jansa at gmail.com
Sat Jul 6 21:39:31 UTC 2013


On Sat, Jul 06, 2013 at 11:24:46PM +0200, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  scripts/test-dependencies.sh | 250 +++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 250 insertions(+)
>  create mode 100755 scripts/test-dependencies.sh
> 
> +build_all() {
> +  echo "===== 1st build to populate sstate-cache directory and sysroot ====="
> +  OUTPUT1=${OUTPUT_BASE}/${TYPE}_all
> +  mkdir -p ${OUTPUT1}
> +  echo "Logs will be stored in ${OUTPUT1} directory"
> +  bitbake $targets | tee -a ${OUTPUT1}/complete.log
> +}

I've just added "-k" here to bitbake call, more improvements are expected, 
that's why it's only RFC, but I wanted to share it soon in case someone
else also have access to some builder which is idle during weekends..

It would be nice to test and fix oe-core recipes first, but because my
target is to run this in dylan I'm running this with more layers
included already.

I'm sending patches for master + blacklisting broken recipes in dylan,
maybe we should backport them later as missing deps and autodetected
deps are relatively safe fixes.

Regards,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20130706/6df18642/attachment-0002.sig>


More information about the Openembedded-core mailing list