Re: [yocto] Guidance to start yocto project.

2019-03-19 Thread Ricardo Ribalda Delgado
With no doubt: yocto developer day. Excellent value for the money! On Mon, Mar 11, 2019 at 4:47 PM Scott Rifenbark wrote: > > H Rahul, > > I would start with the > https://www.yoctoproject.org/docs/2.6.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html > manual. Gets you up and running. > >

Re: [yocto] How to produce Release.gpg

2019-03-19 Thread Ricardo Ribalda Delgado
Hi We do that on our build server with this script: for a in $(find build/tmp/deploy/deb -name Release); do rm -f $a.gpg gpg -abs -o $a.gpg $a done Standard measures apply: signature on a yubikey that require press to sign, but if you are less paranoid, you can just create a key with no

Re: [yocto] [OE-core] Information about non-traditional uses of the Yocto Project and OpenEmbedded

2019-03-01 Thread Ricardo Ribalda Delgado
Hi We (qtec.com) use yocto/oe to build industrial vision systems. Today is running on Potato graders, Carrot Graders, Potato 3d cameras, Hyperspectral cameras, Beer analysers, Checkweighers, Screw Counters, Hockey streamers Let me know if you think this is interesting and I can share more

Re: [yocto] custom splash screen using psplash

2018-08-14 Thread Ricardo Ribalda Delgado
Hello Rajesh On Tue, Aug 14, 2018 at 11:01 AM Yuvarajesh Valleru wrote: > > Hi Ricardo, > > We already use systemd, but didn't use psplash before (so you had the > pure console messages on screen). > > We didn't think about progress bar so far, but maybe it would be nice. > > Can you think about

Re: [yocto] custom splash screen using psplash

2018-08-13 Thread Ricardo Ribalda Delgado
And also note that if in the future you decide to use systemd, AFAIK there is no progress bar there. On Sun, Aug 12, 2018 at 8:32 PM Burton, Ross wrote: > > The easy solution would be to not use meta-poky at all, but if you > insist then you'll have to set the layer priority so bitbake uses your

Re: [yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.4.2 (rocko-18.0.2) Released

2018-03-14 Thread Ricardo Ribalda Delgado
Hi Tracy My two cents: I tried updating to this version and I got a couple of issues: 1) My distro has moved to glibc2.27, so I had to update my uninative 2) During glibc-initial -c install I got a bunch of dso_handle.c:21:3: error: visibility attribute not supported in this configuration;

[yocto] [PATCH v3] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-qt4/qt4/qt4-4.8.7.inc | 1 + ...erywhere-opensource-src-4.8.6-QTBUG-22829.patch | 22 ++ recipes-qt4/qt4/qt4-native.inc | 1 + 3 files chang

Re: [yocto] [PATCH v2] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
to add a SOB If we are not sure of the authorship. On Mon, Jul 17, 2017 at 4:22 PM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 07/17/2017 05:18 PM, Ricardo Ribalda Delgado wrote: >> >> index ..e5d3c266bade >> --- /dev/null >> +++

[yocto] [PATCH v2] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-qt4/qt4/qt4-4.8.7.inc | 1 + ...verywhere-opensource-src-4.8.6-QTBUG-22829.patch | 21 + recipes-qt4/qt4/qt4-native.inc | 1 + 3 files chang

Re: [yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
Hi Alex I will fix and resend. Sorry! On Mon, Jul 17, 2017 at 4:12 PM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 07/17/2017 05:12 PM, Ricardo Ribalda Delgado wrote: >> >> Actually I got the patch from >> >> https://bugzilla.redhat.com/s

Re: [yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
Actually I got the patch from https://bugzilla.redhat.com/show_bug.cgi?id=1396755 http://pkgs.fedoraproject.org/cgit/rpms/qt.git/tree/qt-everywhere-opensource-src-4.8.6-QTBUG-22829.patch On Mon, Jul 17, 2017 at 4:11 PM, Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> wrote: &

Re: [yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-17 Thread Ricardo Ribalda Delgado
https://codereview.qt-project.org/#/c/40593/3/src/tools/moc/main.cpp On Mon, Jul 17, 2017 at 4:04 PM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 07/07/2017 01:30 PM, Ricardo Ribalda Delgado wrote: >> >> +Error described on: https://bugzilla.redha

[yocto] [meta-qt4][PATCH] qt4: Fix build with moc4 and boost

2017-07-07 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-qt4/qt4/qt4-4.8.7.inc| 1 + ...everywhere-opensource-src-4.8.6-QTBUG-22829.patch | 20 recipes-qt4/qt4/qt4-native.inc | 1 + 3 files chang

[yocto] [PATCH 1/2] oracle-jse.inc: Make LIC_FILES_CHKSUM path relative

2015-10-19 Thread Ricardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-devtools/oracle-java/oracle-jse.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 del

[yocto] [meta-oracle-java][PATCH] oracle-jse-ejre.inc: Make LIC_FILES_CHKSUM path relative

2015-10-19 Thread Ricardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 del

[yocto] [PATCH 2/2] oracle-jse-ejre.inc: Make LIC_FILES_CHKSUM path relative

2015-10-19 Thread Ricardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 del

[yocto] [meta-oracle-java][PATCH] oracle-jse-ejre.inc: Make LIC_FILES_CHKSUM path relative

2015-10-14 Thread Ricardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 del

[yocto] [PATCH 1/2] oracle-jse.inc: Make LIC_FILES_CHKSUM path relative

2015-10-14 Thread Ricardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-devtools/oracle-java/oracle-jse.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 del

[yocto] [PATCH 2/2] oracle-jse-ejre.inc: Make LIC_FILES_CHKSUM path relative

2015-10-14 Thread Ricardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 del