[yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-06 Thread Khem Raj
This is a binary repo and its quite large in size we do not need the whole history of this repo since most of stuff needed is binaries, therefore switch to release tarballs Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 12 +++- 1 file chan

[yocto] [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""

2016-11-06 Thread Khem Raj
ASNEEDED does not work with userland libraries as noted in see https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html Helps with running kodi using gles2 Signed-off-by: Khem Raj <raj.k...@gmail.com> --- .../userland/0003-wayland-Add-Wayland-example.patch

Re: [yocto] Yocto : QA issue: package qlibc-dbg contains bad RPATH

2016-11-04 Thread Khem Raj
On Fri, Nov 4, 2016 at 8:09 AM, Dinh Nguyen (dinhn) wrote: > Hi Yocto Gurus, > > ERROR: QA Issue: package qlibc-dbg contains bad RPATH quick fix is in a do_install or do_install_append do chrpath -d ${D}${libdir}/libqlibcext.so ideally, one should fix build system to not emit

Re: [yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-04 Thread Khem Raj
thx On Fri, Nov 4, 2016 at 3:10 AM, Karim ATIKI <karim_at...@hotmail.com> wrote: > Khem, > > > It worked successfuly. > > No errors, no warnings. > > Cheers, > > Karim > > ------ > *De :* Khem Raj <raj.k...@gmail.com> >

Re: [yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-03 Thread Khem Raj
streamer1.0-plugins-bad-1.8.3-r0 do_configure: QA Issue: > gstreamer1.0-plugins-bad: invalid PACKAGECONFIG: "dispmanx > [invalid-packageconfig] > > Karim > > > > De : yocto-boun...@yoctoproject.org <mailto:yocto-boun...@yoctoproject.org> > <yocto-boun...@yoctopr

[yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-03 Thread Khem Raj
Enable dispmanx support if using bcm driver Signed-off-by: Khem Raj <raj.k...@gmail.com> --- Changes from V1->V2: - Remove spurious " - Rearrange code - Remove duplicate packageconfig for dispmanx .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 14 -- 1 fi

Re: [yocto] Shallow git clones?

2016-11-03 Thread Khem Raj
> On Nov 3, 2016, at 6:06 AM, Gary Thomas wrote: > > I recall seeing some discussion in the past about using shallow > GIT clones when importing repositories? Is this ever going to > happen? > > The reason I ask is that I routinely save the GIT tarballs and > some of them

Re: [yocto] Invalid configuration from end user prevents continuing

2016-11-03 Thread Khem Raj
> On Nov 2, 2016, at 11:21 PM, Andrew Stuart > wrote: > > Hello > > I'm trying to get yocto to run from a hard disk. It's not finishing the boot > process. Research suggests that there is some problem around the rootfs. > > Here is a screenshot of where

Re: [yocto] Guide to how to build a minimal system

2016-11-03 Thread Khem Raj
> On Nov 2, 2016, at 4:02 AM, Andrew Stuart > wrote: > > I want to build a minimal Nginx system that does nothing else but serve > static files. Preferably with nothing else installed at all apart from > network configuration via /etc/network/interfaces.

Re: [yocto] How do I remove/disable QtWebKit from building?

2016-11-03 Thread Khem Raj
> On Nov 2, 2016, at 7:18 AM, Anatoli Veselinov > wrote: > > I have been searching about this but didn't found anything. I don't know if > what I'm asking is possible so let me explain. > > My goal is to create a custom image for a target that it can run Qt >

Re: [yocto] How do I used Yocto to build an sdcard image for my Raspberry Pi 3 Model B?

2016-11-03 Thread Khem Raj
> On Nov 3, 2016, at 4:57 AM, Thomas Thorne wrote: > > Presumably because I have in my local.conf: > IMAGE_FSTYPES = "tar.xz ext3" > yes thats the problem. signature.asc Description: Message signed with OpenPGP using GPGMail --

[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-03 Thread Khem Raj
Enable dispmanx support if using bcm driver Signed-off-by: Khem Raj <raj.k...@gmail.com> --- .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugin

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-02 Thread Khem Raj
> On Nov 2, 2016, at 12:46 AM, Paul Barker wrote: > > On Wed, 2 Nov 2016 00:49:11 +1100 > Jonathan Liu wrote: > >> device_tree_address=0x100 is set in config.txt so the firmware will >> load a patched device tree blob to 0x100 before passing control

Re: [yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi: remove not needed bundle_initramfs_append()

2016-11-02 Thread Khem Raj
> On Nov 2, 2016, at 2:52 AM, piotr.lewicki wrote: > > --- > recipes-kernel/linux/linux-raspberrypi.inc | 13 - > 1 file changed, 13 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi.inc > b/recipes-kernel/linux/linux-raspberrypi.inc >

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Fix appending to RDEPENDS

2016-11-02 Thread Khem Raj
> On Nov 2, 2016, at 1:28 AM, Paul Barker wrote: > > On Wed, 2 Nov 2016 00:46:47 +1100 > Jonathan Liu wrote: > >> The += operator should not be used in combination with overrides as it >> will clear any existing values in the variable. >> >> Example:

Re: [yocto] How do I used Yocto to build an sdcard image for my Raspberry Pi 3 Model B?

2016-11-02 Thread Khem Raj
Do you see an image with .rpi-sdimg in deploy/images/raspberrypi3 % ls *.rpi-sdimg rpi-hwup-image-raspberrypi3-20161103050832.rootfs.rpi-sdimg rpi-hwup-image-raspberrypi3.rpi-sdimg@ Thats the one you should be able to dd > On Nov 2, 2016, at 6:10 AM, Thomas A. F. Thorne MEng AUS MIET >

Re: [yocto] [meta-raspberrypi3] Failed to build gstreamer1.0-plugins-bad with minimal configuration

2016-11-02 Thread Khem Raj
Can you test this patch here https://github.com/kraj/meta-raspberrypi/commit/73be88cec27bb3b9d52d7782bd82c60395626abd.patch and let me know if it fixes your issue ? On Tue, Nov 1, 2016 at 11:51 AM, Karim ATIKI wrote: > Hi Paul, > > > Thanks for your feedback. > >

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-01 Thread Khem Raj
> On Nov 1, 2016, at 4:22 PM, Burton, Ross wrote: > > > On 1 November 2016 at 22:20, Daniel. > wrote: > Just as a note, I've been using archlinux for about a year and have never > faced "distro related problems",

Re: [yocto] Yocto 2.2 minimum kernel requirement

2016-10-31 Thread Khem Raj
On Mon, Oct 31, 2016 at 3:44 PM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > On Mon, 31 Oct 2016 15:36:24 Khem Raj wrote: >> > On Oct 31, 2016, at 2:59 PM, Paul Eggleton <paul.eggle...@linux.intel.com> >> > wrote:> >> > On Mon, 31 Oct 2016 09

Re: [yocto] Yocto 2.2 minimum kernel requirement

2016-10-31 Thread Khem Raj
> On Oct 31, 2016, at 2:59 PM, Paul Eggleton <paul.eggle...@linux.intel.com> > wrote: > > On Mon, 31 Oct 2016 09:37:07 Khem Raj wrote: >>> On Oct 31, 2016, at 7:37 AM, Vuille, Martin (Martin) <vmar...@avaya.com> >>> wrote: >>> &g

Re: [yocto] [meta-raspberrypi] Master doesn't seem to be building right...

2016-10-31 Thread Khem Raj
For clarity if your workspace is krogoth based used krogoth branch for rpi layer too. Master has hot incompatible changes which requires morty+ of oe core On Oct 31, 2016 10:06 AM, "Andrei Gherzan" wrote: > On Fri, Oct 14, 2016 at 03:26:53PM +, Frank Earl wrote: > > It's

Re: [yocto] [PATCH 1/1] linux-raspberrypi: Update to 4.8.4

2016-10-31 Thread Khem Raj
Hi Andrei Sent a series which includes upgrade for 4.8 > On Oct 31, 2016, at 9:39 AM, Andrei Gherzan wrote: > > Signed-off-by: Andrei Gherzan > --- > recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [yocto] [meta-raspberrypi][PATCH 6/6] rpi-base.inc: build vc4-fkms-v3d.dtbo

2016-10-31 Thread Khem Raj
> On Oct 31, 2016, at 9:44 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > > On Mon, Oct 31, 2016 at 09:41:18AM -0700, Khem Raj wrote: >> >>> On Oct 31, 2016, at 7:10 AM, Andrei Gherzan <and...@gherzan.ro> wrote: >>> >>> On Thu,

[yocto] [meta-raspberrypi][PATCH 6/6] linux-raspberrypi-4.4: Update to 4.4.28

2016-10-31 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 4b15f88..19e8552

[yocto] [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file

2016-10-31 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-graphics/wayland/weston_%.bbappend | 10 ++ recipes-graphics/weston/weston_%.bbappend | 8 2 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 recipes-graphics/weston/weston_%.bbappend diff

[yocto] [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030

2016-10-31 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 6ce89a5..ed0782f 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH 2/6] linux-raspberrypi_4.8.bb: Update to 4.8.4

2016-10-31 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb index 02623f4..528cfef

[yocto] [meta-raspberrypi][PATCH 4/6] userland: Update to latest master tip

2016-10-31 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 3c63f94..7558851 100644 --- a/r

[yocto] [meta-raspberrypi][PATCH 1/6] firmware: Update to latest

2016-10-31 Thread Khem Raj
Fixes issues with display not starting with weston Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 29f9c01..6

Re: [yocto] [meta-raspberrypi][PATCH 6/6] rpi-base.inc: build vc4-fkms-v3d.dtbo

2016-10-31 Thread Khem Raj
> On Oct 31, 2016, at 7:10 AM, Andrei Gherzan wrote: > > On Thu, Sep 22, 2016 at 07:47:54AM +0200, Andreas Müller wrote: >> For those who want to run closed source driver with mesa. See further details >> at [1] >> >> [1] http://anholt.livejournal.com/47717.html >> >>

Re: [yocto] Yocto 2.2 minimum kernel requirement

2016-10-31 Thread Khem Raj
> On Oct 31, 2016, at 7:37 AM, Vuille, Martin (Martin) > wrote: > > We are looking at upgrading from Yocto 1.8 to 2.2. > > Yocto 2.2 has a minimum kernel requirement of 3.2.0. > > This isn’t an issue for our target (ARMv5, Linux 4.4) but may be > an issue for our automated

Re: [yocto] Package relation between package.manifest and license.manifest

2016-10-31 Thread Khem Raj
> ncurses-terminfo-base > net-tools > @@ -167,8 +176,6 @@ > pciutils > pciutils-ids > perl > -perl-lib > -popt > procps > psmisc > psplash > @@ -208,7 +215,6 @@ > python-unittest > python-xml > python-xmlrpc > -readline >

Re: [yocto] [meta-security][PATCH 2/2] smack kernel: add smack kernel config fragments

2016-10-28 Thread Khem Raj
> On Oct 28, 2016, at 8:41 AM, akuster808 <akuster...@gmail.com> wrote: > > > > On 10/28/2016 04:20 AM, Patrick Ohly wrote: >> On Thu, 2016-10-27 at 19:32 -0700, Khem Raj wrote: >>>> On Oct 27, 2016, at 12:22 AM, Patrick Ohly <patrick.o...@intel.com

Re: [yocto] qlibc lib for Yocto Dizzy question

2016-10-27 Thread Khem Raj
> https://github.com/wolkykim/qlibc.git <https://github.com/wolkykim/qlibc.git> > > Thanks, > —Dinh > > From: Khem Raj <raj.k...@gmail.com <mailto:raj.k...@gmail.com>> > Date: Thursday, October 27, 2016 at 9:00 PM > To: dinhn <di...@cisco.com <

Re: [yocto] qlibc lib for Yocto Dizzy question

2016-10-27 Thread Khem Raj
> On Oct 27, 2016, at 8:19 PM, Dinh Nguyen (dinhn) wrote: > > > Hi Yocto gurus, > > I am trying to add the qlibc lib to our Yocto 1.7.2 version. > Able to compile and build IPK packages with out any issue as shown below: > >

Re: [yocto] How to proceed with kernel-fitimage and INITRAMFS_IMAGE

2016-10-27 Thread Khem Raj
> On Oct 27, 2016, at 10:34 AM, Rick Altherr wrote: > > Krogoth (2.1.1) doesn't include the changes required to build a fitImage with > an initramfs. Specifically, it lacks > ec755d2524fcbd9dfded23a576f25c990d405a6c >

Re: [yocto] [meta-raspberrypi3] Failed to build gstreamer1.0-plugins-bad with minimal configuration

2016-10-27 Thread Khem Raj
> On Oct 27, 2016, at 2:18 PM, Paul Barker wrote: > > On Thu, 27 Oct 2016 21:26:10 +0100 > Paul Barker wrote: > >> On Wed, 26 Oct 2016 12:56:11 + >> Karim ATIKI wrote: >> >>> Hi all, >>> >>> >>> I'm currently

Re: [yocto] cve-checker tool

2016-10-27 Thread Khem Raj
> On Oct 27, 2016, at 4:03 AM, Sona Sarmadi wrote: > > > >> -Original Message- >> From: Sona Sarmadi >> Sent: den 27 oktober 2016 10:57 >> To: Scott Rifenbark ; 'mariano.lo...@intel.com' >> ; yocto@yoctoproject.org

Re: [yocto] [meta-security][PATCH 2/2] smack kernel: add smack kernel config fragments

2016-10-27 Thread Khem Raj
> On Oct 27, 2016, at 12:22 AM, Patrick Ohly wrote: > > On Wed, 2016-10-26 at 08:00 -0700, Armin Kuster wrote: >> Signed-off-by: Armin Kuster >> --- >> recipes-kernel/linux/linux-yocto-4.8/smack-default-lsm.cfg | 2 ++ >>

Re: [yocto] [meta-security][PATCH 1/2] smack: Add new package

2016-10-27 Thread Khem Raj
> On Oct 26, 2016, at 8:00 AM, Armin Kuster wrote: > > Signed-off-by: Armin Kuster > --- > recipes-security/smack/files/run-ptest | 3 ++ > .../smack/files/smack_generator_make_fixup.patch | 18 ++ >

Re: [yocto] Package relation between package.manifest and license.manifest

2016-10-27 Thread Khem Raj
> On Oct 26, 2016, at 5:45 AM, Hugo Heutinck wrote: > > Question: What is the relation between the package.manifest and > license.manifest ? > > After a yocto poky based image has been built there are 2 files in the > licenses directory

Re: [yocto] How to change the startup application

2016-10-25 Thread Khem Raj
> On Oct 25, 2016, at 6:02 AM, Nikola Popovic wrote: > > Greetings. > > Is there any possibility to make recipe which start and run application > inside weston terminal when Yocto starts. weston init does have mechanism for such usecases see weston.ini. I would

Re: [yocto] [meta-measured][PATCH] Fix tpm2.0-tss package issue: libraries are not ship into the right packages

2016-10-24 Thread Khem Raj
2016-10-24 2:28 GMT-07:00 Thomas Perrot : > Signed-off-by: Thomas Perrot > --- > recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb

Re: [yocto] potentially confusing intro to what is in an SDK (SDK manual)

2016-10-23 Thread Khem Raj
On Sun, Oct 23, 2016 at 7:00 AM, Robert P. J. Day wrote: > > more of the pedantic nitpickery you've all come to expect from me, > but in section 1.1 of SDK Manual (v. 2.2): > > "All SDKs consist of the following: > > Cross-Development Toolchain: This toolchain

Re: [yocto] SDK manual is not listed on docs page

2016-10-22 Thread Khem Raj
> On Oct 22, 2016, at 9:32 AM, Robert P. J. Day wrote: > > > i don't see link to SDK manual here: > > https://www.yoctoproject.org/documentation/inprogress > > is that deliberate, or an oversight? file a documentation ticket. > > rday > > -- > >

Re: [yocto] if user space application compiles with a static library, does it need to be included in the yocto build ?

2016-10-22 Thread Khem Raj
> On Oct 21, 2016, at 3:30 PM, Davis Roman wrote: > > Hello Yocto Community, > > As much as I like to advocate for code reuse and minimizing code bloat, there > is one instance where our user space application will be compiled with a > statically linked library. > >

Re: [yocto] [meta-raspberrypi][question] how to setup alsa on rpi3?

2016-10-22 Thread Khem Raj
> On Oct 21, 2016, at 4:26 AM, Tanu Kaskinen wrote: > > On Fri, 2016-10-21 at 12:08 +0200, Piotr Lewicki wrote: >> Hi, >> >> I want to use aplay to play a sound on raspberry pi 3, but for some >> reason it does not work for me. >> >> I have built a new "rpi-test-image" with only

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-10-22 Thread Khem Raj
> On Oct 22, 2016, at 8:16 AM, Karim ATIKI wrote: > > Actually, it looks like the issue comes from gstreamer1.0-plugins-bad recipe. > > This function, graphics_get_display_size, comes from libbcm_host which seems > to be present in sysroot. > > In log.doconfigure i

Re: [yocto] Attention all: patches for upstream source will be applied with stricter criteria for context

2016-10-21 Thread Khem Raj
> On Oct 21, 2016, at 5:55 AM, Alexander Kanavin > wrote: > > Hello all, > > while updating gnutls to a newer version I came across a rather serious > issue: the way we patch source code is very lenient about the context for the > lines to be changed.

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

2016-10-20 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb index 02623f4..7934747

[yocto] [meta-raspberrypi][PATCH 1/2] firmware: Update to latest

2016-10-20 Thread Khem Raj
Fixes issues with display not starting with weston Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 29f9c01..6

Re: [yocto] [meta-mingw][PATCH 1/1] binutils-cross-canadian: Fix LTO failure

2016-10-20 Thread Khem Raj
> On Oct 20, 2016, at 10:35 AM, Juro Bystricky wrote: > > GCC was failing with a message similar to: > > e:/windri~1/lx8.sdk/qemux8~1.800/sysroots/i686-w~1/usr/bin/i586-w~3/../../libexec/i586-wrs-linux/gcc/i586-wrs-linux/5.2.0/real-ld.exe: > unrecognized option

Re: [yocto] Deciding between yocto kernels and soc vendor kernels

2016-10-20 Thread Khem Raj
> On Oct 20, 2016, at 10:32 AM, Davis Roman wrote: > > Hello Yocto Community, > > As I understand it, the Yocto project team cherry-picks certain kernel > versions from kernel.org to be dedicated as Yocto > Project Linux Kernels that have support

Re: [yocto] Recipe for Turbo.lua ?

2016-10-19 Thread Khem Raj
On Wed, Oct 19, 2016 at 6:56 PM, Dinh Nguyen (dinhn) wrote: > > Hi Yocto Gurus, > > I am trying to use the Turbo Lua as a framework for building Lua JIT. > https://github.com/kernelsauce/turbo.git > > Is there any existing recipe for “turbo lua” ? I checked at

Re: [yocto] 2.2 release note material

2016-10-19 Thread Khem Raj
On Wed, Oct 19, 2016 at 7:25 PM, Paul Eggleton wrote: > Hi all, > > I've been gathering material for the 2.2 release notes, here is what I have at > the moment. Things missing: > > * Any new features/enhancements for the kernel tools - Bruce, is there > anything worth

Re: [yocto] Difference between bitbake inclusion and inheritance

2016-10-18 Thread Khem Raj
On Tue, Oct 18, 2016 at 3:37 PM, Davis Roman wrote: > Hello, > > I'm a yocto newbie and so I'm becoming familiar with the documentation. > > I came across a bitbake feature that is somewhat confusing to me regarding > the difference between optional/required inclusion

Re: [yocto] [meta-security][PATCH 02/17] tpm-tools: add native support

2016-10-17 Thread Khem Raj
> On Oct 17, 2016, at 6:29 PM, akuster808 <akuster...@gmail.com> wrote: > > > > On 10/17/2016 05:10 PM, Khem Raj wrote: >>> On Oct 17, 2016, at 5:02 PM, Armin Kuster <akuster...@gmail.com> >>> <mailto:akuster...@gmail.com> wrote: >>

Re: [yocto] [meta-security][PATCH 05/17] tpm2simulator: add package

2016-10-17 Thread Khem Raj
> On Oct 17, 2016, at 6:21 PM, akuster808 <akuster...@gmail.com> wrote: > > > > On 10/17/2016 05:13 PM, Khem Raj wrote: >>> On Oct 17, 2016, at 5:02 PM, Armin Kuster <akuster...@gmail.com> >>> <mailto:akuster...@gmail.com> wrote: >>

Re: [yocto] Error during configuration.

2016-10-17 Thread Khem Raj
> On Oct 17, 2016, at 5:57 PM, Vijayakumar Badiger > wrote: > > Hello All, > > I am getting an error while doing configuration. I see many people have got > this error, but I don't see any full threads mentioning how the issue got > fixed. > Please someone help to

Re: [yocto] [meta-security][PATCH 03/17] libtpm: add new package

2016-10-17 Thread Khem Raj
> On Oct 17, 2016, at 5:02 PM, Armin Kuster wrote: > > Signed-off-by: Armin Kuster > --- > recipes-tpm/libtpm/libtpm_1.0.bb | 13 + > 1 file changed, 13 insertions(+) > create mode 100644 recipes-tpm/libtpm/libtpm_1.0.bb > > diff --git

Re: [yocto] [meta-security][PATCH 04/17] swtpm: add new package

2016-10-17 Thread Khem Raj
> On Oct 17, 2016, at 5:02 PM, Armin Kuster wrote: > > Signed-off-by: Armin Kuster > --- > recipes-tpm/swtpm/files/fix_lib_search_path.patch | 41 +++ > recipes-tpm/swtpm/swtpm_1.0.bb| 38 + >

Re: [yocto] [meta-security][PATCH 05/17] tpm2simulator: add package

2016-10-17 Thread Khem Raj
> On Oct 17, 2016, at 5:02 PM, Armin Kuster wrote: > > Signed-off-by: Armin Kuster > --- > .../tpm2simulator/tpm2simulator-native_116.bb | 25 ++ > 1 file changed, 25 insertions(+) > create mode 100644

Re: [yocto] [meta-security][PATCH 02/17] tpm-tools: add native support

2016-10-17 Thread Khem Raj
> On Oct 17, 2016, at 5:02 PM, Armin Kuster wrote: > > Signed-off-by: Armin Kuster > --- > recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb | 3 +++ > recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb | 23 +++ > 2 files changed, 26

Re: [yocto] General policies for CVE fixes

2016-10-17 Thread Khem Raj
On Mon, Oct 17, 2016 at 12:11 PM, Sona Sarmadi wrote: > Hi all, > > From https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance: > > General policies: > > Fixes must go into master first unless they are applicable only to the > stable branch; if back-porting to an

Re: [yocto] Question about meta-intel

2016-10-17 Thread Khem Raj
On Mon, Oct 17, 2016 at 8:07 AM, Clark, Mark A wrote: > Yocto gurus. See below. I have built the corei7 and core2-32 images for > core-image-rt-sdk. These build and run fine. The i586 is listed > (intel-quark) in the linux-yocto-rt_4.1.bbappend but fails to build. >

Re: [yocto] Using debian packages management

2016-10-17 Thread Khem Raj
On Mon, Oct 17, 2016 at 7:11 AM, Michel D'HOOGE wrote: > Hi, > > From time to time I try to use the debian packages management instead of RPM > because I feel more "at home"... And every time, there is a problem -- but > this time, I felt like I'll try to understand and

Re: [yocto] Adding a file into the kernel source

2016-10-17 Thread Khem Raj
On Mon, Oct 17, 2016 at 5:22 AM, wrote: > I want to add a new file (a device tree source) into my kernel build. Is > there a way to get the recipe to specifically copy an existing file in , or > does it have to be created using a patch? usual way would be to

Re: [yocto] [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license

2016-10-16 Thread Khem Raj
On Sun, Oct 16, 2016 at 3:08 PM, Jonathan Liu wrote: > The license for brcm43430-license should be the license it contains > instead of all the licenses of the linux-firmware packages. > this is ok > [YOCTO #10251] > > Signed-off-by: Jonathan Liu > --- >

Re: [yocto] building uclibc based image for arm

2016-10-16 Thread Khem Raj
.conf" (#TCLIBC ?= "uclibc") > > But if I do same thing with yocto 2.0 or 2.1, it goes successful and builds > uclibc based images. > > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Saturday, October 15, 2016 8:24 PM

Re: [yocto] Conflict between multilib glibc and non-multlib glibc

2016-10-16 Thread Khem Raj
> On Oct 11, 2016, at 4:53 PM, Stroz, Glenn wrote: > > Hi, > > We have a project running an aarch64 compatible processor. For backward > compatibility with some internal software packages, we’re using the > armv7a-vfp machine type as a multilib lib32 variant.

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

2016-10-16 Thread Khem Raj
> On Oct 12, 2016, at 11:13 PM, Peter Balazovic > wrote: > > Hello Jason, > > I'm interested in your code + BitBake recipe to be able to automatically > resize on first boot. Take a look at 96boards layer there is a recipe as well as systemd service file that

Re: [yocto] [raspberrypi3] Failed to build core-image-minimal with Qt5 support (GL/gl.h not found)

2016-10-16 Thread Khem Raj
m userland package. Figure out > >why mesa-gl is being pulled. > > In the dependecy explorer, I see mesa-gl Runtime Depends = "mesa-gl-dev > mesa-megadriver" > I don't have any other info <OutlookEmoji-☹.png> > > De : Khem Raj <raj.k...@gmail.com <mailto

Re: [yocto] [raspberrypi3] Failed to build core-image-minimal with Qt5 support (GL/gl.h not found)

2016-10-16 Thread Khem Raj
On Sun, Oct 16, 2016 at 8:45 AM, Karim ATIKI wrote: > Hi all, > > > I'm trying to a build a core-image-minimal for my RaspberryPi3 with Qt5 > support. > > I'm working with Poky Krogth and master branches of meta-qt5 and > meta-raspberrypi. > > > The build failed at

Re: [yocto] building uclibc based image for arm

2016-10-15 Thread Khem Raj
On Wed, Oct 12, 2016 at 6:08 PM, Harshal Govind (hgovind) wrote: > Hi, > > > > > > I am trying build uclibc based image. But getting following error. > > Note: > > - I am using yocto-1.7.2 > > - Set TCLIBC ?= "uclibc" in distro/defaultsetup.conf > > -

[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 <raj.k...@gmail.com> --- 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

[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 <raj.k...@gmail.com> --- 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

Re: [yocto] openjdk build fails due to checksum mismatches from icedtea-native

2016-10-07 Thread Khem Raj
On Fri, Oct 7, 2016 at 4:14 PM, Randy Mortensen <randy.m...@gmail.com> wrote: > > On Oct 6, 2016, at 8:35 PM, Khem Raj <raj.k...@gmail.com> wrote: > > > On Oct 6, 2016, at 7:07 PM, Randy Mortensen <randy.m...@gmail.com> wrote: > > > On Oct

Re: [yocto] [meta-security][PATCH] sleuthkit: fix No GNU_HASH in the elf binary

2016-10-07 Thread Khem Raj
> On Oct 7, 2016, at 9:23 AM, Armin Kuster wrote: > > From: Armin Kuster > > Signed-off-by: Armin Kuster > --- > recipes-forensic/sleuth/sleuthkit_4.1.3.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

Re: [yocto] SDK Problems for SuperH 4

2016-10-07 Thread Khem Raj
> On Oct 7, 2016, at 12:58 AM, Martin Townsend <mtownsend1...@gmail.com> wrote: > > On Fri, Oct 7, 2016 at 8:46 AM, Martin Townsend <mtownsend1...@gmail.com> > wrote: >> On Fri, Oct 7, 2016 at 5:32 AM, Khem Raj <raj.k...@gmail.com> wrote: >>> >

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

2016-10-06 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- .../0001-fix-dtbo-rules.patch | 44 ++ ...835-camera-fix-compilation-warning-werror.patch | 35 + recipes-kernel/linux/linux-raspberrypi_4.8.bb | 10 + 3 files changed, 89 inse

Re: [yocto] SDK Problems for SuperH 4

2016-10-06 Thread Khem Raj
> On Oct 6, 2016, at 12:09 PM, Martin Townsend wrote: > > On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend > wrote: >> Hi, >> >> We have a poky sato distributions successfully built and running for >> our SuperH 4 processor board. The problem

Re: [yocto] openjdk build fails due to checksum mismatches from icedtea-native

2016-10-06 Thread Khem Raj
> On Oct 6, 2016, at 7:07 PM, Randy Mortensen <randy.m...@gmail.com> wrote: > > >> On Oct 5, 2016, at 7:14 PM, Darcy Watkins <dwatk...@sierrawireless.com> >> wrote: >> >> >> >>> On Oct 5, 2016, at 4:52 PM, Khem Raj <raj.k...@gma

[yocto] [meta-raspberrypi][PATCH 4/4] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Khem Raj
N. Signed-off-by: Jonathan Liu <net...@gmail.com> Signed-off-by: Khem Raj <raj.k...@gmail.com> --- classes/linux-raspberrypi-base.bbclass | 4 ++-- classes/sdcard_image-rpi.bbclass | 8 +++- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/classes/linux-raspberry

[yocto] [meta-raspberrypi][PATCH 2/4] userland: Upgrade to latest

2016-10-06 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...-applications-to-set-next-resource-handle.patch | 6 ++--- ...ayland-Add-support-for-the-Wayland-winsys.patch | 28 +++--- .../0003-wayland-Add-Wayland-example.patch | 4 ++-- ...-wayland-egl-Add-bc

[yocto] [meta-raspberrypi][PATCH 3/4] firmware: Upgrade to latest

2016-10-06 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index a9d2327..29f9c01 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH 1/4] linux-raspberrypi_4.4: Upgrade to 4.4.23

2016-10-06 Thread Khem Raj
Drop upstreamed patch Signed-off-by: Khem Raj <raj.k...@gmail.com> --- .../0002-vc4-ioctl-rendering-allow.patch | 29 -- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 5 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 r

Re: [yocto] which meta-intel woudl build a kernel 4.8

2016-10-06 Thread Khem Raj
Use poky or oe-core master with master of meta-intel is best shot On Oct 6, 2016 11:16 AM, "Dominig ar Foll (Intel Open Source)" < dominig.arf...@fridu.net> wrote: > Hello, > > I was happily under 'jethro' until now but I need to build a kernel 4.8 > fir Intel HW to get access to some new

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Khem Raj
> On Oct 6, 2016, at 5:20 AM, Jonathan Liu wrote: > > The value of the RPI_KERNEL_VERSION can change between None and the > kernel version which can result in taskhash mismatch errors while > building images. > > The taskhash mismatch errors can be reproduced using: > bitbake

Re: [yocto] openjdk build fails due to checksum mismatches from icedtea-native

2016-10-05 Thread Khem Raj
> On Oct 5, 2016, at 4:45 PM, Randy Mortensen > wrote: > > >> On Oct 5, 2016, at 5:04 PM, Darcy Watkins >> wrote: >> >> From what I gleaned from recent discussions of fetcher errors, this is >> somehow connected with rollout of

Re: [yocto] [meta-mingw][PATCH 2/3] gcc-crosssdk_%.bbappend: Do not configure with initfini-array enabled.

2016-10-05 Thread Khem Raj
> On Oct 5, 2016, at 3:49 PM, Juro Bystricky wrote: > > Default configuration for gcc-crosssddk is now to enable initfini-array. > However, this works only for Linux so we disable it for mingw32. > Otherwise we will eventually encounter build error such as: > >

Re: [yocto] Question: xxxx listed in PACKAGES multiple times, this leads to packaging errors

2016-10-05 Thread Khem Raj
t; dinhn@rs-bldsrv:/media/raghuram/data/dinhn/ioxDevLatest/ioxsdk/yp/tmp/work/core2-64-poky-linux/c-mlib/1.1-r0/image/usr/lib$ > ls -ltr > total 856 > -rw-r--r-- 3 dinhn dinhn 872657 Oct 5 01:17 libmlib.so > > > Thanks, > —Dinh > > On 10/5/16, 11:26 AM, "Khem

Re: [yocto] Question: xxxx listed in PACKAGES multiple times, this leads to packaging errors

2016-10-05 Thread Khem Raj
> On Oct 5, 2016, at 11:18 AM, Dinh Nguyen (dinhn) wrote: > >>> Are the files present in the image/packages? Maybe it is just the >>> bitbake cache skipping doing work it already did last time. > > If I don’t do the bitbake clean, and just do bitbake again, then yes. > > >

Re: [yocto] Question: xxxx listed in PACKAGES multiple times, this leads to packaging errors

2016-10-05 Thread Khem Raj
On Wed, Oct 5, 2016 at 9:06 AM, Dinh Nguyen (dinhn) wrote: > Many thanks Paul. Your help is greatly appreciated. > > 1. >>> Like the other responder I would suggest you not set PACKAGES > > Yes, I did not set the PACKAGES, so -dev, -dbg and main packages were built > as shown

Re: [yocto] Splitting a recipe into two for two kind of compilation

2016-10-05 Thread Khem Raj
On Wed, Oct 5, 2016 at 7:20 AM, Nicolas Bigaouette wrote: > Hi all! > > I have an issue when trying to build two different images using conflicting > packages. > > I need to package an application of mine (built using cmake) for our Yocto > deployment. The recipe

Re: [yocto] Question: xxxx listed in PACKAGES multiple times, this leads to packaging errors

2016-10-05 Thread Khem Raj
I wonder why do we want to override default PACKAGES here. If we can leave that alone things would work out on its own. On Tue, Oct 4, 2016 at 11:55 PM, Paul Eggleton wrote: > On Wed, 05 Oct 2016 05:12:27 Dinh Nguyen wrote: >> Thanks much Paul. >> >> PACKAGES

Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-03 Thread Khem Raj
I guess you need to look at sognatures and see why its changing. On Oct 3, 2016 1:39 PM, "Trevor Woerner" wrote: > Odd... even with this patch I'm still seeing sporadic failures :-( > > On Mon, Oct 3, 2016 at 2:48 PM, Trevor Woerner wrote: > > On Mon

Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-02 Thread Khem Raj
> On Oct 2, 2016, at 7:34 AM, Trevor Woerner wrote: > > Hi, > > For the last week or so my raspberry pi builds have been failing with: > > ERROR: core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch > 2920e557ac3a011d5679a52590cb664d versus

Re: [yocto] How to build an SDK toolchain for native x86_64

2016-10-02 Thread Khem Raj
> On Sep 15, 2016, at 10:04 PM, Josias Inacio da Silva Filho > wrote: > > Hi folks, > > Here’s my current setup and current situation: > > Host: x86_64 > Target: aarch64 > > Build core-image-base for aarch64 - OK > populate_sdk for aarch64 - OK > > My application

Re: [yocto] [prelink-cross] Support x32 libx32 directory

2016-10-02 Thread Khem Raj
Mark have we integrated this patch ? > On Sep 14, 2016, at 4:23 PM, Joseph Myers wrote: > > Cross-prelink's prelink-rtld is missing suport for the /libx32 > directory used with the x86_64 x32 ABI. This patch adds such support. > > 2016-09-14 Joseph Myers

Re: [yocto] Adding mysql in bitbaking meta-toolchain-qt5

2016-10-02 Thread Khem Raj
> On Sep 14, 2016, at 12:54 AM, amb...@iwavesystems.com wrote: > > > Hello, > > I’m doing bitbake of meta-toolchain-qt5. When trying to use mysql, not able > to find it in include/ directory. > > mysql sources is located in the below path in my yocto setup, > >

<    3   4   5   6   7   8   9   10   11   12   >