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
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
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
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
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
> >
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
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
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 +++
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
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
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:
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:
>
>
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
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
> > +
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
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
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
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
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_
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
20 matches
Mail list logo