Re: [yocto] Yocto recipe license

2016-10-13 Thread Contrib Open Source
Hello, thanks for pointing me to oe-core LICENSE file. Just to be sure, from: https://github.com/openembedded/openembedded-core/blob/master/LICENSE "All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in

Re: [yocto] Migration info - runqemu

2016-10-13 Thread Robert Yang
Hi Paul and Scott, Here it is, and please feel free to comment, most of them are from qemuboot.bbclass: The new runqemu is a python script, it requires a -.qemuboot.conf to boot the bsp, the qemuboot.conf is generated by qemuboot.bbclass during build rootfs, qemu boot arguments can be set in

[yocto] Migration info - runqemu

2016-10-13 Thread Paul Eggleton
Hi folks, We need some info for the migration section of the 2.2 manual about what the user needs to do to adapt to the new python-based runqemu. Robert / Joshua, can one of you please write something short that explains what users need to do (i.e. changes to the metadata for BSPs, or any

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: deal only with built toolchains, cp also md5 and manifests

2016-10-13 Thread gmane
Hi, On 2016-10-13 16:29, Lock, Joshua G wrote: Can you help me understand why you needed to create this patch? We've run into some issues recently where toolchains we expected to be built weren't and the PublishArtifacts buildstep failing because they're missing is useful. With this change

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: deal only with built toolchains, cp also md5 and manifests

2016-10-13 Thread Joshua Lock
On Wed, 2016-10-12 at 17:29 +0200, Beth 'pidge' Flanagan wrote: > On Mon, 2016-10-10 at 01:44 -0500, gm...@reliableembeddedsystems.com > wrote: > > > > > > > A few notes (not picking on this patch but it does point out some > design failures and I want to at least get this on folks radar). >

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: deal only with built toolchains, cp also md5 and manifests

2016-10-13 Thread Lock, Joshua G
Can you help me understand why you needed to create this patch? We've run into some issues recently where toolchains we expected to be built weren't and the PublishArtifacts buildstep failing because they're missing is useful. With this change we'll no longer get that, right? Thanks, Joshua

[yocto] Big endian ARM machine with NEON wanted

2016-10-13 Thread Andreas Müller
Hi, Does anybody know a big endian and common machine supporting NEON? I would need one for testing my port of portaudio. Thanks in advance Andreas -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] add dejavu-fonts to image

2016-10-13 Thread Michel D'HOOGE
After solving all the QA issues, this bbappend creates RPM packages with fonts in the expected folder. I didn't try to generate an image but I'm quite confident about the result. Michel do_install() { install -d ${D}${libdir}/fonts/ find ./ -name '*.tt[cf]' -exec install -m 0644 {}

Re: [yocto] Release Candidate Build for yocto-2.2.rc1.rc1 now available.

2016-10-13 Thread Lock, Joshua G
On Thu, 2016-10-13 at 15:36 +, Poky Build User wrote: > A release candidate build for yocto-2.2.rc1 is now available at: > > > http://autobuilder.yoctoproject.org/pub/releases/yocto-2.2.rc1 > > > Please begin QA on this build as soon as possible. Please don't, this build isn't ready

Re: [yocto] add dejavu-fonts to image

2016-10-13 Thread idealsim
Thanks for this. I will try and let you know the solution worked for me ! regards Le Thu, 13 Oct 2016 16:56:34 +0200, Michel D'HOOGE a écrit: Hello, thanks a lot the build work now ! I'm very proud: this is the 1st time I can help someone on Yocto! This means a

[yocto] Release Candidate Build for yocto-2.2.rc1.rc1 now available.

2016-10-13 Thread Poky Build User
A release candidate build for yocto-2.2.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.2.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-qt4 : fc9b050569e94b5176bed28b69ef28514e4e4553 meta-intel :

[yocto] Release Candidate Build for yocto-2.2.rc1.rc1 now available.

2016-10-13 Thread Poky Build User
A release candidate build for yocto-2.2.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.2.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-qt4 : fc9b050569e94b5176bed28b69ef28514e4e4553 meta-intel :

Re: [yocto] add dejavu-fonts to image

2016-10-13 Thread Michel D'HOOGE
Hello, thanks a lot the build work now ! I'm very proud: this is the 1st time I can help someone on Yocto! This means a lot to me ;-) But i have another issue, i would like to install the font in /usr/lib/fonts, this is not the case for the moment (it 's for Qt5.7 use). How i can said

