Re: [linux-yocto] How to get specific libraries in poky SDK for QT

2016-03-21 Thread Anders Darander
* Morgan Guillou [160321 18:27]: > I have added in my image all the boost libraries files. > On my target (Xplainedsama5d3) there is now all the libboost_***.so. That's > working fine. > But to compile I also want to have the libboost_***.so into the SDK output. > So I

Re: [linux-yocto] [PATCH 00/11] device property : Backport device property patches to 4.1

2016-03-21 Thread Bruce Ashfield
On 2016-03-20 9:56 PM, weifeng.v...@intel.com wrote: From: "Voon, Weifeng" The patch is the "device property" backport for Apollo Lake/Broxton. Patch "device property: always check for fwnode type" is from mainline. The other patches is to make sure the patch apply

Re: [linux-yocto] [PATCH 1/2] features: Add tmpfs-posix-acl feature fragments

2016-03-21 Thread Bruce Ashfield
On 2016-03-21 8:02 PM, California Sullivan wrote: This enables the CONFIG_TMPFS_POSIX_ACL, which is wanted by things like systemd. We also explicitly enable the features's dependencies and options selected by the feature for clarity. Looks good to me. I've merged the change, and will send the

[linux-yocto] [PATCH 1/2] features: Add tmpfs-posix-acl feature fragments

2016-03-21 Thread California Sullivan
This enables the CONFIG_TMPFS_POSIX_ACL, which is wanted by things like systemd. We also explicitly enable the features's dependencies and options selected by the feature for clarity. Partial fix for [YOCTO #9269]. Signed-off-by: California Sullivan ---

[linux-yocto] [PATCH 2/2] ktypes/standard: Add tmpfs-posix-acl feature

2016-03-21 Thread California Sullivan
Fixes [YOCTO #9269] Signed-off-by: California Sullivan --- ktypes/standard/standard.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/ktypes/standard/standard.scc b/ktypes/standard/standard.scc index 6b9fb1a..fb8b343 100644 ---

[linux-yocto] How to get specific libraries in poky SDK for QT

2016-03-21 Thread Morgan Guillou
Hello, I have added in my image all the boost libraries files. On my target (Xplainedsama5d3) there is now all the libboost_***.so. That's working fine. But to compile I also want to have the libboost_***.so into the SDK output. So I added in the file meta-toolchain-qt5.bb : IMAGE_INSTALL_append