On Tue, 2017-02-14 at 16:58 +, André Draszik wrote:
> It is useful to be able to integrate swupd-client into an image that
> is not itself subject to swupd based processing.
Makes sense, merged to master-next.
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion
Hello Yocto list from time to time my builds are getting this error
and I can't understand why is this happening. Every package is in
local IO, only the sstate cache i think is in an NFS mount.
Can you hint me at why this error could come up in yocto do_rootfs?
ERROR: lfs-release-full-x86-64-buil
From: Wenzong Fan
Signed-off-by: Wenzong Fan
---
recipes-security/libseccomp/files/run-ptest | 4
recipes-security/libseccomp/libseccomp.bb | 24
2 files changed, 16 insertions(+), 12 deletions(-)
create mode 100644 recipes-security/libseccomp/files/run-ptest
Hi Eddie (and the rest of the Rockchip team),
First let me reiterate how happy I am to see that Rockchip is interested in
supporting Yocto/OE builds, this is great! I hope this trend continues.
Second, thank you so much for your patience while I reviewed these patches. I
don't like my review to b
On 1/20/17 3:52 AM, Gary Thomas wrote:
> On 2017-01-20 12:30, Gary Thomas wrote:
>> Can someone give me pointers to get the onboard WiFi on the
>> RaspberryPi3 going? What kernel settings/hoops I need to do,
>> what packages I might need, etc?
>>
>> Thanks
>>
>
> Actually, I've found that with
Currently the firmware is installed but kernel fails to load it
due this .txt file missing in the firmware directory and it ends
up with wifi/bluetooth i/f not being initialized. The error is
also in dmesg
[3.120991] usbcore: registered new interface driver brcmfmac
[3.148240] brcmfmac mmc
Its uses omaxplayer/mmal APIs from firmware which seems
to not work with 4.9 kernel
Signed-off-by: Khem Raj
---
...nd-headers-from-ffmpeg-are-installed-in-u.patch | 27 ++
...PEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch | 24 +++
recipes-multimedia/omxplaye
On 2/16/17 4:12 PM, Andrei Gherzan wrote:
> On Thu, Feb 16, 2017 at 10:46:32AM -0800, Khem Raj wrote:
>> From: Herve Jourdain
>>
>> Signed-off-by: Herve Jourdain
>> Signed-off-by: Khem Raj
>> ---
>> conf/machine/raspberrypi3-64.conf | 15 +++
>> 1 file changed, 15 insertions(+)
>>
On Thu, Feb 16, 2017 at 10:46:32AM -0800, Khem Raj wrote:
> From: Herve Jourdain
>
> Signed-off-by: Herve Jourdain
> Signed-off-by: Khem Raj
> ---
> conf/machine/raspberrypi3-64.conf | 15 +++
> 1 file changed, 15 insertions(+)
> create mode 100644 conf/machine/raspberrypi3-64.conf
Resend it with [qa-tools] and see comments below,
On 02/16/2017 04:37 PM, jose.perez.carra...@linux.intel.com wrote:
> From: Jose Perez Carranza
>
> Currently the tempates has a format as below:
>
> TRTEMP
>
> Hence the logic was adapted to follow above structure and also a
> commit param
From: Jose Perez Carranza
Currently the tempates has a format as below:
TRTEMP
Hence the logic was adapted to follow above structure and also a
commit paramater was added to follow the format of build as follows:
RELEASE MILESTONE_rc#
Signed-off-by: Jose Perez Carranza
---
testopia_upda
On 2/16/17 11:54 AM, Andrei Gherzan wrote:
> On Thu, Feb 16, 2017 at 06:52:23AM -0800, Khem Raj wrote:
>> On Wed, Feb 15, 2017 at 10:01 PM, Andrei Gherzan wrote:
>>> On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote:
On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj wrote:
> On Wed, Feb
On Thu, Feb 16, 2017 at 06:52:23AM -0800, Khem Raj wrote:
> On Wed, Feb 15, 2017 at 10:01 PM, Andrei Gherzan wrote:
> > On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote:
> >> On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj wrote:
> >> > On Wed, Feb 15, 2017 at 6:09 PM, Andrei Gherzan
> >> > w
On Thu, Feb 16, 2017 at 09:36:47AM -0500, Trevor Woerner wrote:
> On Wed, Feb 15, 2017 at 7:11 PM, Andrei Gherzan wrote:
> > Who do
> > I have to talk to get this configured?
>
>
> Michael Halstead (CC'ed)
Thanks Trevor. Already sorted.
--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agher
Let config.txt explicitly specify it
Signed-off-by: Khem Raj
---
recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++
1 file changed, 6 insertions(+)
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb
b/recipes-bsp/bootfiles/rpi-config_git.bb
index f610718..20ec343 100644
--- a/recipes-bsp/bo
Signed-off-by: Khem Raj
---
recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb
b/recipes-kernel/linux/linux-raspberrypi_dev.bb
index 2a5b692..bec0d23 100644
--- a/recipes-kernel/linux/l
Userland wont work in 64bit mode
Signed-off-by: Khem Raj
---
conf/machine/raspberrypi3-64.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/machine/raspberrypi3-64.conf
b/conf/machine/raspberrypi3-64.conf
index e7d9af2..0bf1397 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/co
This lets machines use ?= to choose their preferred kernel
e.g. 64bit rpi3 needs 4.9 minimum but default right now
is 4.4
At the same time it keeps the option for user to override
any of these settings via config metadata e.g. local.conf
Signed-off-by: Khem Raj
---
conf/machine/include/rpi-defa
This helps the firmware to identify the kernel as 64bit
image
Signed-off-by: Khem Raj
---
classes/sdcard_image-rpi.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
index 116d5e8..79ab53a 100644
--- a/classes/sdcard_im
Signed-off-by: Khem Raj
---
...13-Implement-triple-buffering-for-wayland.patch | 85 ++
recipes-graphics/userland/userland_git.bb | 3 +-
2 files changed, 87 insertions(+), 1 deletion(-)
create mode 100644
recipes-graphics/userland/userland/0013-Implement-triple-bu
Signed-off-by: Khem Raj
---
recipes-kernel/linux/linux-raspberrypi.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc
b/recipes-kernel/linux/linux-raspberrypi.inc
index 19ebefb..cf61cce 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/
Signed-off-by: Khem Raj
---
conf/machine/raspberrypi3-64.conf | 23 +++
1 file changed, 23 insertions(+)
diff --git a/conf/machine/raspberrypi3-64.conf
b/conf/machine/raspberrypi3-64.conf
index cdcd726..e7d9af2 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machin
Signed-off-by: Khem Raj
---
recipes-bsp/common/firmware.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 1961b48..8aea628 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firm
Fix dtbo builds for arm64
Signed-off-by: Khem Raj
---
...-Add-rules-for-.dtbo-files-for-dts-overla.patch | 29 ++
recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 ++--
2 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644
recipes-kernel/linux/linux-ra
Signed-off-by: Khem Raj
---
recipes-kernel/linux/linux-raspberrypi_dev.bb | 8
1 file changed, 8 insertions(+)
create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb
diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb
b/recipes-kernel/linux/linux-raspberrypi_dev.bb
ne
Signed-off-by: Khem Raj
---
conf/machine/raspberrypi3-64.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/machine/raspberrypi3-64.conf
b/conf/machine/raspberrypi3-64.conf
index 5598e50..cdcd726 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machine/raspberrypi3-64.conf
Signed-off-by: Khem Raj
---
conf/machine/include/rpi-default-providers.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/machine/include/rpi-default-providers.inc
b/conf/machine/include/rpi-default-providers.inc
index 078e9d6..5b2658b 100644
--- a/conf/machine/include/rpi-default-prov
From: Herve Jourdain
Signed-off-by: Herve Jourdain
Signed-off-by: Khem Raj
---
conf/machine/raspberrypi3-64.conf | 15 +++
1 file changed, 15 insertions(+)
create mode 100644 conf/machine/raspberrypi3-64.conf
diff --git a/conf/machine/raspberrypi3-64.conf
b/conf/machine/raspberr
On Thu, 2017-02-16 at 16:41 +0100, Patrick Ohly wrote:
> On Thu, 2017-02-16 at 14:58 +, André Draszik wrote:
> > When SWUPD_BUNDLES is not set, exceptions are thrown, stopping the
> > build - there are two issues in here:
> > - the debug statement references a non-existent variable, 'bundle' wa
On Thu, 2017-02-16 at 14:58 +, André Draszik wrote:
> When SWUPD_BUNDLES is not set, exceptions are thrown, stopping the
> build - there are two issues in here:
> - the debug statement references a non-existent variable, 'bundle' was
> renamed to fulltar
> - copyxattrfiles() needs a list of f
Use try: finally: to make sure the file is removed even
on exceptions.
Signed-off-by: André Draszik
---
lib/swupd/path.py | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/lib/swupd/path.py b/lib/swupd/path.py
index 61e979e..a55c22c 100644
--- a/lib/swupd/path.py
+++
When SWUPD_BUNDLES is not set, exceptions are thrown, stopping the
build - there are two issues in here:
- the debug statement references a non-existent variable, 'bundle' was
renamed to fulltar
- copyxattrfiles() needs a list of files as 2nd argument, not a filename
of a file which contains th
ERROR: Error for ...image.bb, dependency ${@' does not contain exactly one ':'
character.
Task 'depends' should be specified in the form 'packagename:task'
ERROR: Command execution failed: Exited with 1
Signed-off-by: André Draszik
---
classes/swupd-image.bbclass | 2 +-
1 file changed, 1 inse
Hi,
The following set of patches were necessary for me to make meta-swupd
work again as we don't use SWUPD_BUNDLES.
Cheers,
Andre'
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On Wed, Feb 15, 2017 at 10:01 PM, Andrei Gherzan wrote:
> On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote:
>> On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj wrote:
>> > On Wed, Feb 15, 2017 at 6:09 PM, Andrei Gherzan wrote:
>> >> On Sat, Feb 11, 2017 at 09:26:47PM -0800, Khem Raj wrote:
>> >
On Wed, Feb 15, 2017 at 7:11 PM, Andrei Gherzan wrote:
> Who do
> I have to talk to get this configured?
Michael Halstead (CC'ed)
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On Thu, Feb 16, 2017 at 2:50 PM, Andreas Müller
wrote:
> On Thu, Feb 16, 2017 at 2:42 PM, Andreas Müller
> wrote:
>> On Thu, Feb 16, 2017 at 2:38 PM, Gary Thomas wrote:
>>> On 2017-02-16 12:49, Andreas Müller wrote:
xorg-xserver recommends xf86-input-libinput since oe-core's commit
>>>
On Thu, Feb 16, 2017 at 2:42 PM, Andreas Müller
wrote:
> On Thu, Feb 16, 2017 at 2:38 PM, Gary Thomas wrote:
>> On 2017-02-16 12:49, Andreas Müller wrote:
>>>
>>> xorg-xserver recommends xf86-input-libinput since oe-core's commit
>>>
>>> | commit 2d005faff6341a81a2afae28860101ba9db51ae8
>>> | Aut
On Thu, Feb 16, 2017 at 2:38 PM, Gary Thomas wrote:
> On 2017-02-16 12:49, Andreas Müller wrote:
>>
>> xorg-xserver recommends xf86-input-libinput since oe-core's commit
>>
>> | commit 2d005faff6341a81a2afae28860101ba9db51ae8
>> | Author: Jussi Kukkonen
>> | Date: Wed Oct 26 11:37:38 2016 +0300
On 2017-02-16 12:49, Andreas Müller wrote:
xorg-xserver recommends xf86-input-libinput since oe-core's commit
| commit 2d005faff6341a81a2afae28860101ba9db51ae8
| Author: Jussi Kukkonen
| Date: Wed Oct 26 11:37:38 2016 +0300
|
|conf: Use xf86-input-libinput by default
| ...
As nice side e
xorg-xserver recommends xf86-input-libinput since oe-core's commit
| commit 2d005faff6341a81a2afae28860101ba9db51ae8
| Author: Jussi Kukkonen
| Date: Wed Oct 26 11:37:38 2016 +0300
|
|conf: Use xf86-input-libinput by default
| ...
As nice side effect warnings for missing evdev in Xorg.0.lo
On Thu, Feb 16, 2017 at 07:48:33AM +, Takashi Matsuzawa wrote:
> Hello.
>
> Thank you very much for the pointer, but I think this image is x11 based..
>
> I can see EFL project has some pages mentioning about booting EFL on
> wayland-only environment, but it is not yocto (or oe) based instru
On Sun, 12 Feb 2017 16:29:40 -0800
Khem Raj wrote:
> Signed-off-by: Khem Raj
> ---
> recipes-kernel/linux/linux-raspberrypi_dev.bb | 8
> 1 file changed, 8 insertions(+)
> create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb
>
> diff --git a/recipes-kernel/linux/linux-ras
43 matches
Mail list logo