Re: [yocto] Package naming "exceptions" in Yocto

2016-01-14 Thread akuster
On 01/13/2016 11:43 PM, Reshetova, Elena wrote: > Hi, > > > > I have a small question about "exceptional" names of packages in yocto/OE. > Kernel package is being one example with the name "linux-yocto" vs. > traditional "linux_kernel". Since you ask about "Yocto" naming in the Poky

[yocto] [meta-raspberrypi][PATCH v2 6/7] pitft: Add basic support for PiTFT

2016-01-14 Thread Petter Mabäcker
Add basic support for PiTFT display by using device-trees. In order get it working below configurations must be active in local.conf: MACHINE_FEATURES += "pitft" - This will enable SPI bus and i2c device-trees, it will also setup framebuffer for console and x server on PiTFT. [Support #70]

Re: [yocto] [PATCH][coreutils] Add attr build dependency

2016-01-14 Thread Khem Raj
Scott Thanks for patch. You might want to send into to oe-core mailing list. > On Jan 14, 2016, at 6:54 AM, Scott Ellis wrote: > > Fixes this warning: > > WARNING: QA Issue: coreutils rdepends on libattr, but it isn't a build > dependency? [build-deps] > >

Re: [yocto] [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED

2016-01-14 Thread Anibal Limon
On 01/13/2016 02:19 PM, Burton, Ross wrote: > On 13 January 2016 at 20:03, Paul Eggleton > wrote: > >> I'd question the value of -a as well; the tool is supposed to be smart >> enough >> to show you the things that matter and hide everything else by default. If >>

Re: [yocto] [meta-java] openjdk-8 fail to build

2016-01-14 Thread Stef Boerrigter
Hi, What version of Yocto are you using? I'm using 1.7.1 version with only the patch i described in my previous answer. When using it on the master of meta-java i got it working without any issues.. You mentioned you use another patch as well? Regards 2016-01-13 18:46 GMT+01:00 Federico Pietro

Re: [yocto] How to change the order of package installation

2016-01-14 Thread Khem Raj
> On Jan 14, 2016, at 1:58 AM, RayBloodworth wrote: > > Hi, everyone > >I'm using the dizzy branch of freescale yocto project to build image. When > do_rootfs is done, I found that package "base-files" wasn't the first order > of installation. >Since I want do

Re: [yocto] Package naming "exceptions" in Yocto

2016-01-14 Thread Khem Raj
Elena > On Jan 13, 2016, at 11:43 PM, Reshetova, Elena > wrote: > > Hi, > > I have a small question about “exceptional” names of packages in yocto/OE. > Kernel package is being one example with the name “linux-yocto” vs. > traditional “linux_kernel”. This just

[yocto] How to change the order of package installation

2016-01-14 Thread RayBloodworth
Hi, everyone I'm using the dizzy branch of freescale yocto project to build image. When do_rootfs is done, I found that package "base-files" wasn't the first order of installation.Since I want do some modify like "/bin -> /usr/bin" in "base-files", package "base-files" must be the first

Re: [yocto] Package naming "exceptions" in Yocto

2016-01-14 Thread Philip Balister
Please note there is a security page on the wiki: https://wiki.yoctoproject.org/wiki/Security and there is a security list at: yocto-secur...@yoctoproject.org The list isn't very active, but it should be copied on all security discussions. If you are interested you should be subscribed to this

Re: [yocto] [meta-java] openjdk-8 fail to build

2016-01-14 Thread Federico Pietro Briata
Hi, I'm on 1.6.2 (daisy Branch), so probably I've to cherry-pick something more on poky. With poky-daisy-11.0.2 (Hash: e3dd621197548b4cf64988e757e9bc926082db73) I confirm that openjdk 7 was working for sure with this commit d7d4f64a32d26fc8a92e4c89b47c78956f20a14d Regards, Federico Hi, What

Re: [yocto] Package naming "exceptions" in Yocto

2016-01-14 Thread Reshetova, Elena
>Please note there is a security page on the wiki: >https://wiki.yoctoproject.org/wiki/Security >and there is a security list at: >yocto-secur...@yoctoproject.org >The list isn't very active, but it should be copied on all security discussions. If you are interested you should be subscribed to

[yocto] [meta-raspberrypi][PATCH v2 2/7] .gitignore: Ignore .swp files

2016-01-14 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1677b58..f235765 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build* *~ +.*.swp -- 1.9.1 --

[yocto] [meta-raspberrypi][PATCH v2 3/7] linux-raspberrypi: Update 4.1 recipe to 4.1.15

2016-01-14 Thread Petter Mabäcker
[Support #69] Signed-off-by: Petter Mabäcker --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb index

[yocto] [meta-raspberrypi][PATCH v2 5/7] rpi-base.inc: Allow MACHINE_FEATURES appends

2016-01-14 Thread Petter Mabäcker
Ensure that it's possible to add MACHINE_FEATURES from places that will be executed before rpi-base.inc (like e.g. local.conf), without having them overrided. Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1

[yocto] qmlvideo: no service found for - "org.qt-project.qt.mediaplayer"

2016-01-14 Thread Charles Chau
Hello, I am using the i.MX6 Dual Core. I have followed this recipe and have a working image with GStreamer. However, I am having trouble to get the Qt qmlvideo player to play video. GStreamer can

[yocto] [Toaster] Production Instance Setup

2016-01-14 Thread Rudolf J Streif
Hi Everyone: I am trying to set up Toaster in a production environment with Apache etc. The web server setup is ok. It is running builds where I am currently stuck. I am using the Jethro branch from the git repo. According to step 7 in [1] one needs to start

Re: [yocto] Separate out image generation into a new task

2016-01-14 Thread Andre McCurdy
On Wed, Jan 13, 2016 at 12:36 PM, Markus Volk wrote: > With the recent improvements in the master branch regarding image creation > i´m not able to build usb images anymore. This patch might help:

Re: [yocto] How to change the order of package installation

2016-01-14 Thread RayBloodworth
Hi, Raj Thanks for your reply! I will try another way: Merging /bin and /usr/bin at the last step of do_rootfs. Thanks! Subject: Re: [yocto] How to change the order of package installation From: raj.k...@gmail.com Date: Thu, 14 Jan 2016 09:47:09 -0800 CC: yocto@yoctoproject.org To:

Re: [yocto] Separate out image generation into a new task

2016-01-14 Thread Markus Volk
Thank you, unfortunately this has´t solved the problem for me > Am 15.01.2016 um 02:56 schrieb Andre McCurdy : > > On Wed, Jan 13, 2016 at 12:36 PM, Markus Volk wrote: >> With the recent improvements in the master branch regarding image creation >> i´m

[yocto] [PATCH][coreutils] Add attr build dependency

2016-01-14 Thread Scott Ellis
Fixes this warning: WARNING: QA Issue: coreutils rdepends on libattr, but it isn't a build dependency? [build-deps] Signed-off-by: Scott Ellis --- meta/recipes-core/coreutils/coreutils_8.24.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [meta-raspberrypi][PATCH v2 1/7] README: Add SPI bus chapter to content

2016-01-14 Thread Petter Mabäcker
The optional SPI bus chapter was missing in the content list. While at it also place it together with the other "optional" chapters, instead of in the end. Signed-off-by: Petter Mabäcker --- README | 28 +++- 1 file changed, 15 insertions(+), 13

[yocto] [meta-raspberrypi][PATCH v2 7/7] pitft: Add PiTFT22 support

2016-01-14 Thread Petter Mabäcker
- Add support to build overlays for PiTFT22 in the kernel. - Setup a basic configuration for the driver The PiTFT22 support is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft22" [Support #70] Signed-off-by: Petter Mabäcker ---

[yocto] [meta-raspberrypi][PATCH v2 4/7] rpi-config: I2C support

2016-01-14 Thread Petter Mabäcker
With newer kernels (>=3.18) that supports device-trees I2C should be enabled with device-trees. This is now support by adding: ENABLE_I2C = "1" in local.conf This will enable the dtparams: i2c1 i2c_arm Signed-off-by: Petter Mabäcker --- README

[yocto] [meta-raspberrypi][PATCH v2 0/7] Various upgrade/fixes from Technux

2016-01-14 Thread Petter Mabäcker
Various fixes from Technux, with focus on PiTFT support. Major changes from v1 is that after feedback, MACHINE_FEATURES is used to enable/disable pitft support instead of MACHINEOVERRIDES. Petter Mabäcker (7): README: Add SPI bus chapter to content .gitignore: Ignore .swp files

Re: [yocto] Package naming "exceptions" in Yocto

2016-01-14 Thread Paul Eggleton
Hi Elena, On Thu, 14 Jan 2016 07:43:19 Reshetova, Elena wrote: > I have a small question about "exceptional" names of packages in yocto/OE. > Kernel package is being one example with the name "linux-yocto" vs. > traditional "linux_kernel". > > Are there more such yocto-specific packages (of