>From f7c9e480729ea2c3bafb6ae5e101627f7f77f867 Mon Sep 17 00:00:00 2001
From: Vladimir Redzhepov
Date: Thu, 4 Sep 2014 15:02:22 +0300
Subject: [PATCH] Provide common functionality to run jdk on the build host.
The native class provides common functionality for recipes that
wish to build tools to
From 6562802db9b4ad5be2f5e0af8dec639d3322476b Mon Sep 17 00:00:00 2001
From: Vladimir Redzhepov
Date: Tue, 26 Aug 2014 13:22:49 +0300
Subject: [PATCH] Update jdk and jre to version 67
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
1. Add BUILD_NUMBER var
Patch applied. Thanks!
On Thu, Sep 04, 2014 at 12:30:44PM +, Vladimir Redzhepov wrote:
> >From f7c9e480729ea2c3bafb6ae5e101627f7f77f867 Mon Sep 17 00:00:00 2001
> From: Vladimir Redzhepov
> Date: Thu, 4 Sep 2014 15:02:22 +0300
> Subject: [PATCH] Provide common functionality to run jdk on the
Hello,
I have a question regarding the behaviour of .bbappend files.
== Situation sketch
I have the following situation:
- I have a YOCTO setup with all my nessecary layers.
- I have a board support package layer for my embedded target.
- I have a meta-xenomai layer
-> The meta xenomai layer pro
From 61efb0099635325b21d589dd96308c7fa9b668de Mon Sep 17 00:00:00 2001
From: Vladimir Redzhepov
Date: Thu, 4 Sep 2014 18:37:50 +0300
Subject: [PATCH] Update jdk and jre to version 67.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
1. Add BUILD_NUMBER var
Hi
I'm build yocto 1.6, My hardware is beaglebone black I successfull
build system image. But I can't see cape manager.
I need them to use SPI - enable spidev -
http://elinux.org/BeagleBone_Black_Enable_SPIDEV .
What do i do to build yocto with a cape manager?
regards tt
--
__
Hi Gazeta,
On Thu, Sep 4, 2014 at 5:48 PM, tomek82221 Gazeta.pl
wrote:
> Hi
> I'm build yocto 1.6, My hardware is beaglebone black I successfull
> build system image. But I can't see cape manager.
> I need them to use SPI - enable spidev -
> http://elinux.org/BeagleBone_Black_Enable_SPIDEV .
> W
Hello!
I wrote my own recipe for crda.
(http://wireless.kernel.org/en/developers/Regulatory/CRDA)
Dependencies is:
DEPENDS = "libgcrypt libnl"
RDEPENDS_${PN} = "udev wireless-regdb"
Crda Makefile is using python to rebuild it's database in
build/installation step.
After installation I have sev
I wanted to run the tests manually on a target. Tests are now
built and packaged.
to run: /usr/lib/libseccomp/tests/regression -a
will add ptest later.
Signed-off-by: Armin Kuster
---
recipes-security/libseccomp/libseccomp_2.1.1.bb | 11 ++-
1 file changed, 10 insertions(+), 1 deletion