[linux-yocto] [4.12] [PATCH 2/2] of: dynamic: fix memory leak related to properties of __of_node_dup

2018-05-28 Thread quanyang.wang
From: Lixin Wang commit 070ea018fa092f2ef41bef57896665a25f05d2d8 upstream If a node with no properties is dynamically added, then a property is dynamically added to the node, then the property is dynamically removed, the result will be node->properties == NULL and node->deadprops != NULL. Add a

[linux-yocto] [4.12] [PATCH 1/2] debugobjects: Make kmemleak ignore debug objects

2018-05-28 Thread quanyang.wang
From: Waiman Long commit caba4cbbd27d755572730801ac34fe063fc40a32 upstream The allocated debug objects are either on the free list or in the hashed bucket lists. So they won't get lost. However if both debug objects and kmemleak are enabled and kmemleak scanning is done while some of the debug o

[yocto] HELP: Release Candidate Build for yocto-2.4.3.rc2 now available.

2018-05-28 Thread Reyna, David
Hi Richard, I apologize for sending this patch for Toaster for Roco 2.4.3 very late. I have been focused on Sumo and I thought I had more time. The Toaster for Rocko is broken on HEAD. There are two patches that made it into master and Sumo, but missed Rocko. I have just now sent the missing p

[yocto] Fwd: image-mklibs.bbclass fails

2018-05-28 Thread Ulf Samuelsson
Checked out poky git checkout -b rocko origin/rocko export MACHINE=beaglebone . ./oe-init-build-env Added to local.conf: MKLIBS_OPTIMIZED_IMAGES_append = " core-image-minimal" Result: /core-image-minimal/1.0-r0/temp/run.mklibs_optimize_image.13363: line 133: i586-poky-linux-readelf: command not

Re: [yocto] [meta-qt4][PATCH] Qt4 fails to configure ICU with ICU6X.

2018-05-28 Thread Alexander Kanavin
On 05/26/2018 09:27 PM, Michael Gloff wrote: Remove -std=gnu++98 from QMAKE_CXXFLAGS and add where necessary. Thanks, pushed to master. Alex -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto