[yocto] [meta-raspberrypi] u-boot doesnt boot kernel

2016-07-08 Thread Hammad Ahmed
Hi, I wanted to boot with u-boot so I added: KERNEL_IMAGETYPE = "uImage" u-boot builds fine but when I boot up my raspberrypi, u-boot doesnt start the kernel. U-Boot 2013.01-rc1 (Jul 08 2016 - 19:01:50) DRAM: 448 MiB WARNING: Caches not enabled MMC: bcm2835_sdhci: 0 Using default environment

Re: [yocto] How to install 2 or more initscrips out form one recipe?

2016-07-08 Thread Paul Knopf
Take a look at "initscripts_1.0.bb". A lot of init scripts are created in that single recipe. Thanks, Paul Knopf Software Engineer Med X Change, Inc pkn...@medxchange.com On Fri, Jul 8, 2016 at 9:57 AM, wrote: > Hej > > I run into a problem when I tried to install 3 initscrips out of one > re

Re: [yocto] How to install 2 or more initscrips out form one recipe?

2016-07-08 Thread Jussi Kukkonen
On 8 July 2016 at 16:57, wrote: > Hej > > I run into a problem when I tried to install 3 initscrips out of one > recipe. My recipe looks like: > # > SUMMARY = "demo cfg" > SECTION = "demo" > LICENSE = "CLOSED" > > inherit update-rc.d > > RDEPENDS_${PN} = "bash initscripts" > > SRC_URI

[yocto] [yocto-autobuilder][PATCH] PublishLayerTarballs.py: don't change directories for Eclipse builds

2016-07-08 Thread Bill Randle
When publishing eclipse tarballs, we are already in the correct directory, so skip the change direction operation (which will generate an error). Signed-off-by: Bill Randle --- .../site-packages/autobuilder/buildsteps/PublishLayerTarballs.py | 3 ++- 1 file changed, 2 insertions(+), 1 dele

Re: [yocto] Toaster build fails on Master branch Yocto

2016-07-08 Thread Sambaran Ghosh
Very helpful. Thanks a lot On Fri, Jul 8, 2016, 5:06 PM Barros Pena, Belen wrote: > Hi Sambaran, > > On 07/07/2016 10:43, "yocto-boun...@yoctoproject.org on behalf of Sambaran > Ghosh" sambaran.m...@gmail.com> wrote: > > >While creating a toaster project with the Master Yocto branch, build > >

Re: [yocto] How to install a service generated by update-rc.d?

2016-07-08 Thread S . Jaritz
Yes - The installation of the can_if into /etc/init.d was missing. By adding: do_install () { install -d ${D}${sysconfdir}/init.d cat ${WORKDIR}/can_if | \ sed -e 's,/etc,${sysconfdir},g' \ -e 's,/usr/sbin,${sbindir},g' \ -e 's,/var,${localsta

[yocto] Yocto Project Status WW28

2016-07-08 Thread Saul Wold
Current Dev Position: YP 2.2 M2 Next Deadline: YP 2.2 M2 cut off would be: 7/18/16 SWAT team rotation: Bill -> Paul https://wiki.yoctoproject.org/wiki/Yoct o_Build_Failure_Swat_Team Key Status/Updates: * M1 QA report is out however there are concerns about performanceregressions which have not

[yocto] [meta-raspberrypi][PATCH 2/2] gstreamer1.0-omx-1.2.0: Add patches and bbappend for 1.2.0 separately

2016-07-08 Thread Khem Raj
Signed-off-by: Khem Raj --- ...o-acquire-buffer-when-src-pad-isn-t-activ.patch | 48 .../0001-config-files-path.patch | 137 + .../0002-fix-decoder-flushing.patch| 16 +++ .../0003-no-timeout-on-get-state.patch | 16 +++

[yocto] [meta-raspberrypi][PATCH 1/2] sdcard_image-rpi.bbclass: Add the vardepexcludes

2016-07-08 Thread Khem Raj
The problem reappears because we need to add to the variable and not assign Signed-off-by: Khem Raj --- classes/sdcard_image-rpi.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 6960aca..57ce

Re: [yocto] [meta-raspberry] Raspberry Pi 3

2016-07-08 Thread Khem Raj
On Fri, Jul 8, 2016 at 6:12 AM, Andrei Gherzan wrote: >> MACHINE ??= "raspberrypi3" can you change it to MACHINE = "raspberrypi3" and retry -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How to install 2 or more initscrips out form one recipe?

2016-07-08 Thread S . Jaritz
Hej I run into a problem when I tried to install 3 initscrips out of one recipe. My recipe looks like: # SUMMARY = "demo cfg" SECTION = "demo" LICENSE = "CLOSED" inherit update-rc.d RDEPENDS_${PN} = "bash initscripts" SRC_URI = "file://startA \ file://startB \ file:

Re: [yocto] [meta-raspberrypi] PL2303 instability on RPi 3 but not on RPi 2

2016-07-08 Thread Andrei Gherzan
On Mon, Jun 13, 2016 at 11:24:08PM +0200, Martin Bergek wrote: > Hi, > > I am testing an image on a system including a PL2303 (USB to serial bridge) > and have noticed an issue on the Raspberry Pi 3. The system will run fine for > an hour or two but then the kernel logs the following error: > >

Re: [yocto] [meta-raspberrypi][PATCH 1/4] userland: Upgrade to latest tip

2016-07-08 Thread Andrei Gherzan
On Thu, Jun 23, 2016 at 02:34:28PM -0700, Khem Raj wrote: > Drop upstream applied patches > > Signed-off-by: Khem Raj > --- > ...applications-to-set-next-resource-handle.patch} | 6 +- > ...make-generate-and-install-pkgconfig-files.patch | 114 > - > ...yland-Add-support-fo

Re: [yocto] [PATCH 2/2] linux-raspberrypi: Fix v4.1 with GCC6

2016-07-08 Thread Andrei Gherzan
On Wed, Jun 15, 2016 at 01:43:23PM -0700, Khem Raj wrote: > > > On Tue, Jun 14, 2016 at 4:50 PM, Andrei Gherzan wrote: > > Signed-off-by: Andrei Gherzan > > --- > > ...ove-unused-sm_cache_map_vector-definition.patch | 31 + > > .../linux-raspberrypi-4.1/0003-fix-gcc6.patch | 78 > > +

Re: [yocto] [meta-raspberry] Raspberry Pi 3

2016-07-08 Thread Andrei Gherzan
On Fri, Mar 18, 2016 at 10:15:39AM +0100, David Weisgerber wrote: > Hi, > did anyone succeed in building an image that runs on Raspberry Pi 3? I set my > conf/local.conf to > > MACHINE ??= "raspberrypi3" > GPU_MEM = "128" > DISABLE_OVERSCAN = "1" > > and built rpi-basic-image but when booting the P

Re: [yocto] Error building python-imaging_1.1.7.bb

2016-07-08 Thread Andrei Gherzan
On Thu, Jun 02, 2016 at 12:55:17PM -0400, Michael Dangler wrote: > Hello > > Am new to yocto and am trying to build an image for a Gumstix Pepper board > and use ROS. However always get to the point with python-imaging_1.1.7.bb > failing do_package_qa. HAve tried just doing the following - > > bitb

Re: [yocto] Toaster build fails on Master branch Yocto

2016-07-08 Thread Barros Pena, Belen
Hi Sambaran, On 07/07/2016 10:43, "yocto-boun...@yoctoproject.org on behalf of Sambaran Ghosh" wrote: >While creating a toaster project with the Master Yocto branch, build >always fails. But if I select Krogoth or Jethro branch then builds >succeeds. The major problem with sub-branches like Kro

Re: [yocto] [meta-raspberrypi][PATCH V3 0/4] Drop rpi-mkimage and use upstream u-boot

2016-07-08 Thread Andrei Gherzan
On Sat, Jun 18, 2016 at 12:07:02PM +0100, Paul Barker wrote: > Following discussion on the Raspberry Pi tools bug tracker it was found that > rpi-mkimage is no longer needed with recent firmware. It can therefore be > dropped from the layer completely. > > Whilst looking into this I also found that

Re: [yocto] [PATCH 2/2] linux-raspberrypi: Fix v4.1 with GCC6

2016-07-08 Thread Andrei Gherzan
On Wed, Jun 15, 2016 at 12:50:20AM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > ...ove-unused-sm_cache_map_vector-definition.patch | 31 + > .../linux-raspberrypi-4.1/0003-fix-gcc6.patch | 78 > ++ > recipes-kernel/linux/linux-raspberrypi_

Re: [yocto] [PATCH 1/2] packagegroup-rpi-test: Poky moved the license so fix LIC_FILES_CHKSUM

2016-07-08 Thread Andrei Gherzan
On Wed, Jun 15, 2016 at 12:50:19AM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-core/packagegroups/packagegroup-rpi-test.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-core/packagegroups/packagegroup-rpi-test.bb > b/recipes-cor