As it turns out, this v2 patch doesn't work, the kernel fails to build
successfully with this stripped down config. Maybe I didn't generate it
correctly?
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On Thu, Jan 5, 2017 at 4:59 PM, Paul Barker wrote:
> On Thu, 5 Jan 2017 15:16:19 -0500
> Trevor Woerner wrote:
>
>> On Thu 2017-01-05 @ 07:33:38 PM, Paul Barker wrote:
>> > On Thu, 5 Jan 2017 12:42:29 -0500
>> > Trevor Woerner wrote:
>> >
>> > > Add an -rt kernel recipe for Raspberry Pi that in
Corrected version: link for kernel mirror was wrong.
Tracy
Hello,
The latest release of the Yocto Project 2.0.3 (jethro-14.0.3) is now available
for download at:
http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/poky-jethro-14.0.3.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-
Hello,
The latest release of the Yocto Project 2.0.3 (jethro-14.0.3) is now available
for download at:
http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.3/poky-jethro-14.0.3.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-2.0.3/poky-fido-14.0.3.tar.bz2
A gpg signed version of these
On Thu, 5 Jan 2017 15:16:19 -0500
Trevor Woerner wrote:
> On Thu 2017-01-05 @ 07:33:38 PM, Paul Barker wrote:
> > On Thu, 5 Jan 2017 12:42:29 -0500
> > Trevor Woerner wrote:
> >
> > > Add an -rt kernel recipe for Raspberry Pi that includes the FIQ patch
> > > which
> > > adds stability to the
Django 1.6 provides a context manager for atomic transactions so
update the way for make db transactions.
Signed-off-by: Aníbal Limón
---
rrs/tools/rrs_distros.py| 67 ++---
rrs/tools/rrs_maintainer_history.py | 114 +---
rrs/tools/rrs
The new client/server API of tinfoil requires explicit call of
shutdown method to send the event for finalize cooker process.
[YOCTO #10863]
Signed-off-by: Aníbal Limón
---
rrs/tools/common.py | 6 +-
rrs/tools/rrs_distros.py | 3 +++
rrs/tools/rrs_upgrade_history.py
The new client/server API of tinfoil requires explicit call of
shutdown method to send the event for finalize cooker process.
Also in update_layer remove the databuilder and cache instance
now isn't needed.
Signed-off-by: Aníbal Limón
---
layerindex/bulkchange.py | 1 +
layerindex/rec
On Thu 2017-01-05 @ 07:33:38 PM, Paul Barker wrote:
> On Thu, 5 Jan 2017 12:42:29 -0500
> Trevor Woerner wrote:
>
> > Add an -rt kernel recipe for Raspberry Pi that includes the FIQ patch which
> > adds stability to the -rt kernel (with full preemption enabled) and is an
> > improvement to simpl
Appreciate your suggestions.
The ipk's are there
$ find tmp/deploy/ipk/ -name hals*
tmp/deploy/ipk/cortexa9hf-neon/hals-tests_5.0.0-r0_cortexa9hf-neon.ipk
tmp/deploy/ipk/cortexa9hf-neon/hals_5.0.0-r0_cortexa9hf-neon.ipk
tmp/deploy/ipk/cortexa9hf-neon/hals-dev_5.0.0-r0_cortexa9hf-neon.ipk
tmp/deplo
On Thu, 5 Jan 2017 12:42:29 -0500
Trevor Woerner wrote:
> Add an -rt kernel recipe for Raspberry Pi that includes the FIQ patch which
> adds stability to the -rt kernel (with full preemption enabled) and is an
> improvement to simply disabling FIQ on the kernel cmdline.
>
> Signed-off-by: Trevo
On 01/05, richard_al...@keysight.com wrote:
> Hi
> 1) I had just successfully built an image with all the recipes ( hals,
> hals-doc) [and yes, there these are non-empty]
> 2) I had then successfully built image with -c populate_sdk
> 3) The bitbake image -c populate_sdk_ext is what is failing
>
On 01/03/2017 08:13 PM, Andreas Müller wrote:
> On Tue, Jan 3, 2017 at 4:32 PM, Philip Balister wrote:
>> Every year since 2007, OpenEmbedded has a stand at FOSDEM
>> (http://www.fosdem.org)
>>
>> From the first year:
>>
>> https://www.flickr.com/photos/32615155@N00/405229708/in/album-721575945610
On 2017-01-05 3:35 AM, Jussi Laako wrote:
On 05.01.2017 05:24, Bruce Ashfield wrote:
On 2017-01-04 10:19 AM, Jussi Laako wrote:
Here are two patches for yocto-kernel-cache:
What are the target branches for this ?
At the moment I'm targeting master, but maybe this could be material
also for
Updates audio support to work with modern audio hardware while dropping
some legacy parts.
Signed-off-by: Jussi Laako
---
cfg/sound.cfg | 145 +-
1 file changed, 134 insertions(+), 11 deletions(-)
diff --git a/cfg/sound.cfg b/cfg/sound.cfg
This patch update adds small tweak by setting the sound support as module and
adds high
resolution timer support.
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Hi
1) I had just successfully built an image with all the recipes ( hals,
hals-doc) [and yes, there these are non-empty]
2) I had then successfully built image with -c populate_sdk
3) The bitbake image -c populate_sdk_ext is what is failing
[ The above works with Krogoth, only on Morty am I getti
On 05.01.2017 05:24, Bruce Ashfield wrote:
On 2017-01-04 10:19 AM, Jussi Laako wrote:
Here are two patches for yocto-kernel-cache:
What are the target branches for this ?
At the moment I'm targeting master, but maybe this could be material
also for 4.9 branch. I'm going to look into some ot
I'm currently writing a custom recipe that builds a c++ program developped by
our team.
It is a huge c++ program with many contrib dependencies. It's supposed to run
on many platforms, including Rpi.
The recipe is really simply, it fetches sources, launches makefiles and install
binaries.
From: Wenzong Fan
Some variables are exported by top Makefile and updated from sub
Makefile (such as PCRE_LDFLAGS, DISABLE_FLAGS ...).
The '-e' option prevents those variables from updating in the sub
Makefile and causes libselinux build errors:
| label.lo:(.data.rel.ro.local+0x20): undefined r
From: Wenzong Fan
Signed-off-by: Wenzong Fan
---
recipes-security/selinux/secilc_2.5.bb | 7 ---
recipes-security/selinux/secilc_2.6.bb | 7 +++
2 files changed, 7 insertions(+), 7 deletions(-)
delete mode 100644 recipes-security/selinux/secilc_2.5.bb
create mode 100644 recipes-securi
From: Wenzong Fan
Signed-off-by: Wenzong Fan
---
recipes-security/selinux/sepolgen_1.2.3.bb | 7 ---
recipes-security/selinux/sepolgen_2.6.bb | 7 +++
2 files changed, 7 insertions(+), 7 deletions(-)
delete mode 100644 recipes-security/selinux/sepolgen_1.2.3.bb
create mode 100644 re
From: Wenzong Fan
* rebase patch:
- libselinux-make-O_CLOEXEC-optional.patch
* cleanup patches:
- libselinux-only-mount-proc-if-necessary.patch
- libselinux-procattr-return-einval-for-0-pid.patch
- libselinux-procattr-return-error-on-invalid-pid.patch
* other fixes:
- remove useless v
From: Wenzong Fan
Signed-off-by: Wenzong Fan
---
recipes-security/selinux/{libsepol_2.5.bb => libsepol_2.6.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename recipes-security/selinux/{libsepol_2.5.bb => libsepol_2.6.bb} (49%)
diff --git a/recipes-security/selinux/libsepol_
From: Wenzong Fan
* rebase patch:
- policycoreutils-process-ValueError-for-sepolicy-seobject.patch
Signed-off-by: Wenzong Fan
---
...-process-ValueError-for-sepolicy-seobject.patch | 34 --
...licycoreutils_2.5.bb => policycoreutils_2.6.bb} | 7 ++---
2 files changed, 21
From: Wenzong Fan
Signed-off-by: Wenzong Fan
---
recipes-security/selinux/checkpolicy_2.5.bb | 7 ---
recipes-security/selinux/checkpolicy_2.6.bb | 7 +++
2 files changed, 7 insertions(+), 7 deletions(-)
delete mode 100644 recipes-security/selinux/checkpolicy_2.5.bb
create mode 100644
From: Wenzong Fan
Signed-off-by: Wenzong Fan
---
recipes-security/selinux/{libsemanage_2.5.bb => libsemanage_2.6.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename recipes-security/selinux/{libsemanage_2.5.bb => libsemanage_2.6.bb}
(78%)
diff --git a/recipes-security/seli
From: Wenzong Fan
Signed-off-by: Wenzong Fan
---
recipes-security/selinux/{selinux_20160223.inc => selinux_20161014.inc} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename recipes-security/selinux/{selinux_20160223.inc => selinux_20161014.inc}
(84%)
diff --git a/recipes-security/se
From: Wenzong Fan
Uprev selinux packages to 2.6 (20161014) and fix build issues.
The following changes since commit 02602ac9c1f3e61f11d90053c578575254fa6323:
iproute2: make packageconfig selinux work (2016-11-01 09:20:37 -0400)
are available in the git repository at:
git://git.pokylinux.o
29 matches
Mail list logo