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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
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
30 matches
Mail list logo