[yocto] [meta-raspberrypi][PATCH] firmware: Update to 20161125

2016-12-05 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- 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 8862f58..1961b48 100644 --- a/recipes-bsp/common/firmware.inc

Re: [yocto] [meta-raspberrypi][PATCH v4] u-boot: Simplify boot script

2016-11-29 Thread Jonathan Liu
Hi Paul, On 30 November 2016 at 07:39, Paul Barker <p...@paulbarker.me.uk> wrote: > On Sun, 27 Nov 2016 17:37:53 +1100 > Jonathan Liu <net...@gmail.com> wrote: > > > A patch is backported to check if the firmware loaded a device tree blob > > into mem

[yocto] [meta-raspberrypi][PATCH v4] u-boot: Simplify boot script

2016-11-26 Thread Jonathan Liu
and the loaded device tree. This allows things like MAC address, board revision and serial number to be correctly configured and options in config.txt to be used. Signed-off-by: Jonathan Liu <net...@gmail.com> --- Changes in v4: - Backport patch from upstream instead of using own patch Changes

[yocto] [PATCH v4] u-boot: Simplify boot script

2016-11-26 Thread Jonathan Liu
and the loaded device tree. This allows things like MAC address, board revision and serial number to be correctly configured and options in config.txt to be used. Signed-off-by: Jonathan Liu <net...@gmail.com> --- Changes in v4: - Backport patch from upstream instead of using own patch Changes

[yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Include pi3-disable-bt-overlay.dtb

2016-11-04 Thread Jonathan Liu
This is used to disable Bluetooth and restore the serial console. Signed-off-by: Jonathan Liu <net...@gmail.com> --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 3364516..6

[yocto] [meta-raspberrypi][PATCH v3] u-boot: Simplify boot script

2016-11-04 Thread Jonathan Liu
and the loaded device tree. This allows things like MAC address, board revision and serial number to be correctly configured and options in config.txt to be used. Signed-off-by: Jonathan Liu <net...@gmail.com> --- Changes in v3: - Removed incorrect check if fdt_addr_r is already set. The check con

Re: [yocto] [meta-raspberrypi][PATCH v2] u-boot: Simplify boot script

2016-11-04 Thread Jonathan Liu
On 5 November 2016 at 08:56, Jonathan Liu <net...@gmail.com> wrote: > Hi Paul, > > On 5 November 2016 at 06:12, Paul Barker <p...@paulbarker.me.uk> wrote: >> On Sat, 5 Nov 2016 00:47:34 +1100 >> Jonathan Liu <net...@gmail.com> wrote: >> >>

Re: [yocto] [meta-raspberrypi][PATCH v2] u-boot: Simplify boot script

2016-11-04 Thread Jonathan Liu
Hi Paul, On 5 November 2016 at 06:12, Paul Barker <p...@paulbarker.me.uk> wrote: > On Sat, 5 Nov 2016 00:47:34 +1100 > Jonathan Liu <net...@gmail.com> wrote: > >> A patch is added to check if the firmware loaded a device tree blob >> into memory and set the f

[yocto] [meta-raspberrypi][PATCH v2] u-boot: Simplify boot script

2016-11-04 Thread Jonathan Liu
and the loaded device tree. This allows things like MAC address, board revision and serial number to be correctly configured and options in config.txt to be used. Signed-off-by: Jonathan Liu <net...@gmail.com> --- Changes in v2: - Instead of setting device_tree_address to 0x100 in config.txt, patc

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-04 Thread Jonathan Liu
Hi Paul, On 4 November 2016 at 09:14, Paul Barker <p...@paulbarker.me.uk> wrote: > On Fri, 4 Nov 2016 08:55:05 +1100 > Jonathan Liu <net...@gmail.com> wrote: > >> Hi Paul, >> >> On 4 November 2016 at 07:57, Paul Barker <p...@paulbarker.me.uk> w

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-03 Thread Jonathan Liu
Hi Paul, On 4 November 2016 at 07:57, Paul Barker <p...@paulbarker.me.uk> wrote: > On Wed, 2 Nov 2016 00:49:11 +1100 > Jonathan Liu <net...@gmail.com> wrote: > >> device_tree_address=0x100 is set in config.txt so the firmware will >> load a patched device

[yocto] [meta-raspberrypi][PATCH] u-boot: Fix appending to RDEPENDS

2016-11-01 Thread Jonathan Liu
end is changed to use a wildcard instead of a specific version to simplify updating U-Boot. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-bsp/u-boot/u-boot_%.bbappend | 1 + recipes-bsp/u-boot/u-boot_2016.03.bbappend | 1 - 2 files changed, 1 insertion(+), 1 deletion(-)

[yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-01 Thread Jonathan Liu
arguments and the loaded device tree. This allows things like MAC address, board revision and serial number to be correctly configured and options in config.txt to be used. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-bsp/bootfiles/rpi-config_git.bb| 5 + recip

[yocto] [meta-raspberrypi][PATCH] linux-firmware: Correct the LICENSE for brcm43430-license

2016-10-16 Thread Jonathan Liu
The license for brcm43430-license should be the license it contains instead of all the licenses of the linux-firmware packages. [YOCTO #10251] Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux-firmware/linux-firmware_git.bbappend | 1 + 1 file changed, 1 insertion(+)

[yocto] [meta-raspberrypi][PATCH] linux-firmware: Fix "No generic license file exists" warning

2016-10-15 Thread Jonathan Liu
do_populate_lic: linux-firmware: No generic license file exists for: Firmware-broadcom_brcm80211 in any provider Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux-firmware/linux-firmware_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Jonathan Liu
-minimal The get_dts() and split_overlays() functions are modified so that the kernel version argument is optional. If the version is not supplied to these functions, they will fallback to the Python equivalent of the expression used for RPI_KERNEL_VERSION. Signed-off-by: Jonathan Liu <net..

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-10-06 Thread Jonathan Liu
On 6 October 2016 at 02:00, Trevor Woerner <twoer...@gmail.com> wrote: > On Wed 2016-10-05 @ 11:01:15 AM, Jonathan Liu wrote: >> See if the following helps: >> bitbake -c cleanall core-image-minimal && bitbake core-image-minimal > > Odd. I had started this em

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-10-04 Thread Jonathan Liu
PM, Andrei Gherzan <and...@gherzan.ro> wrote: >> On Tue, Sep 13, 2016 at 12:06:11PM +1000, Jonathan Liu wrote: >>> The IMAGE_NAME variable already contains the date and time so it is >>> redundant to also include the date again with IMAGEDATESTAMP >>> when writing to

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: exclude IMAGEDATESTAMP from signatures of do_image_rpi_sdimg

2016-09-12 Thread Jonathan Liu
Hi Andreas/Khem, On 13 September 2016 at 09:04, Andreas Müller wrote: > On Wed, Aug 17, 2016 at 6:58 AM, Khem Raj wrote: >> Fixes taskhash mismatch e.g. >> >> ERROR: core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch >>

Re: [yocto] [meta-raspberrypi][PATCH 1/2] sdcard_image-rpi.bbclass: remove stamp file

2016-09-12 Thread Jonathan Liu
Hi Andreas, On 13 September 2016 at 10:19, Andreas Müller wrote: > stamp files are not of much use and this patch fixes: > ERROR: kde-base-image-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch > 3fad6675b6fcc6b048099609adf21967 versus f0665d2ea6d2db2359c456c60a33e52e

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-09-12 Thread Jonathan Liu
The IMAGE_NAME variable already contains the date and time so it is redundant to also include the date again with IMAGEDATESTAMP when writing to image-version-info in the boot partition. Signed-off-by: Jonathan Liu <net...@gmail.com> --- classes/sdcard_image-rpi.bbclass | 8 ++--

[yocto] [meta-security][PATCH] libseccomp: update to latest

2016-08-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- .../0001-arch-add-a-ppc64-syscall-table.patch | 1253 .../0001-tests-create-install-tests-target.patch | 203 ...e-basic-initial-support-for-ppc64-to-the-.patch | 128 -- ...tests-install-python

Re: [yocto] [meta-raspberrypi][PATCH 4/4] sdcard_image-rpi.bbclass: Exclude DATETIME from task stamp

2016-07-11 Thread Jonathan Liu
Hi Khem, On 24 June 2016 at 07:34, Khem Raj wrote: > This helps in fixing occasional error seen quite often > > ERROR: wpe-image-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch > 7ea6b505bb7a2cc5ca03552bcffa verses 3be7cdad8c4532430d96368c5ca523d4 for >

[yocto] [meta-raspberrypi][PATCH] omxplayer: fix compilation with GCC 6

2016-06-07 Thread Jonathan Liu
^ compilation terminated. Makefile:44: recipe for target 'utils/PCMRemap.o' failed To resolve this, /usr/include shouldn't be specified as it is already a default include path relative to the sysroot. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. Signed-off-by: Jonathan Liu <

Re: [yocto] gcc-6.1 and raspi

2016-06-05 Thread Jonathan Liu
On 5 June 2016 at 09:00, Trevor Woerner wrote: > Has anyone tried building a raspi image lately from master? > > ERROR: linux-raspberrypi-1_4.1.21+gitAUTOINC+ff45bc0e89-r0 > do_compile: Function failed: do_compile > > | In file included from >

[yocto] [meta-raspberrypi][PATCH] linux-rpi: ensure config file is closed

2016-06-04 Thread Jonathan Liu
ed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux/linux-rpi.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc index 1755685..4b65fc2 100644 --- a/recipes-kernel/linux/linux-rpi.inc +++ b/recipes-

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Fix do_image_rpi_sdimg tashhash mismatch

2016-04-28 Thread Jonathan Liu
IMAGE_CMD_rpi-sdimg() uses the IMAGEDATESTAMP variable, so the taskhash of the function keeps changing. This results in a taskhash mismatch error. Fix this by excluding the IMAGEDATESTAMP variable from the checksum. Change-Id: Ie6f30ad29e279d5312ec655ac4a3bf246c8a04de Signed-off-by: Jonathan Liu

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-15 Thread Jonathan Liu
Hi Khem, On 14 April 2016 at 02:36, Khem Raj <raj.k...@gmail.com> wrote: > Thats interesting, I will try to reproduce it I have submitted a patch to the mailing list to bump the omxplayer revision which fixes the issue. > > On Apr 13, 2016, at 7:21 AM, Jonathan Liu <net..

[yocto] [meta-raspberrypi][PATCH] omxplayer: Bump revision

2016-04-15 Thread Jonathan Liu
Fixes linking error due to missing vchostif library dependency. Rebased patches and removed patches already merged upstream. Signed-off-by: Jonathan Liu <net...@gmail.com> --- ...es-and-headers-from-ffmpeg-are-installed-in-u.patch | 12 +++- .../don-t-preserve-file-attribute

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Jonathan Liu
On Thursday, 14 April 2016, Khem Raj <raj.k...@gmail.com> wrote: > On Wed, Apr 13, 2016 at 3:05 AM, Jonathan Liu <net...@gmail.com > <javascript:;>> wrote: > > Hi Khem, > > > > On 3 April 2016 at 03:59, Khem Raj <raj.k...@gmail.com <javascript:;&

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-13 Thread Jonathan Liu
Hi Khem, On 3 April 2016 at 03:59, Khem Raj wrote: > This helps in using this library when building > with PIE binaries > > Signed-off-by: Khem Raj > --- > .../0014-build-shared-library-for-vchostif.patch | 28 > ++ >

Re: [yocto] [PATCH 1/1] userland: In case of wayland configuration build needs wayland-native

2016-04-13 Thread Jonathan Liu
Hi Andrei, This is breaking non-Wayland builds... the second value in the PACKAGECONFIG is the configure arguments for when the PACKAGECONFIG is disabled. I have sent a patch to fix it. Regards, Jonathan On 13 April 2016 at 13:12, Andrei Gherzan wrote: > On Fri, Apr 01,

[yocto] [meta-raspberrypi][PATCH] userland: fix wayland PACKAGECONFIG

2016-04-13 Thread Jonathan Liu
The wayland-native dependency was not added correctly. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/us

Re: [yocto] [meta-raspberrypi][PATCH 4/6] linux-firmware: Add brcmfmac43430 firmware

2016-03-24 Thread Jonathan Liu
Hi Theodor, On 10 March 2016 at 01:15, Theodor Gherzan wrote: > From: Theodor Gherzan > > Signed-off-by: Theodor Gherzan > --- > .../linux-firmware/LICENSE.broadcom_brcm80211 | 205 > + >

[yocto] [meta-raspberrypi][PATCH v3 3/3] u-boot-rpi: update path to imagetool-uncompressed.py

2016-03-01 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-bsp/u-boot/u-boot-rpi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-rpi_git.bb b/recipes-bsp/u-boot/u-boot-rpi_git.bb index 8bffaa3..3e8d377 100644 --- a/recipes-bsp/u-boot/

[yocto] [meta-raspberrypi][PATCH v3 2/3] linux-raspberrypi: update path to mkknlimg

2016-03-01 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 4f59c97..24e7fe2

[yocto] [meta-raspberrypi][PATCH v3 1/3] rpi-mkimage: install to bindir instead of libexecdir

2016-03-01 Thread Jonathan Liu
in the path: [...]/sysroots/x86_64-linux/usr/lib/linux-raspberrypi To resolve this, we use ${bindir} instead as it doesn't depend on ${BPN} in fido and earlier branches as well as in the master branch. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-bsp/rpi-mkimage/rpi-mkimage_

[yocto] [meta-raspberrypi][PATCH v2 1/2] linux-raspberrypi: update path to mkknlimg

2016-03-01 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 4f59c97..24e7fe2

[yocto] [meta-raspberrypi][PATCH] u-boot-rpi: update path to mkknlimg

2016-03-01 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-bsp/u-boot/u-boot_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index 8420eef..85b556f 100644 --- a/recipes-bsp/u-boot/u

[yocto] [meta-raspberrypi][PATCH 3/3] u-boot-rpi: update path to imagetool-uncompressed.py

2016-03-01 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-bsp/u-boot/u-boot-rpi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-rpi_git.bb b/recipes-bsp/u-boot/u-boot-rpi_git.bb index 8bffaa3..3e8d377 100644 --- a/recipes-bsp/u-boot/

[yocto] [meta-raspberrypi][PATCH 2/3] linux-raspberrypi: update path to mkknlimg

2016-03-01 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 8c7c46c..8abe7f2 100644 --- a/r

[yocto] [meta-raspberrypi][PATCH 1/3] rpi-mkimage: install to bindir instead of libexecdir

2016-03-01 Thread Jonathan Liu
in the path: [...]/sysroots/x86_64-linux/usr/lib/linux-raspberrypi To resolve this, we use ${bindir} instead as it doesn't depend on ${BPN} in fido and earlier branches as well as in the master branch. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-bsp/rpi-mkimage/rpi-mkimage_

[yocto] [meta-raspberrypi][PATCH 3/3] u-boot-rpi: update path to imagetool-uncompressed.py

2016-02-27 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-bsp/u-boot/u-boot-rpi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-rpi_git.bb b/recipes-bsp/u-boot/u-boot-rpi_git.bb index ea0c173..8bffaa3 100644 --- a/recipes-bsp/u-boot/

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-27 Thread Jonathan Liu
On 28 February 2016 at 00:05, Andrei Gherzan <and...@gherzan.ro> wrote: > On Sat, Feb 27, 2016 at 11:25:28PM +1100, Jonathan Liu wrote: >> On 27 February 2016 at 23:21, Andrei Gherzan <and...@gherzan.ro> wrote: >> > On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan L

[yocto] [meta-raspberrypi][PATCH 2/3] linux-raspberrypi: update path to mkknlimg

2016-02-27 Thread Jonathan Liu
Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 05f2d2b..8c7c46c 100644 --- a/r

[yocto] [meta-raspberrypi][PATCH 1/3] rpi-mkimage: install to ${libexecdir}

2016-02-27 Thread Jonathan Liu
preserves the path for fido and earlier. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb b/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-27 Thread Jonathan Liu
On 27 February 2016 at 23:21, Andrei Gherzan <and...@gherzan.ro> wrote: > On Sat, Feb 27, 2016 at 08:03:10AM +1100, Jonathan Liu wrote: >> On 27 February 2016 at 06:55, Andrei Gherzan <and...@gherzan.ro> wrote: >> > On Fri, Feb 26, 2016 at 07:04:28

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Jonathan Liu
>> >>2016-02-26 18:14 skrev Andrei Gherzan: >> >> On Fri, Feb 26, 2016 at 08:26:57PM +1100, Jonathan Liu wrote: >> >> The path had libexecdir hardcoded so it was no longer correct when >> libexecdir was changed in meta/conf/bitbake.con

[yocto] [meta-raspberrypi][PATCH] omxplayer: bump revision

2016-02-26 Thread Jonathan Liu
Fixes compile errors with ffmpeg 3.0. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omx

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Adjust for libexecdir changes

2016-02-26 Thread Jonathan Liu
Hi Khem, I just posted another patch which does basically the same thing but uses ${STAGING_LIBEXECDIR_NATIVE}. I checked the expansion of ${STAGING_LIBEXECDIR_NATIVE} on daisy branch and master. daisy: [...]/sysroots/x86_64-linux/usr/lib/rpi-mkimage/mkknlimg which matches the previous hardcoded

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: fix path to mkknlimg

2016-02-26 Thread Jonathan Liu
The path had libexecdir hardcoded so it was no longer correct when libexecdir was changed in meta/conf/bitbake.conf from ${libdir}/${BPN} to ${prefix_native}/libexec for nativesdk recipes. Fixes "No such file or directory" error when executing do_rpiboot_mkimage. Signed-off-by: Jonatha

Re: [yocto] [meta-raspberrypi][PATCH v5] qtbase: enable Raspberry Pi support

2015-11-17 Thread Jonathan Liu
On 16/11/2015 4:31 AM, Khem Raj wrote: On Sun, Nov 15, 2015 at 4:31 AM, Jonathan Liu <net...@gmail.com> wrote: [Support #16] Signed-off-by: Jonathan Liu <net...@gmail.com> --- conf/machine/include/rpi-base.inc | 3 +++ recipes-qt/qt5/qtbase_%.bbappend | 8 2 files

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
On 26/10/2015 8:41 PM, Paul Eggleton wrote: On Monday 26 October 2015 10:15:49 Andrei Gherzan wrote: Hi Paul, On Mon, Oct 26, 2015 at 08:08:29AM +, Paul Eggleton wrote: On Monday 26 October 2015 09:43:08 Jonathan Liu wrote: [Support #16] Signed-off-by: Jonathan Liu <net...@gmail.

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
On 26/10/2015 10:28 PM, Otavio Salvador wrote: On Mon, Oct 26, 2015 at 6:24 AM, Jonathan Liu <net...@gmail.com> wrote: On 26/10/2015 7:08 PM, Paul Eggleton wrote: It would rebuild qtbase (and recipes depending on it) without Raspberry Pi support for other machines. I see similar m

[yocto] [meta-raspberrypi][PATCH v3] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
[Support #16] Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-qt/qt5/qtbase_%.bbappend | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend new fil

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
On 26/10/2015 9:54 PM, Paul Eggleton wrote: On Monday 26 October 2015 21:48:24 Jonathan Liu wrote: On 26/10/2015 8:41 PM, Paul Eggleton wrote: On Monday 26 October 2015 10:15:49 Andrei Gherzan wrote: Hi Paul, On Mon, Oct 26, 2015 at 08:08:29AM +, Paul Eggleton wrote: On Monday 26

[yocto] [meta-raspberrypi][PATCH 1/3] sdcard_image-rpi.bbclass: always include device tree files

2015-10-26 Thread Jonathan Liu
This allows device tree support to be enabled when using U-Boot. Signed-off-by: Jonathan Liu <net...@gmail.com> --- classes/sdcard_image-rpi.bbclass | 42 +--- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/classes/sdcard_image-rpi.bbc

[yocto] [meta-raspberrypi][PATCH 2/3] sdcard_image-rpi.bbclass: include boot.scr if present

2015-10-26 Thread Jonathan Liu
Allows including a script to use for U-Boot. Signed-off-by: Jonathan Liu <net...@gmail.com> --- classes/sdcard_image-rpi.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 2efc36d..c6995b6 100644 --- a/c

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
On 26/10/2015 7:08 PM, Paul Eggleton wrote: On Monday 26 October 2015 09:43:08 Jonathan Liu wrote: [Support #16] Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-qt/qt5/qtbase_%.bbappend | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-qt/qt5/q

[yocto] [meta-raspberrypi][PATCH v4] qtbase: enable Raspberry Pi support

2015-10-26 Thread Jonathan Liu
[Support #16] Signed-off-by: Jonathan Liu <net...@gmail.com> --- conf/machine/include/rpi-base.inc | 3 +++ recipes-qt/qt5/qtbase_%.bbappend | 6 ++ 2 files changed, 9 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/conf/machine/include/rpi-base.inc

[yocto] [meta-raspberrypi][PATCH] rpi-base.inc: add i2c-rtc overlay

2015-10-25 Thread Jonathan Liu
The update of the kernel in 10a5bace87c19e50014f838031e8f3db334b45b7 to 3.18.16 missed the separate rtc overlays being replaced by the i2c-rtc overlay. Signed-off-by: Jonathan Liu <net...@gmail.com> --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[yocto] [meta-raspberrypi][PATCH v2] gstreamer1.0-omx: enable Raspberry Pi support

2015-10-25 Thread Jonathan Liu
[Support #25] Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend | 5 + 1 file changed, 5 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend diff --git a/recipes-multimedia/gst

[yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-25 Thread Jonathan Liu
[Support #16] Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-qt/qt5/qtbase_%.bbappend | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend new fil

Re: [yocto] [meta-raspberrypi][PATCH v3] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-04 Thread Jonathan Liu
On 4/10/2015 9:50 PM, Andreas Müller wrote: On Sun, Oct 4, 2015 at 4:15 AM, Jonathan Liu <net...@gmail.com> wrote: SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi.inc

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-03 Thread Jonathan Liu
On 22/08/2015 6:25 PM, Jonathan Liu wrote: SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: remove unrecognized configure option

2015-10-03 Thread Jonathan Liu
On 22/08/2015 6:33 PM, Jonathan Liu wrote: The --with-egl-window-system=rpi configure option is not recognized in the current version. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 3 +-- 1 file changed, 1 ins

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-03 Thread Jonathan Liu
On 4/10/2015 12:17 PM, Jonathan Liu wrote: On 4/10/2015 11:04 AM, Andrei Gherzan wrote: On Sun, Oct 04, 2015 at 10:42:26AM +1100, Jonathan Liu wrote: On 22/08/2015 6:25 PM, Jonathan Liu wrote: SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu

[yocto] [meta-raspberrypi][PATCH v3] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-03 Thread Jonathan Liu
SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-10-03 Thread Jonathan Liu
On 4/10/2015 11:04 AM, Andrei Gherzan wrote: On Sun, Oct 04, 2015 at 10:42:26AM +1100, Jonathan Liu wrote: On 22/08/2015 6:25 PM, Jonathan Liu wrote: SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-kernel

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: use existing ROOTFS_SIZE variable

2015-09-18 Thread Jonathan Liu
The ROOTFS_SIZE variable is already set to the aligned root filesystem size. Signed-off-by: Jonathan Liu <net...@gmail.com> --- classes/sdcard_image-rpi.bbclass | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard

Re: [yocto] [meta-raspberrypi] du giving non-integer result?

2015-09-16 Thread Jonathan Liu
On 11 September 2015 at 11:37, Trevor Woerner wrote: > From the feedback, it looks like I'm the only one seeing this issue. > That's okay, but I'll update this issue with new information in case > it's useful to others. Today I also had some other strangeness with the > "make

[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: enable Raspberry Pi support

2015-08-22 Thread Jonathan Liu
[Support #25] Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend diff --git a/recipes-multimedia/gstreamer/gstreamer1.0

[yocto] [meta-raspberrypi][PATCH] qtbase: enable Raspberry Pi support

2015-08-22 Thread Jonathan Liu
[Support #16] Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-qt/qt5/qtbase_%.bbappend | 21 + 1 file changed, 21 insertions(+) create mode 100644 recipes-qt/qt5/qtbase_%.bbappend diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend new

[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: remove unrecognized configure option

2015-08-22 Thread Jonathan Liu
The --with-egl-window-system=rpi configure option is not recognized in the current version. Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-multimedia

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi.inc: use SRCPV instead of SRCREV for PV

2015-08-21 Thread Jonathan Liu
SRCPV is intended to be used by PV. Using SRCREV for PV is incorrect. Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: fix setting decode_WVC1 in config.txt

2015-08-20 Thread Jonathan Liu
On 16/08/2015 1:08 AM, Jonathan Liu wrote: Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-bsp/bootfiles/rpi-config_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index

[yocto] [meta-raspberrypi][PATCH] rpi-config: fix setting decode_WVC1 in config.txt

2015-08-15 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-bsp/bootfiles/rpi-config_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 29ced34..45b9f1d 100644 --- a/recipes-bsp/bootfiles

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-06 Thread Jonathan Liu
Hi Nikolay, On 4/07/2015 3:29 PM, Nikolay Dimitrov wrote: Hi Jonathan, On 07/04/2015 06:48 AM, Jonathan Liu wrote: Reduces the download time significantly. Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3

[yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-03 Thread Jonathan Liu
Reduces the download time significantly. Signed-off-by: Jonathan Liu net...@gmail.com --- 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 ad3176a..100df3a 100644

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi: make rpi-sdimg image dependent on rootfs type

2014-03-05 Thread Jonathan Liu
The rootfs may be using a filesystem type other than ext3 so it should not be hardcoded. Change-Id: I71c1a96831ce4617b24de7743fe3b70ec5822a33 Signed-off-by: Jonathan Liu net...@gmail.com --- classes/sdcard_image-rpi.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[yocto] [meta-raspberrypi][PATCH] mesa: rename .bbappend to match new version from oe-core

2014-02-21 Thread Jonathan Liu
Change-Id: Ie3c7bc3e70bfd46cea64ef813c3875d1ba8d07fc Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-graphics/mesa/{mesa_9.2.2.bbappend = mesa_9.2.5.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/mesa/{mesa_9.2.2.bbappend = mesa_9.2.5.bbappend

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: use absolute path to rootfs

2014-02-18 Thread Jonathan Liu
Change-Id: Ib513f195351b379dbb9f503dc5927f2018169b95 Signed-off-by: Jonathan Liu net...@gmail.com --- classes/sdcard_image-rpi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index eb337dc..c7cfa7c