In c26604146a74149487a1a2dfc40d40d53aa68bdf I made a fix to change where
the bitbake code writes out bitbake.lock and other files it creates
during parsing, but didn't adequately test it and it turns out our
call to delete the temp directory races against bitbake deleting
bitbake.lock and bitbake.s
In case of the existence of meta-mingw, the library is .dll instead of
.so and these .dll files are in ${bindir}.
We need to check the existence of the .so file before doing readlink,
otherwise do_install fails.
Signed-off-by: Chen Qi
---
recipes-support/libpcre/libpcre_selinux.inc | 2 +-
1 fi
I've got a recipe that I've created for a package that creates some .so libs
and I'm having trouble getting the associated header files included in the SDK
build.
The FILES lines that I have are:
FILES_${PN}-dbg = "/usr/src/debug/canfestival"
FILES_${PN}-dev = "/usr/lib/libcanfestival*.a /usr/
Hi,
Got some more details on this...
Apparently, the errors are generated because of the use of Python 3.5.3
included in Yocto / PetaLinux.
The "Failed to set locale, defaulting to C" message seems to be logged from
dnf, i18n.py/setup_locale():
def setup_locale():
try:
dnf.pycomp.
Signed-off-by: Armin Kuster
---
conf/layer.conf | 2 +-
meta-security-compliance/conf/layer.conf | 2 +-
meta-tpm/conf/layer.conf | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index f8bbe57..675a14
Hi Folks,
I'm rather new to Yocto so please forgive me (and please correct me) if I have
some of the terminology wrong.
I am currently building a Xen dom0 with two guest domain images running under
the dom0. These directories for building each of these images are located
under the meta-virtua
On 2018-09-25 10:03 PM, Aaron Cohen wrote:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/kernel-yocto.bbclass#n297
With no KCONFIG_MODE specified, we check if the user has copied a
defconfig to workdir, and then use allnoconfig if so. Shouldn't we be
using alldefconfig in th
Hi all.
How can I remove all unneeded images in tmp/deploy/images/imx6dlsabresd ?
I try a brutal rm -f. but it is not so friendly.
MZ
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Hi all.
I try to build my own image with Krogoth, imx6dlsabresd.
bitbake tells me a warning about update_icon_cache.
The reason is that it cannot find gdk-pixbuf-query-loaders in
${BUILDDIR}/tmp/sysroot/x86_64-linux
I look for gdk-pixbuf-query-loaders in
${BUILDDIR}/tmp/sysroot/x86_64-linux