Re: [yocto] Include all the native sdk packages built into sdk install script (populate_sdk)

2014-07-16 Thread Meier, Dennis
Dear Anooj What goes into the native sysroot is determined by the TOOLCHAIN_HOST_TASK variable I believe. So setting TOOLCHAIN_HOST_TASK += “nativesdk-libqt5core-dev” or something alike should be what you are looking for. I don’t know if there is a simple solution to include *every*

[yocto] [PATCH] populate_sdk_base: add auto-completion in setup

2014-06-12 Thread Meier, Dennis
Hello Yocto-Community, It's really easy to add auto completion in the SDK setup scripts with BASH's read -e -p. I attached a short patch that does this. Makes life very comfortable ;-). I already asked Paul Eggleton on IRC about the change, and our only concern is that it could break the script

[yocto] [yocto-docs] [PATCH] Extended description of the ${D} variable

2014-04-09 Thread Meier, Dennis
Hello everyone, In comparision to ${S}, the variable ${D} isn't documented very well in the ref-manual. I wanted to improve on that a little bit. Please review the attached patch (on correctness of the statements especially). It would be cool to see this mainline soon. With best regards,

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, February 25, 2014 8:00 AM US Pacific Time

2014-02-26 Thread Meier, Dennis
* Yocto 1.6 status - 10 min (Stephen/team)   https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.6_Status   https://wiki.yoctoproject.org/wiki/Yocto_1.6_Features YP 1.6 M3 RC2 is about ready for release.  Still working some non-blocking issues for M3.  YP 1.6 is progressing for release at

[yocto] @#NAME type fields

2014-02-20 Thread Meier, Dennis
Good day everyone, what is the reason for the #@TYPE, #@NAME and #@DESCRIPTION fields in the machine-*.conf files? Are they getting parsed somewhere? Are they there for historical reasons? Could they be extended (i.e. more fields added) without problem? Regards, Dennis