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 resize2fs utility installed. I do n

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, Ni

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 leasding space char in the var

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: qe

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Add recipes and patches for 4.8 release

2016-10-13 Thread Khem Raj
On Thu, Oct 13, 2016 at 1:55 AM, Andrei Gherzan wrote: > On Thu, Oct 06, 2016 at 09:39:46PM -0700, Khem Raj wrote: >> Signed-off-by: Khem Raj >> --- >> .../0001-fix-dtbo-rules.patch | 44 >> ++ >> ...835-camera-fix-compilation-warning-werror.patch | 35 +

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 versi

[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 b/recipes-kernel/linux/linux-raspberrypi_4.8.bb ne

[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 --- a/recipes-kernel/linux

[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 appli

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

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 a

[yocto] Merging a custom SDK with meta-toolchain-qt5

2016-10-13 Thread Karim ATIKI
hi all, I have built an image based on Toradex Colibri-T20 board. It's based on X11 with support of gtk3+. Works fine. To get our programs working on it, I have generated the dedicated SDK with bitbake populate_sdk with extra features in SDKIMAGE_FEATURES Then I have added a custom image t

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 12:07

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] Merging a custom SDK with meta-toolchain-qt5

2016-10-13 Thread Michel D'HOOGE
Hi, > Is there a way to customize the meta-toolchain-qt5 so that it > installs the features declared in the SDKIMAGE_FEATURES above ? How did you generate the Qt5 toolchain? Because according to the reference manual: The SDKIMAGE_FEATURES is e quivalent to IMAGE_FEATURES. However, this variabl

[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 : 9052773016727a9398

[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 : 9052773016727a9398

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 lot to me ;-) But i have

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 fo

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 {} ${D}

[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] [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

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 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 we'l

[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 other

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 bsp

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] Big endian ARM machine with NEON wanted

2016-10-13 Thread Mike Looijmans
On 13-10-16 19:20, Andreas Müller wrote: Does anybody know a big endian and common machine supporting NEON? I would need one for testing my port of portaudio. Most ARM systems can run in both big-endian and little-endian modes. Somewhere early during boot this choice is being made. Having

Re: [yocto] Big endian ARM machine with NEON wanted

2016-10-13 Thread Andreas Müller
On Fri, Oct 14, 2016 at 7:41 AM, Mike Looijmans wrote: > On 13-10-16 19:20, Andreas Müller wrote: >> >> >> Does anybody know a big endian and common machine supporting NEON? I >> would need one for testing my port of portaudio. > > > > Most ARM systems can run in both big-endian and little-endian

Re: [yocto] Merging a custom SDK with meta-toolchain-qt5

2016-10-13 Thread Michel D'HOOGE
Hi Karim, I understand your problem but unfortunately I still have a limited understanding of the intrication of the whole metadata system… The good news is that the meta-toolchain-qt5 recipe is quite empty. So I think your best option is to patch the populate_sdk task to include what is adde