[yocto] yocto touchscreen

2019-02-04 Thread Stanisavljevic
Hy Team, I have a problem I buid a custom os for AM335x processor and I used yocto to do it. I build a first version of this os with version krogoth and it work fine. Now I build a second version of this os with version sumo and the touchscreen work fine during boot process but when

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-04 Thread Ulf Samuelsson
> 3 feb. 2019 kl. 20:09 skrev Ken Sloat : > >> On Sun, Feb 3, 2019 at 12:51 AM Ulf Samuelsson wrote: >> >>> Den 2019-02-03 kl. 04:16, skrev Ken Sloat: >>> On Sat, Feb 2, 2019 at 10:03 PM Bruce Ashfield >>> wrote: > On 2019-02-02 9:59 p.m., Ken Sloat wrote: > Hello, > >

[yocto] GPG key used to authenticate DEB packages

2019-02-04 Thread Mauro Ziliani
Hi all. My yocto image integrates package-management for package_deb. I made my own debian repository and all works fine. I miss only where Yocto save the gpg key  used to sign Release.gpg files. So when I try apt-get update/upgrade onto my production system, apt-get tell me that all packages

Re: [yocto] GPG key used to authenticate DEB packages

2019-02-04 Thread Mauro Ziliani
Sorry. Relase.gpg miss in Yocto deploy/deb folders. I need to build Release.gpg on my own MZ Il 04/02/19 16:35, Mauro Ziliani ha scritto: > Hi all. > > My yocto image integrates package-management for package_deb. > > I made my own debian repository and all works fine. > > I miss only where Yo

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-04 Thread Robert Berger
Hi Ken, Is there any particular reason you don't use the sample[1] for an out of tree kernel module? [1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-skeleton/recipes-kernel/hello-mod Regards, Robert -- ___ yocto mailing list yocto@yo

Re: [yocto] yocto touchscreen

2019-02-04 Thread Zoran Stojsavljevic
> I built a first version of this os with version krogoth and it works fine. > > Now I build a second version of this os with version sumo and the > touch screen works fine during boot process but when kernel is > loaded, touchscreen freeze / lock and impossible to use it. Did you compare Krogoth

Re: [yocto] How to archive only packages contained in a certain image

2019-02-04 Thread Burton, Ross
Those recipes are special: the gcc-source recipe fetches and and unpacks the GCC source tree, and gcc builds it. So gcc has no source... Add gcc-source explicitly to your list and you'll be sorted. Ross On Mon, 4 Feb 2019 at 16:23, David Zimmermann wrote: > > Thanks for your helpful hints Ross

[yocto] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am to 8:30am on the first Tuesday (PDT)

2019-02-04 Thread sjolley.yp.pm
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PDT tomorrow. (2/5) I will start tracking the minutes at: https://docs.google.com/document/d/1Y5IIuE-z0Y

Re: [yocto] How to archive only packages contained in a certain image

2019-02-04 Thread David Zimmermann
Thanks for your helpful hints Ross ! I now have a script in place which: - extracts package names from image manifest - translates package names to recipe names - grabs the source packages for those recipes (from what the archiver extracted according to it’s config) For two recipes, referenced b

[yocto] Yocto Project Unassigned Bugs - Help Needed

2019-02-04 Thread sjolley.yp.pm
All, The triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the tria

[yocto] XSLT-CONFIG ERROR

2019-02-04 Thread Igor Miranda
Hey guys, I'm trying to compile the Icecast, but I'm getting the xslt-config error, which says that I need to change to pkg-config, but I dont know how to do this. Should I do a patch? Or its more easy to change something in the Yocto to enable the use of the xslt-config? If I need to use a patch,

[yocto] sun rpc missing in thud

2019-02-04 Thread Beaman, Thomas
Hi, I am converting to thud and having trouble figuring out how to get sun rpc to install in my sysroot. I can see that the sun rpc files are still in the glibc git but I cannot figure what recipe or options I need to get them included in my distro. (I still have some old legacy code that nee

Re: [yocto] XSLT-CONFIG ERROR

2019-02-04 Thread Chuck Wolber
You have to refactor the Icecast bitbake recipe to use pkg-config instead of xslt-config. This patch might give you some ideas: meta/recipes-devtools/swig/swig/0001-configure-use-pkg -config-for-pcre-detection.patch I patched modsecurity to fix the same issue. It mostly works, but their build fai

Re: [yocto] sun rpc missing in thud

2019-02-04 Thread Khem Raj
On Mon, Feb 4, 2019 at 10:44 AM Beaman, Thomas wrote: > > Hi, > > > > I am converting to thud and having trouble figuring out how to get sun rpc to > install in my sysroot. > > > > I can see that the sun rpc files are still in the glibc git but I cannot > figure what recipe or options I need to

Re: [yocto] sun rpc missing in thud

2019-02-04 Thread Beaman, Thomas
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Monday, February 04, 2019 2:32 PM > To: Beaman, Thomas > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] sun rpc missing in thud > > On Mon, Feb 4, 2019 at 10:44 AM Beaman, Thomas > wrote: > > > > Hi, > > > > > >

[yocto] [ANNOUNCEMENT] Yocto Project 2.6.1 (thud 20.0.1) Released

2019-02-04 Thread Tracy Graydon
We are pleased to announce the latest release of the Yocto Project 2.6.1 (thud-20.0.1) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.6.1/poky-thud-20.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.6.1/poky-thud-20.0.1.tar.bz2 A gpg signed

[yocto] cmake / no such file or directory ??!

2019-02-04 Thread Guy Morand
Hello Yocto developpers! I'm facing a weird problem that seems very strange. I can cross-compile a project based on cmake with the generated Yocto SDK. However, after adding a recipe, the compilation fails: /mnt/ssd/yocto-build-script/build/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/communi