[yocto] devtool sdk-update question

2019-02-14 Thread Jaewon Lee
Hi, I have a question on devtool sdk-update. We have a requirement that our esdk is extracted in publish mode as it's on an nfs mountpoint and bitbake doesnt like nfs. There used to be two ways to update sstate, (1)through the install_sstate_objects function which manually copies sstate objects

Re: [yocto] poky/meta/recipes-connectivity/bind

2019-02-14 Thread Dinh Nguyen (dinhn)
Many thanks for your prompt response as always Khem. I was trying to build the bind recipe, but seeing the nslookup has been removed. I left my yocto project quite long time ago so I am kind of out of date ;-)) Best & thanks again. --Dinh From: Khem Raj Date: Thursday, February 14, 2019 at

Re: [yocto] poky/meta/recipes-connectivity/bind

2019-02-14 Thread Khem Raj
On Thu, Feb 14, 2019 at 3:47 PM Dinh Nguyen (dinhn) wrote: > Gurus, > > > > What was the main reason why nslookup has been removed from > Poky/meta/recipes-connectivity/bind/>.bb? > > > nsloopup is supposed to go away as the upstream maintainers of this has stopped maintaining it. using dig or h

[yocto] poky/meta/recipes-connectivity/bind

2019-02-14 Thread Dinh Nguyen (dinhn)
Gurus, What was the main reason why nslookup has been removed from Poky/meta/recipes-connectivity/bind/>.bb? do_install_append() { rm "${D}${bindir}/nslookup" rm "${D}${mandir}/man1/nslookup.1" rmdir "${D}${localstatedir}/run" rmdir --ignore-fail-on-non-emp

Re: [yocto] Toolchain , kernel-dev and xenomai

2019-02-14 Thread Khem Raj
On Wed, Feb 13, 2019 at 2:43 AM Johann Obermayr wrote: > > Hello, > > > > At this time we work with 1.3.2 (yes, it’s very old, but we are working to > change to v2.5.x) > > > > We have some trouble with your toolchain. > > Kernel/scripts/basic/fixdep is missing. > this looks more like a kernel

Re: [yocto] icecast

2019-02-14 Thread Max Krummenacher
Hi Have a look here: http://www.toradex.com/community/answers/33369/view.html Max Am Donnerstag, den 14.02.2019, 12:35 -0800 schrieb Chuck Wolber: > You have to refactor xslt-config out of the autotools macros and use > pkg-config instead. > > This recipe is an example: > > meta/recipes-devtool

Re: [yocto] npm recipe bad task order

2019-02-14 Thread Jonas Andersson
My recipe is as following, i have striped down some checksum files and licenses for packages: ___ SUMMARY = "microServiceBus-node is the node.js based device agent used together with microServiceBus.com." DESCRIPTI

Re: [yocto] Two recipes install the same file

2019-02-14 Thread Burton, Ross
On Thu, 14 Feb 2019 at 20:29, Chuck Wolber wrote: > I have run across this a few times, particularly with man pages, when > including upstream packages into my images. > > I have to use a bbappend recipe in my meta layer to remove the lower priority > version. If you've two manpages with the sa

Re: [yocto] npm recipe bad task order

2019-02-14 Thread Chuck Wolber
Normally the source archive is unpacked first, which contains the license file. Is there something different with the source packaging for your recipe? ..Ch:W.. On Thu, Feb 14, 2019 at 02:26 Jonas Andersson wrote: > Hi, > > I have some recipes created from npm packages with devtool. > > do_popu

Re: [yocto] icecast

2019-02-14 Thread Chuck Wolber
You have to refactor xslt-config out of the autotools macros and use pkg-config instead. This recipe is an example: meta/recipes-devtools/swig/swig/0001-configure-use-pkg-config -for-pcre-detection.patch ..Ch:W.. On Thu, Feb 14, 2019 at 05:57 Leonardo Jose Duarte MendesJunior < leodmende...@gma

Re: [yocto] Two recipes install the same file

2019-02-14 Thread Chuck Wolber
I have run across this a few times, particularly with man pages, when including upstream packages into my images. I have to use a bbappend recipe in my meta layer to remove the lower priority version. I quite like the feature because it ensures that all collisions are known and dealt with in a cl

Re: [yocto] Using SDK/ESDK to build images

2019-02-14 Thread Paul Eggleton
Hi Kristupas, On Wednesday, 13 February 2019 12:55:57 AM NZDT Kristupas Savickas wrote: > we're looking into providing our customers with SDK/ESDK packages to > develop custom solutions on our boards. We don't want to provide the > whole project itself as it would leak our intellectual property,

[yocto] Toolchain , kernel-dev and xenomai

2019-02-14 Thread Johann Obermayr
Hello, At this time we work with 1.3.2 (yes, it's very old, but we are working to change to v2.5.x) We have some trouble with your toolchain. 1. Kernel/scripts/basic/fixdep is missing. If I will compile in the toolchain kernel source directory "make scripts" I get some other errors (see

Re: [yocto] Managing multiple builds

2019-02-14 Thread Timothy Froehlich
Thank you, that looks like a very good idea. On Thu, Feb 14, 2019 at 8:28 AM Ulf Samuelsson wrote: > Den 2019-02-14 kl. 10:00, skrev Alexander Kanavin: > > On Thu, 14 Feb 2019 at 01:35, Timothy Froehlich > wrote: > >> Hi, I've been struggling a bit with this question. I want to use Yocto > to b

Re: [yocto] Managing multiple builds

2019-02-14 Thread Timothy Froehlich
I'm considering that. It's the kernel build (cmdline) and the image build (RaspberryPi, the config.txt) recipes from the meta-raspberrypi layer. Setting it in a distro.conf, gated behind a "DEVBUILD=1/0" flag should work, I think. Also, please see my response to Mike Looijmans's reply. On Thu, Fe

Re: [yocto] Managing multiple builds

2019-02-14 Thread Timothy Froehlich
It'll be multiple software loads (with different required kernel modules and things like) over at least two machines. These products will do very different things but I want to use the same base and take advantage of OE's sstate, etc. So I want to be clear, I can figure out how to piece things tog

Re: [yocto] Two recipes install the same file

2019-02-14 Thread Burton, Ross
Two packages can't install the same file. In this case I suspect you'll need to split up the packaging further. A common alternative for binaries in /bin which want to be installed by both e.g. coreutils and busybox is to use update-alternatives. Ross On Thu, 14 Feb 2019 at 16:36, madoga wrote

[yocto] Two recipes install the same file

2019-02-14 Thread madoga
Hello everyone, I have an issue while I'm trying to overwrite some files that two recipes are installing. Task do_rootfs fails and I want to ask about the best way to solve this: - Error: Transaction check error: file /app/econfig.xml conflicts between attempted installs of tests

Re: [yocto] Managing multiple builds

2019-02-14 Thread Ulf Samuelsson
Den 2019-02-14 kl. 10:00, skrev Alexander Kanavin: On Thu, 14 Feb 2019 at 01:35, Timothy Froehlich wrote: Hi, I've been struggling a bit with this question. I want to use Yocto to build two+ products with separate dev/prod images for each (dev including debug-tweaks, etc.). I've ruled out sep

Re: [yocto] Managing multiple builds

2019-02-14 Thread Mike Looijmans
Two products sounds like two machines. Just create a machine.conf for each product (even if they use similar hardware), then you don't need overrides elsewhere. OE/Yocto is smart enough to figure out what needs to be (re)built. Some OE projects build the same image(s) for over 40 machines (and

[yocto] icecast

2019-02-14 Thread Leonardo Jose Duarte MendesJunior
I'm trying to compile the package icecast. The package icecast is old. The package depends on xslt. When I compile this package, I had the issue with xslt. How to use pkgconfig if the own source code use him ? -- ___ yocto mailing list yocto@yoctoproject

Re: [yocto] Opusenc e shout2

2019-02-14 Thread Leonardo Jose Duarte MendesJunior
Thanks! Em qui, 14 de fev de 2019 às 11:09, Randy MacLeod < randy.macl...@windriver.com> escreveu: > On 2/14/19 7:43 AM, Leonardo Jose Duarte MendesJunior wrote: > > Good morning, > > > > I'm compiling the gstreamer1.0 and its plugins, but the plugins: > > > opusenc > > Seems to be a PACKAGECONIF

Re: [yocto] Opusenc e shout2

2019-02-14 Thread Randy MacLeod
On 2/14/19 7:43 AM, Leonardo Jose Duarte MendesJunior wrote: Good morning, I'm compiling the gstreamer1.0 and its plugins, but the plugins: opusenc Seems to be a PACKAGECONIFG: $ grep opus meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-*bb meta/recipes-multimedia/gstreamer/gstreame

[yocto] Opusenc e shout2

2019-02-14 Thread Leonardo Jose Duarte MendesJunior
Good morning, I'm compiling the gstreamer1.0 and its plugins, but the plugins opusenc and shout2send are not found in the image. Any idea what can it be?How can I solve this? Thanks. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

Re: [yocto] Fixing devtool issue with kernel bbhappen do_patch recipe

2019-02-14 Thread Yann CARDAILLAC
Hi, A colleague gave a first look to my patch, and gave me advice about how to improve it. Here's a new version. Regards, On Mon, Feb 11, 2019 at 9:35 AM Yann CARDAILLAC wrote: > Hi, > > If you need more details about how to reproduce just ask, or if that's not > the correct mailing list, I'l

Re: [yocto] [OE-core] Yocto Project Status WW07'19

2019-02-14 Thread Alexander Kanavin
I think it looks right now, thanks :) Alex On Thu, 14 Feb 2019 at 10:13, Michael Halstead wrote: > > The regular 3 hour update wasn't installed on the new server. I have > repaired that and added the RRS updates as well.. > > The update has been run several times in testing and I'm curious if RR

[yocto] npm recipe bad task order

2019-02-14 Thread Jonas Andersson
Hi, I have some recipes created from npm packages with devtool. do_populate_lic with: WARNING: Could not copy license file and LIC_FILES_CHKSUM points to an invalid file. In my understanding the problem is that do_populate_lic task is running before do_compile: log.task_order __

Re: [yocto] [OE-core] Yocto Project Status WW07'19

2019-02-14 Thread Michael Halstead
The regular 3 hour update wasn't installed on the new server. I have repaired that and added the RRS updates as well.. The update has been run several times in testing and I'm curious if RRS has caught up as expected. On 2/12/19 5:57 PM, Paul Eggleton wrote: Hi Alex On Wednesday, 13 Februar

Re: [yocto] Managing multiple builds

2019-02-14 Thread Alexander Kanavin
On Thu, 14 Feb 2019 at 01:35, Timothy Froehlich wrote: > Hi, I've been struggling a bit with this question. I want to use Yocto to > build two+ products with separate dev/prod images for each (dev including > debug-tweaks, etc.). I've ruled out separate image recipes because my dev > builds nee

Re: [yocto] SDK install w/ CMake

2019-02-14 Thread Eric Schwarz
Hi Pascal I don't think your issue has something do to with CMake. You are right IMHO. We checked again the pugixml installation behaviour and it turned out we are experiencing the same issue. we have got the problem that w/ the Yocto recipe and CMake install targets as below always every