Re: [yocto] [meta-security][PATCH] keyutils: fix library install path

2019-05-17 Thread akuster808
On 5/17/19 1:20 PM, Martin Jansa wrote: > When you're on it, can you please check if it works with multilib? > > I think $(USRLIBDIR) doesn't respect ${libdir} from OE, so it always > installs the library to /usr/lib instead of e.g. /usr/lib64 with > multlilib. Thank, Will do. - armin > >

Re: [yocto] [meta-security][PATCH] keyutils: fix library install path

2019-05-17 Thread Martin Jansa
When you're on it, can you please check if it works with multilib? I think $(USRLIBDIR) doesn't respect ${libdir} from OE, so it always installs the library to /usr/lib instead of e.g. /usr/lib64 with multlilib. e.g. recipes-security/ccs-tools/ccs-tools_1.8.4.bb is setting USRLIBDIR=${libdir}, I

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-17 Thread Bernhard Mayritsch
I don't know if it's helpful, but I'm struggling with a similar issue on my RPi 3 B+, where the official touchscreen, as well as, the HDMI don't output any graphics, although detected correctly. (See: https://lists.yoctoproject.org/pipermail/yocto/2019-May/045277.html) After experimenting with

[yocto] [meta-security][PATCH] keyutils: fix library install path

2019-05-17 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../files/fix_library_install_path.patch | 28 +++ recipes-security/keyutils/keyutils_1.6.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 recipes-security/keyutils/files/fix_library_install_path.patch diff --git

[yocto] [PATCH][AUH] steps.py: set up AUH workdir before calling bitbake to get env

2019-05-17 Thread Alexander Kanavin
Otherwise, if bitbake fails, there will be tracebacks later on. Signed-off-by: Alexander Kanavin --- modules/steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/steps.py b/modules/steps.py index 2eb4499..87d7584 100644 --- a/modules/steps.py +++

Re: [yocto] do_rootfs failed (not sure why)

2019-05-17 Thread Josef Holzmayr
Hi Gaurav, On Fri, May 17, 2019 at 03:42:02PM +0900, Gaurav Kalra wrote: > Hi, > > I am new in the Yocto world and have started learning the concepts recently. > A big thanks to the broadcasts on twitch and numerous youtube videos. As the broadcaster on Twitch, thanks for letting us know. It is

[yocto] do_rootfs failed (not sure why)

2019-05-17 Thread Gaurav Kalra
Hi, I am new in the Yocto world and have started learning the concepts recently. A big thanks to the broadcasts on twitch and numerous youtube videos. What I am doing: Modifying boot2qt ( https://codereview.qt-project.org/gitweb?p=yocto/meta-boot2qt.git;a=shortlog;h=refs/heads/thud) as my