Re: [yocto] add dejavu-fonts to image

2016-10-13 Thread idealsim
Hello, thanks a lot the build work now ! But i have another issue, i would like to install the font in /usr/lib/fonts, this is not the case for the moment (it 's for Qt5.7 use). How i can said to yocto to install font (.ttf) on this folder please ? regards Mickaël Le Thu, 13 Oct 2016

Re: [yocto] Yocto recipe license

2016-10-13 Thread Burton, Ross
On 13 October 2016 at 09:49, Contrib Open Source < contrib.open.sou...@gmail.com> wrote: > it seems that license.manifest file describes application/lib/etc. > source code license, > but what about Yocto recipe license itself ? > So what is the license of a Yocto recipe ? > How to know it ? > If

Re: [yocto] add dejavu-fonts to image

2016-10-13 Thread Michel D'HOOGE
Hello, In fact, the ttf-dejavu recipe doesn't provide a package with the same name. If you look at the PACKAGES variable, you'll find that it provides ${PN}-sans, ${PN}-sans-mono, ${PN}-sans-condensed, ${PN}-serif , ${PN}-serif-condensed & ${PN}-mathtexgyre. So you have to explicitly choose

[yocto] Yocto recipe license

2016-10-13 Thread Contrib Open Source
Hello, it seems that license.manifest file describes application/lib/etc. source code license, but what about Yocto recipe license itself ? So what is the license of a Yocto recipe ? How to know it ? If a Yocto recipe is GPL2, and we extend (*.bbappend) this recipe, does contamination effect

[yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi_4.7.bb: Update to 4.7.7

2016-10-13 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.7.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.7.bb b/recipes-kernel/linux/linux-raspberrypi_4.7.bb index 44ac961..0315f8f 100644 ---

[yocto] [meta-raspberrypi][PATCH V2 1/2] linux-raspberrypi: Add recipe for 4.8 release

2016-10-13 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb

Re: [yocto] Can I change the version of Yocto Project ?

2016-10-13 Thread Dengke Du
On 2016年10月12日 22:05, 蔡尚義 wrote: Hi Yocto Project: Recently I downloaded the yocto project with the latest version ("krogoth") on my Ubuntu14.04 LTS. But I found that Jethro version is the real version that I need to use for BSP on APQ8053(Qualcomm chip) So, How can I downgrade the

Re: [yocto] yocto - linaro's lava integration

2016-10-13 Thread alfonso
Hi Mark, thanks a lot for replying to my message. On the last few days I managed to find the missing key of the puzzle on some lava slides on the internet. In fact you can boot and test an image having the kernel and fs separately. here is the job description: device_type: qemu job_name:

Re: [yocto] resize2fs

2016-10-13 Thread Nicolas Dechesne
On Thu, Oct 13, 2016 at 9:03 AM, Peter Balazovic wrote: > > First, you need an extra space when you use _append operator. > I got within my local.conf and building for big size SD card. > > IMAGE_ROOTFS_EXTRA_SPACE = "25165824" > that's not what I meant, you need a

Re: [yocto] resize2fs

2016-10-13 Thread Peter Balazovic
> First, you need an extra space when you use _append operator. I got within my local.conf and building for big size SD card. IMAGE_ROOTFS_EXTRA_SPACE = "25165824" > So you need to include e2fsprogs-resize2fs that's what I'm looking for - where to include ... On Thu, Oct 13, 2016 at 8:49 AM,

Re: [yocto] resize2fs

2016-10-13 Thread Nicolas Dechesne
Le 13 oct. 2016 08:44, "Peter Balazovic" a écrit : > > Dears, > > I just build the yocto image and within local.conf I got > > IMAGE_INSTALL_append = "e2fsprogs" First, you need an extra space when you use _append operator. . > > but unfortunately I do not get

[yocto] resize2fs

2016-10-13 Thread Peter Balazovic
Dears, I just build the yocto image and within local.conf I got IMAGE_INSTALL_append = "e2fsprogs" but unfortunately I do not get resize2fs utility installed. I do not not why? this how e2fsprogs_1.42.9.bb looks like require e2fsprogs.inc SRC_URI += "file://acinclude.m4 \

Re: [yocto] Resizing root flash partition/filesystem on first boot

2016-10-13 Thread Peter Balazovic
Hello Jason, I'm interested in your code + BitBake recipe to be able to *automatically resize on first boot*. Thank you. Peter -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto