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
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
+++ b/modules/steps.p
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 a/recipes
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 sumo
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
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
>
> e.g.