On Tue, 2017-10-17 at 16:12 +0300, Robert Berger wrote:
> Hi,
>
> Imagine you have only a limited bandwidth to your devices available
> for
> SW update. So you would like to minimize what's uploaded (over the
> air)
> to your devices.
>
> How would you do this with yocto?
>
> [1] and [2] might
Hi All,
I am new to Yocto Project development, I am building core-image-minimal
with meta-secure-core for x86 platform. But facing issue in do_rootfs.
Issue may be simple but i have not found any solution after google a lot.
Please suggest where should i make changes, so that it will accept both
e
On 19 October 2017 at 08:19, Vivek Berodhia
wrote:
> Hi All,
>
> I am new to Yocto Project development, I am building core-image-minimal
> with meta-secure-core for x86 platform. But facing issue in do_rootfs.
> Issue may be simple but i have not found any solution after google a lot.
> Please su
Hello,
I am trying to build a custom image. Alsa-lib is being compiled and packaged
successfully, so Bitbake says. However, it only generates -dbg and -dev
packages. So while in function do_rootfs, I get "Unable to install packages,
Collected errors: opkg_prepare_url_for_install: Couldn't find
Hi,
I would need sfdisk package, I have not found it.
I suppose I must create it or are there any software forge where I could
find it ?
Regards,
S.Ancelot
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yo
On 19.10.2017 11:36, Stéphane Ancelot wrote:
Hi,
I would need sfdisk package, I have not found it.
I suppose I must create it or are there any software forge where I
could find it ?
util-linux-sfdisk ?
Regards,
S.Ancelot
--
Ayoub Zaki
Embedded Systems Consultant
Vaihinger Straße 2/1
Hi,
right, it might be this, but how can you retrieve this information ?
searching in recipes I have not found it .
Regards,
S.Ancelot
Le 19/10/2017 à 11:39, Ayoub Zaki a écrit :
On 19.10.2017 11:36, Stéphane Ancelot wrote:
Hi,
I would need sfdisk package, I have not found it.
I suppos
On 19.10.2017 12:26, Stéphane Ancelot wrote:
Hi,
right, it might be this, but how can you retrieve this information ?
searching in recipes I have not found it .
find meta* -type f | xargs grep -e 'sfdisk'
meta/recipes-core/util-linux/util-linux.inc:PACKAGES =+
"util-linux-agetty util-linux-
Thanks
Le 19/10/2017 à 12:28, Ayoub Zaki a écrit :
On 19.10.2017 12:26, Stéphane Ancelot wrote:
Hi,
right, it might be this, but how can you retrieve this information ?
searching in recipes I have not found it .
find meta* -type f | xargs grep -e 'sfdisk'
meta/recipes-core/util-linux/util
Signed-off-by: Samuli Piippo
---
recipes-devtools/gdb/gdb-cross-canadian_%.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend
b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend
index 54b975a..067b614 100644
--- a/reci
Hi,
I'm using latest origin/rocko
(65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build
beaglebone core-image-minimal. While build I got this QA error:
ERROR: glibc-locale-2.26-r0 do_package: QA Issue: glibc-locale:
Files/directories were installed but not shipped in any package:
/
On 10/18/2017 06:29 PM, Robert Berger wrote:
Hi,
I usually build a debug kernel with debug info included, which makes it
run "suboptimal". Distros build the kernel with CONFIG_DEBUG_INFO
enables, but strip symbols out of the resulting kernel and kernel
modules, and place them in the separate
Hi,
I tried removing puzzles package using IMAGE_INSTALL_remove but it has
not had any effect.
Is there a way to remove unwanted packages ?
Regards,
S.Ancelot
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinf
If you want a custom core-image-sato then the easiest (and right) thing to
do is to write a new image recipe. Then you get to pick what you want in
it and don't want in it.
puzzles comes in via packagegroup-x11-sato-games, via -x11-sato (which also
depends on -x11-sato-base and -x11-sato-apps)..
Note that the alsa-lib package doesn't actually put the library alsa-lib
but the libasound package, the alsa-lib package could not exist (or for
most recent releases, it exists but only contains card data files). So if
you're depending on alsa-lib to get the library then that's not the right
name.
On Wed, Oct 18, 2017 at 11:38 PM, Umamahesh Yelchuruvenkata
wrote:
> Hi
> At the target lib/modules is not listing and lsmod is not tainted.
> Any suggestions.
Add kerne-modules to your image may be via IMAGE_INSTALL
>
> Thanks
> UmaMahesh
>
>
>
> ::DISCLAIMER::
> ---
On Thu, Oct 19, 2017 at 4:10 AM, Belisko Marek wrote:
> Hi,
>
> I'm using latest origin/rocko
> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build
> beaglebone core-image-minimal. While build I got this QA error:
>
what layers do you use ? and any local changes ?
> ERROR: glibc-
I'm trying to build an SDK for a Raspberry Pi3, and I got a problem with the
files from one of my custom recipes.
In my recipe I have:
FILES_${PN}-dev = "lib/lib${PN}.a lib/lib${PN}_unix.a lib/pkgconfig
include/canfestival/*.h"
The *.a files get put into staticdev not dev in the package spli
Hi Khem,
On Thu, Oct 19, 2017 at 6:08 PM, Khem Raj wrote:
> On Thu, Oct 19, 2017 at 4:10 AM, Belisko Marek
> wrote:
>> Hi,
>>
>> I'm using latest origin/rocko
>> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build
>> beaglebone core-image-minimal. While build I got this QA error:
On 19 October 2017 at 12:10, Belisko Marek wrote:
> I'm using latest origin/rocko
> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build
> beaglebone core-image-minimal. While build I got this QA error:
>
> ERROR: glibc-locale-2.26-r0 do_package: QA Issue: glibc-locale:
> Files/dire
On Wed, 2017-10-18 at 22:50 -0700, Khem Raj wrote:
> On Wed, Oct 18, 2017 at 3:13 PM, Marlon Smith om> wrote:
> >
> > Hi everyone,
> >
> > I'm trying to build the Linux backports project to get updated wifi
> > drivers
> > on an older kernel. The problem is that when building backports,
> > it
Hi Ross,
On Thu, Oct 19, 2017 at 9:15 PM, Burton, Ross wrote:
> On 19 October 2017 at 12:10, Belisko Marek wrote:
>>
>> I'm using latest origin/rocko
>> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build
>> beaglebone core-image-minimal. While build I got this QA error:
>>
>> ERR
Hi Ross,
On Thu, Oct 19, 2017 at 9:42 PM, Belisko Marek wrote:
> Hi Ross,
>
> On Thu, Oct 19, 2017 at 9:15 PM, Burton, Ross wrote:
>> On 19 October 2017 at 12:10, Belisko Marek wrote:
>>>
>>> I'm using latest origin/rocko
>>> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build
>>
On Thu, Oct 19, 2017 at 12:38 PM, Marlon Smith wrote:
> On Wed, 2017-10-18 at 22:50 -0700, Khem Raj wrote:
>> On Wed, Oct 18, 2017 at 3:13 PM, Marlon Smith > om> wrote:
>> >
>> > Hi everyone,
>> >
>> > I'm trying to build the Linux backports project to get updated wifi
>> > drivers
>> > on an olde
On Thu, 2017-10-19 at 14:18 -0700, Khem Raj wrote:
> On Thu, Oct 19, 2017 at 12:38 PM, Marlon Smith com> wrote:
> >
> > On Wed, 2017-10-18 at 22:50 -0700, Khem Raj wrote:
> > >
> > > On Wed, Oct 18, 2017 at 3:13 PM, Marlon Smith > > il.c
> > > om> wrote:
> > > >
> > > >
> > > > Hi everyone,
>
Before, if there were multiple maintainers, this sent an individual email to
each maintainer. Now, this will send one email to all maintainers. The email
will also provide instructions for how the maintainer can make changes to the
layer's index entry in the future.
The following changes since
When publishing a layer, send an email notification to all of that
layer's maintainers.
Fixes [YOCTO #11208]
Signed-off-by: Amanda Brindle
---
layerindex/views.py | 45 +++-
templates/layerindex/publishemail.txt| 9 ++
templates/laye
Interesting!
Can you tar up and privately mail me all of the temp/log.do_* files inside
the glibc-locale work directory?
Ross
On 19 October 2017 at 22:14, Belisko Marek wrote:
> Hi Ross,
>
> On Thu, Oct 19, 2017 at 9:42 PM, Belisko Marek
> wrote:
> > Hi Ross,
> >
> > On Thu, Oct 19, 2017 at 9
Hi,
I already tried adding it local.conf, didn't work.
Thanks
UmaMahesh
From: Khem Raj
Sent: Thursday, October 19, 2017 9:33:17 PM
To: Umamahesh Yelchuruvenkata
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Lib /modules not listed
On Wed, Oct 18, 2017 at 11:38
Thanks Alex,
both "base-files" and "procps" are providing sysctl.conf. I looked at the
sysctl.conf provided by "procps" packages, I did not feel its very
important.
I think we can ask yocto to skip this. We can do this by modifying
procps_*.bb file
After removing below two lines from procps_*.
If the network is in poor condition, there may be an error when generate
manpages:
| a2x --xsltproc-opts=--catalogs -L -f manpage doc/crm.8.adoc
[snip]
| a2x: ERROR: "xsltproc" --catalogs --stringparam callout.graphics 0
--stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam
31 matches
Mail list logo