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
_
> * 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
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,
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
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* nativesdk-*