Re: [yocto] Remove libjpeg.so (default built even in core-image-minimal) from the rootfs when build yocto

2018-01-16 Thread Petter Mabäcker
UDE, but I have no idea what is the package name of libjpeg ... Any clue? > > On Tue, Jan 16, 2018 at 1:40 PM, Petter Mabäcker wrote: > >> 2018-01-16 05:28 skrev Nguyễn Thanh Vũ: >> >>> I have statically linked the libjpeg of my own to the exe file, so I do not

Re: [yocto] Remove libjpeg.so (default built even in core-image-minimal) from the rootfs when build yocto

2018-01-15 Thread Petter Mabäcker
a custom layer with below. my_postprocess_function() { rm -f ${IMAGE_ROOTFS}/path/to/libjpeg.so } ROOTFS_POSTPROCESS_COMMAND += "my_postprocess_function; " BR Petter Petter Mabäcker Technux www.technux.se -- ___ yocto mailing list yoc

Re: [yocto] What is the procedure for creating a board support package?

2018-01-09 Thread Petter Mabäcker
hat you can type arm instead of qemu when doing it for the real target ($ ./yocto-bsp create myarm arm) BR Petter Petter Mabäcker Technux www.technux.se Links: -- [1] http://www.yoctoproject.org/docs/current/bsp-guide/bsp-guide.html#creating-a-new-bsp-layer-using-the-yocto-bsp-script -- ___

Re: [yocto] Upgrading Yocto Project Version - To Rocko

2018-01-09 Thread Petter Mabäcker
Hi Vincent, When you are talking about database, are you talking about specific data from your generated project (such as the sstate cache) or are you talking about data in your current poky folder? If you are talking about project specific data I would recommend you create a new project and b

[yocto] [meta-chip][PATCH] linux: remove usage of deprecated linux-dtb.inc

2017-11-22 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- recipes-kernel/linux/linux-chip_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/linux-chip_git.bb b/recipes-kernel/linux/linux-chip_git.bb index 38df4ad..955d6e7 100644 --- a/recipes-kernel/linux/linux-chip_git.bb +++ b/recipes

Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-21 Thread Petter Mabäcker
lease go through the above description when it comes to led experience during flashing. Another minor comment is that I believe you should update the UBI_IMAGE example in README to use the "default" meta-chip hwup image (chip-hwup-image-chip.ubi). BR Petter Petter Mabäcker Techn

Re: [yocto] [meta-chip][RFC PATCH 0/3] Initial attempt at flashing instructions.

2017-06-21 Thread Petter Mabäcker
> 2.7.4 Hi Drew, First of all, great work. The flashing mechanism have been sort of a headache for many. Even if like you say there are some limitations etc with this proposal, it works and it's easy to use. Also since no other major concern have been provided by other review

[yocto] [meta-raspberrypi][PATCH v2] pi-blaster: update to include proper rpi3 support

2017-06-08 Thread Petter Mabäcker
EADME'. Signed-off-by: Petter Mabäcker --- .../files/remove-initscript-lsb-dependency.patch | 37 -- recipes-devtools/pi-blaster/pi-blaster.inc | 2 +- recipes-devtools/pi-blaster/pi-blaster_git.bb | 2 +- 3 files changed, 30 insertions(+), 11 deletion

Re: [yocto] [meta-raspberrypi][PATCH] pi-blaster: update to include proper rpi3 support

2017-06-08 Thread Petter Mabäcker
2017-06-08 11:53 skrev Andrei Gherzan: > On Thu, Jun 8, 2017 at 5:22 AM, Khem Raj wrote: > >> On Wed, Jun 7, 2017 at 9:09 PM, Petter Mabäcker wrote: >> > 2017-06-08 00:54 skrev Khem Raj: >> > >> > >> > On Wed, Jun 7, 2017 at 2:17 PM Pett

Re: [yocto] [meta-raspberrypi][PATCH] pi-blaster: update to include proper rpi3 support

2017-06-07 Thread Petter Mabäcker
2017-06-08 00:54 skrev Khem Raj: > On Wed, Jun 7, 2017 at 2:17 PM Petter Mabäcker wrote: > >> Update to latest available revision, in order to include proper rpi3 >> support as well as latest fixes. >> >> Signed-off-by: Petter Mabäcker >> --

[yocto] [meta-raspberrypi][PATCH] pi-blaster: update to include proper rpi3 support

2017-06-07 Thread Petter Mabäcker
Update to latest available revision, in order to include proper rpi3 support as well as latest fixes. Signed-off-by: Petter Mabäcker --- .../files/remove-initscript-lsb-dependency.patch | 37 -- recipes-devtools/pi-blaster/pi-blaster.inc | 2 +- recipes-devtools

Re: [yocto] (no subject)

2017-05-30 Thread Petter Mabäcker
; (in meta-freescale) to fail. So this patch needs to be updated to match the Qt 5.8 changes (that affects qmake.conf). BR Petter Petter Mabäcker Technux www.technux.se 2017-05-30 07:19 skrev Андрей Кононов: > i'm trying to build > bitbake fsl-image-multimedia-full -k > using PYRO

Re: [yocto] How to install dbg package and not its dependencies?

2017-05-30 Thread Petter Mabäcker
ref-manual/ref-manual.html#var-INHIBIT_PACKAGE_DEBUG_SPLIT Petter Mabäcker Technux www.technux.se 2017-05-30 04:17 skrev Ngọc Thi Huỳnh: > I have both app-example-DBG & app-example in IMAGE_INSTALL and the result is app-example-dbg & app-example & libexample-dbg & libexam

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-base.bbclass: remove version hack

2016-12-14 Thread Petter Mabäcker
2016-12-13 06:39 skrev Petter Mabäcker: > 2016-12-13 00:55 skrev Andreas Müller: > >> On Mon, Dec 12, 2016 at 11:33 PM, Petter Mabäcker wrote: >> >>> 2016-12-12 06:21 skrev Khem Raj: On Thu, Dec 8, 2016 at 2:40 AM, Andreas Müller wrote: * no more require

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-base.bbclass: remove version hack

2016-12-12 Thread Petter Mabäcker
2016-12-13 00:55 skrev Andreas Müller: > On Mon, Dec 12, 2016 at 11:33 PM, Petter Mabäcker wrote: > >> 2016-12-12 06:21 skrev Khem Raj: On Thu, Dec 8, 2016 at 2:40 AM, Andreas Müller wrote: * no more required (version > 3.17 | > 4.3.x | > 4.4.5) * causes error with r

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-base.bbclass: remove version hack

2016-12-12 Thread Petter Mabäcker
2016-12-12 06:21 skrev Khem Raj: > On Thu, Dec 8, 2016 at 2:40 AM, Andreas Müller > wrote: > >> * no more required (version > 3.17 | > 4.3.x | > 4.4.5) * causes error with rt kernel > > I think this is ok to apply now. > >> Signed-off-by: Andreas Müller --- classes/linux-raspberrypi-base.

Re: [yocto] How to build a simple kernel modul

2016-05-09 Thread Petter Mabäcker
or distribution of the material in this e-mail is strictly > forbidden. Hi, There are actually some guides for this, see lab4 in: https://www.yoctoproject.org/sites/default/files/kernel-lab-2.1_0.pdf But to simply build a module using bitbake, you can just do: $ bitbake ledmodule

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

2016-05-03 Thread Petter Mabäcker
.gmtime())}" > +IMAGE_CMD_rpi-sdimg[vardepsexclude] = "IMAGEDATESTAMP" > > IMAGE_CMD_rpi-sdimg () { > > -- > 2.8.0 Hi Andrei, Any plans for merging this patch soon? I have been using it in my tree for quite some time and the fix seems rea

Re: [yocto] [meta-raspberrypi][PATCH v2 3/5] rpi-base.inc: Add overlay for rpi-ft5406

2016-04-13 Thread Petter Mabäcker
2016-04-14 00:04 skrev Trevor Woerner: > On Wed 2016-03-30 @ 04:35:47 PM, Petter Mabäcker wrote: > >> rpi-ft5406 is an enabler for Official Raspberry Pi 7 inch touchscreen support. > > I have an official raspberry pi 7" touchscreen and it's not obvious to me how

Re: [yocto] [meta-raspberrypi][PATCH 1/1] README: Mention all the supported machines

2016-04-04 Thread Petter Mabäcker
On 04/04/2016 07:54 PM, Andrei Gherzan wrote: Signed-off-by: Andrei Gherzan --- README | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 536926b..542b135 100644 --- a/README +++ b/README @@ -73,7 +73,10 @@ revision: HEAD a. source poky/oe-init-bui

Re: [yocto] [meta-raspberrypi] Adding more screens / PiTFT support.

2016-04-04 Thread Petter Mabäcker
l models you can use https://lists.yoctoproject.org/pipermail/yocto/2016-March/029284.html as a reference. Basically what you need are to: * add the overlay for the screen * Add dtoverlay option with wanted default arguments in rpi-config_git.bb * Add a default calibration (if needed) Assuming an

[yocto] [meta-raspberrypi][PATCH v2 3/5] rpi-base.inc: Add overlay for rpi-ft5406

2016-03-30 Thread Petter Mabäcker
rpi-ft5406 is an enabler for Official Raspberry Pi 7 inch touchscreen support. Signed-off-by: Petter Mabäcker --- 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 f70e952..34eb774

[yocto] [meta-raspberrypi][PATCH v2 5/5] linux-raspberrypi: Drop support for 3.14

2016-03-30 Thread Petter Mabäcker
General policy is to support three kernel versions; latest stable + two longterm versions. These are currently 4.4, 4.1, and 3.18. Signed-off-by: Petter Mabäcker --- .../0001-ASoC-Add-BCM2708-fixes.patch | 263 - ...ng-lock-from-atomic-context-in-i2c

[yocto] [meta-raspberrypi][PATCH v2 1/5] pitft: Add support for pitft28r

2016-03-30 Thread Petter Mabäcker
The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r" While at it also fix a minor typo in README. Signed-off-by: Petter Mabäcker -

[yocto] [meta-raspberrypi][PATCH v2 4/5] .gitignore: Ignore some additional files

2016-03-30 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f235765..bd5616a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build* *~ .*.swp +*.orig +*.rej -- 1.9.1

[yocto] [meta-raspberrypi][PATCH v2 0/5] Various upgrade/fixes from Technux

2016-03-30 Thread Petter Mabäcker
Various fixes from Technux, with focus on PiTFT28 resistive support and Official Raspberry Pi 7 inch touchscreen enablers. Petter Mabäcker (5): pitft: Add support for pitft28r rpi-base.inc: Remove deprecated MACHINE_FEATURES rpi-base.inc: Add overlay for rpi-ft5406 .gitignore: Ignore some

[yocto] [meta-raspberrypi][PATCH v2 2/5] rpi-base.inc: Remove deprecated MACHINE_FEATURES

2016-03-30 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index a9e8053..f70e952 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine

Re: [yocto] [meta-raspberrypi][PATCH 1/4] pitft: Add support for pitft28r

2016-03-29 Thread Petter Mabäcker
On 03/29/2016 05:59 PM, Khem Raj wrote: On Mar 29, 2016, at 8:04 AM, Petter Mabäcker wrote: The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r” will this work with all kernel recipes avai

[yocto] [meta-raspberrypi][PATCH 1/4] pitft: Add support for pitft28r

2016-03-29 Thread Petter Mabäcker
The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r" Signed-off-by: Petter Mabäcker --- README | 1 + conf/machine/include/rp

[yocto] [meta-raspberrypi][PATCH 4/4] .gitignore: Ignore some additional files

2016-03-29 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f235765..bd5616a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build* *~ .*.swp +*.orig +*.rej -- 1.9.1

[yocto] [meta-raspberrypi][PATCH 3/4] rpi-base.inc: Add overlay for rpi-ft5406

2016-03-29 Thread Petter Mabäcker
rpi-ft5406 is an enabler for Official Raspberry Pi 7 inch touchscreen support. Signed-off-by: Petter Mabäcker --- 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 f70e952..34eb774

[yocto] [meta-raspberrypi][PATCH 2/4] rpi-base.inc: Remove deprecated MACHINE_FEATURES

2016-03-29 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index a9e8053..f70e952 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine

[yocto] [meta-raspberrypi][PATCH 0/4] Various upgrade/fixes from Technux

2016-03-29 Thread Petter Mabäcker
Various fixes from Technux, with focus on PiTFT28 resistive support and Official Raspberry Pi 7 inch touchscreen enablers. Petter Mabäcker (4): pitft: Add support for pitft28r rpi-base.inc: Remove deprecated MACHINE_FEATURES rpi-base.inc: Add overlay for rpi-ft5406 .gitignore: Ignore some

Re: [yocto] [meta-raspberrypi][PATCH v3 6/6] pitft: Add PiTFT22 support

2016-03-01 Thread Petter Mabäcker
2016-03-02 00:50 skrev Andrei Gherzan: > On Sun, Feb 28, 2016 at 02:46:13PM +0100, Petter Mabäcker wrote: > >> - Add support to build overlays for PiTFT22 in the kernel. - Setup a basic configuration for the driver The PiTFT22 support is optional and can be enabled by add

[yocto] [meta-raspberrypi][PATCH v3 6/6] pitft: Add PiTFT22 support

2016-02-28 Thread Petter Mabäcker
- Add support to build overlays for PiTFT22 in the kernel. - Setup a basic configuration for the driver The PiTFT22 support is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft22" [Support #70] Signed-off-by: Petter Mabäcker -

[yocto] [meta-raspberrypi][PATCH v3 4/6] rpi-base.inc: Allow MACHINE_FEATURES appends

2016-02-28 Thread Petter Mabäcker
Ensure that it's possible to add MACHINE_FEATURES from places that will be executed before rpi-base.inc (like e.g. local.conf), without having them overrided. Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[yocto] [meta-raspberrypi][PATCH v3 5/6] pitft: Add basic support for PiTFT

2016-02-28 Thread Petter Mabäcker
upport #70] Signed-off-by: Petter Mabäcker --- README | 29 -- recipes-bsp/bootfiles/rpi-config_git.bb| 6 +++-- .../rpi/xorg.conf.d/99-pitft.conf | 5 .../xorg-xserver/xserver-xf86-config_0.1.bbap

[yocto] [meta-raspberrypi][PATCH v3 0/6] Various upgrade/fixes from Technux

2016-02-28 Thread Petter Mabäcker
Various fixes from Technux, with focus on PiTFT support. Petter Mabäcker (6): README: Add SPI bus chapter to content .gitignore: Ignore .swp files rpi-config: I2C support rpi-base.inc: Allow MACHINE_FEATURES appends pitft: Add basic support for PiTFT pitft: Add PiTFT22 support

[yocto] [meta-raspberrypi][PATCH v3 3/6] rpi-config: I2C support

2016-02-28 Thread Petter Mabäcker
With newer kernels (>=3.18) that supports device-trees I2C should be enabled with device-trees. This is now support by adding: ENABLE_I2C = "1" in local.conf This will enable the dtparams: i2c1 i2c_arm Signed-off-by: Petter Mabäcker --- README

[yocto] [meta-raspberrypi][PATCH v3 1/6] README: Add SPI bus chapter to content

2016-02-28 Thread Petter Mabäcker
The optional SPI bus chapter was missing in the content list. While at it also place it together with the other "optional" chapters, instead of in the end. Signed-off-by: Petter Mabäcker --- README | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-)

[yocto] [meta-raspberrypi][PATCH v3 2/6] .gitignore: Ignore .swp files

2016-02-28 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1677b58..f235765 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build* *~ +.*.swp -- 1.9.1 -- ___ yocto

Re: [yocto] [meta-raspberrypi][PATCH v2 3/7] linux-raspberrypi: Update 4.1 recipe to 4.1.15

2016-02-28 Thread Petter Mabäcker
2016-02-28 12:02 skrev Andrei Gherzan: > On Sun, Feb 28, 2016 at 11:51:58AM +0100, Andrei Gherzan wrote: > >> On Sun, Feb 28, 2016 at 08:56:33AM +0100, Petter Mabäcker wrote: >> >>> 2016-01-14 17:40 skrev Petter Mab?cker: [Support #69] Signed-off-by: Petter Mab

Re: [yocto] [meta-raspberrypi][PATCH V2] linux-raspberry.inc: add initramfs support

2016-02-28 Thread Petter Mabäcker
5 Petter Mabäcker Technux www.technux.se 2016-02-10 11:26 skrev Stéphane Cerveau: > append initramfs creation to install RPi bootloader trailer > > Signed-off-by: Stéphane Cerveau > --- > recipes-kernel/linux/linux-raspberrypi.inc | 9 + > 1 file cha

Re: [yocto] [meta-raspberrypi][PATCH v2 3/7] linux-raspberrypi: Update 4.1 recipe to 4.1.15

2016-02-27 Thread Petter Mabäcker
2016-01-14 17:40 skrev Petter Mabäcker: > [Support #69] > > Signed-off-by: Petter Mabäcker > --- > recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.b

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

2016-02-27 Thread Petter Mabäcker
Feb 26, 2016 at 07:04:28PM +0100, Andrei Gherzan wrote: >>>> >>>>> -- Andrei Gherzan On Fri, Feb 26, 2016 at 6:48 PM, Petter Mabäcker <[1]pet...@technux.se> wrote: 2016-02-26 18:14 skrev Andrei Gherzan: On Fri, Feb 26, 2016 at 08:26:57PM +1100, Jonathan Liu wrote:

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

2016-02-26 Thread Petter Mabäcker
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.conf from ${libdir}/${BPN} to ${prefix_native}/libexec for nativesdk recip

[yocto] [meta-raspberrypi][PATCH v2 7/7] pitft: Add PiTFT22 support

2016-01-14 Thread Petter Mabäcker
- Add support to build overlays for PiTFT22 in the kernel. - Setup a basic configuration for the driver The PiTFT22 support is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft22" [Support #70] Signed-off-by: Petter Mabäcker -

[yocto] [meta-raspberrypi][PATCH v2 0/7] Various upgrade/fixes from Technux

2016-01-14 Thread Petter Mabäcker
Various fixes from Technux, with focus on PiTFT support. Major changes from v1 is that after feedback, MACHINE_FEATURES is used to enable/disable pitft support instead of MACHINEOVERRIDES. Petter Mabäcker (7): README: Add SPI bus chapter to content .gitignore: Ignore .swp files linux

[yocto] [meta-raspberrypi][PATCH v2 6/7] pitft: Add basic support for PiTFT

2016-01-14 Thread Petter Mabäcker
upport #70] Signed-off-by: Petter Mabäcker --- README | 29 -- recipes-bsp/bootfiles/rpi-config_git.bb| 6 +++-- .../rpi/xorg.conf.d/99-pitft.conf | 5 .../xorg-xserver/xserver-xf86-config_0.1.bbap

[yocto] [meta-raspberrypi][PATCH v2 2/7] .gitignore: Ignore .swp files

2016-01-14 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1677b58..f235765 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build* *~ +.*.swp -- 1.9.1 -- ___ yocto

[yocto] [meta-raspberrypi][PATCH v2 4/7] rpi-config: I2C support

2016-01-14 Thread Petter Mabäcker
With newer kernels (>=3.18) that supports device-trees I2C should be enabled with device-trees. This is now support by adding: ENABLE_I2C = "1" in local.conf This will enable the dtparams: i2c1 i2c_arm Signed-off-by: Petter Mabäcker --- README

[yocto] [meta-raspberrypi][PATCH v2 1/7] README: Add SPI bus chapter to content

2016-01-14 Thread Petter Mabäcker
The optional SPI bus chapter was missing in the content list. While at it also place it together with the other "optional" chapters, instead of in the end. Signed-off-by: Petter Mabäcker --- README | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-)

[yocto] [meta-raspberrypi][PATCH v2 5/7] rpi-base.inc: Allow MACHINE_FEATURES appends

2016-01-14 Thread Petter Mabäcker
Ensure that it's possible to add MACHINE_FEATURES from places that will be executed before rpi-base.inc (like e.g. local.conf), without having them overrided. Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[yocto] [meta-raspberrypi][PATCH v2 3/7] linux-raspberrypi: Update 4.1 recipe to 4.1.15

2016-01-14 Thread Petter Mabäcker
[Support #69] Signed-off-by: Petter Mabäcker --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb index 3a3cf40..cae459a 100644

Re: [yocto] [meta-raspberrypi][PATCH 4/5] pitft: Add basic support for PiTFT

2016-01-12 Thread Petter Mabäcker
2016-01-12 09:45 skrev Khem Raj: > On Mon, Jan 11, 2016 at 10:51 PM, Petter Mabäcker wrote: > >> 2016-01-11 21:32 skrev Andrei Gherzan: On Mon, Jan 11, 2016 at 09:55:43AM -0800, Khem Raj wrote: On Jan 11, 2016, at 8:49 AM, Petter Mabäcker wrote: Add basic support for PiTFT disp

Re: [yocto] [meta-raspberrypi][PATCH 4/5] pitft: Add basic support for PiTFT

2016-01-11 Thread Petter Mabäcker
2016-01-11 21:32 skrev Andrei Gherzan: > On Mon, Jan 11, 2016 at 09:55:43AM -0800, Khem Raj wrote: > >>> On Jan 11, 2016, at 8:49 AM, Petter Mabäcker wrote: Add basic support for PiTFT display by using device-trees. In order get it working below configurations must be activ

Re: [yocto] [meta-raspberrypi][PATCH 0/5] Various upgrade/fixes from Technux

2016-01-11 Thread Petter Mabäcker
Just realized that I missed one minor patch that fixes some typo in the README.. Will add that one in a v2 of this serie. BR Petter Petter Mabäcker Technux www.technux.se 2016-01-11 17:49 skrev Petter Mabäcker: > Various fixes from Technux, with focus on PiTFT support. > &g

[yocto] [meta-raspberrypi][PATCH 4/5] pitft: Add basic support for PiTFT

2016-01-11 Thread Petter Mabäcker
upport #70] Signed-off-by: Petter Mabäcker --- README | 29 -- recipes-bsp/bootfiles/rpi-config_git.bb| 14 +++ .../rpi/xorg.conf.d/99-pitft.conf | 5 .../xorg-xserver/xserver-xf86-config_0.

[yocto] [meta-raspberrypi][PATCH 5/5] pitft: Add PiTFT22 support

2016-01-11 Thread Petter Mabäcker
- Add support to build overlays for PiTFT22 in the kernel. - Setup a basic configuration for the driver The PiTFT22 support is optional and can be enabled by adding below in local.conf: MACHINEOVERRIDES .= ":pitft:pitft22" [Support #70] Signed-off-by: Petter Mabäcker -

[yocto] [meta-raspberrypi][PATCH 2/5] linux-raspberrypi: Update 4.1 recipe to 4.1.15

2016-01-11 Thread Petter Mabäcker
[Support #69] Signed-off-by: Petter Mabäcker --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb index 3a3cf40..cae459a 100644

[yocto] [meta-raspberrypi][PATCH 1/5] .gitignore: Ignore .swp files

2016-01-11 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1677b58..f235765 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build* *~ +.*.swp -- 1.9.1 -- ___ yocto

[yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: I2C support

2016-01-11 Thread Petter Mabäcker
With newer kernels (>=3.18) that supports device-trees I2C should be enabled with device-trees. This is now support by adding: ENABLE_I2C = "1" in local.conf This will enable the dtparams: i2c1 i2c_arm Signed-off-by: Petter Mabäcker --- README

[yocto] [meta-raspberrypi][PATCH 0/5] Various upgrade/fixes from Technux

2016-01-11 Thread Petter Mabäcker
Various fixes from Technux, with focus on PiTFT support. Petter Mabäcker (5): .gitignore: Ignore .swp files linux-raspberrypi: Update 4.1 recipe to 4.1.15 rpi-config: I2C support pitft: Add basic support for PiTFT pitft: Add PiTFT22 support .gitignore

Re: [yocto] Can any one please tell the what is the exact difference between DEPENDS and RDEPENDS

2015-10-08 Thread Petter Mabäcker
ound a bit with them. Create a project and add some DEPENDS and RDEPENDS to a recipe(s), build the affected packages and investigate if they have been built in the expected order. This can for example be verified by tracking the build output or by looking through the cooker logs tmp/log/cooker/*.

[yocto] [meta-raspberrypi][PATCH 1/1] pi-blaster: Bump SRCREV

2015-08-27 Thread Petter Mabäcker
Display an error message if unable to open mbox 53197ca handle install-data-hook when cross compile Signed-off-by: Petter Mabäcker --- ...ndle-install-data-hook-when-cross-compile.patch | 54 -- recipes-devtools/pi-blaster/pi-blaster.inc | 1 - recipes-devtools/pi-

[yocto] [meta-raspberrypi][PATCH 0/1] pi-blaster: Bump SRCREV

2015-08-27 Thread Petter Mabäcker
/f2a71b6959484f9a6d4c60bb28b7b47b13f57607 Petter Mabäcker (1): pi-blaster: Bump SRCREV ...ndle-install-data-hook-when-cross-compile.patch | 54 -- recipes-devtools/pi-blaster/pi-blaster.inc | 1 - recipes-devtools/pi-blaster/pi-blaster_git.bb | 2 +- 3 files changed, 1 insertion(+), 56

Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-08-24 Thread Petter Mabäcker
2015-08-17 11:23 skrev Alex J Lennon: > On 17/08/2015 09:11, Petter Mabäcker wrote: > >> 2015-08-17 09:57 skrev Andrei Gherzan: >> >>> Hello, On Tuesday, August 11, 2015, Petter Mabäcker mailto:pet...@technux.se>> wrote: 2015-08-11 19:04 skrev Alex J Len

Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-08-17 Thread Petter Mabäcker
2015-08-17 09:57 skrev Andrei Gherzan: > Hello, > > On Tuesday, August 11, 2015, Petter Mabäcker wrote: > >> 2015-08-11 19:04 skrev Alex J Lennon: >> >>> Signed-off-by: Alex J Lennon >>> --- >>> recipes-kernel/linux/linux-raspbe

[yocto] [meta-raspberrypi][fido][PATCH 0/4] Backport of various fixes

2015-08-13 Thread Petter Mabäcker
Petter Mabäcker (1): linux-raspberrypi: Update 3.18 branch to 3.18.11 Thomas Perrot (1): If SERIAL_CONSOLE is already define by another layer, this value may not be good. conf/machine/include/rpi-base.inc | 2 +- conf/machine/include/rpi-default-providers.inc | 8

[yocto] [meta-raspberrypi][fido][PATCH 3/4] userland: Fix POSIX compliance expectation

2015-08-13 Thread Petter Mabäcker
h correct posix version. Signed-off-by: Khem Raj (cherry picked from commit f188f3d756f59fb4dc64cc1a64263c2251f76ae5) Signed-off-by: Petter Mabäcker --- .../userland/0001-Use-newer-POSIX-macro.patch | 35 ++ recipes-graphics/userland/userland_git.bb | 1 + 2 fi

[yocto] [meta-raspberrypi][fido][PATCH 1/4] linux-raspberrypi: Update 3.18 branch to 3.18.11

2015-08-13 Thread Petter Mabäcker
Update linux-raspberrypi_3.18 to latest version. Remove sl030raspberrypii2ckernel.patch since it will not apply anymore and its content seems to be obsolite in later kernel versions. [Support #56] Change-Id: I91e57f4e65d9c1c9d12014f5d11b0acd950e2d1d Signed-off-by: Petter Mabäcker Signed-off-by

[yocto] [meta-raspberrypi][fido][PATCH 4/4] rpi-default-providers: Let users overwrite the default providers

2015-08-13 Thread Petter Mabäcker
From: Andrei Gherzan [Feature #65] Signed-off-by: Andrei Gherzan Signed-off-by: Pierre FICHEUX (cherry picked from commit ade923f17d242f9a043b1714deb584929a2ffe8e) Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-default-providers.inc | 8 1 file changed, 4 insertions

[yocto] [meta-raspberrypi][fido][PATCH 2/4] If SERIAL_CONSOLE is already define by another layer, this value may not be good.

2015-08-13 Thread Petter Mabäcker
From: Thomas Perrot Signed-off-by: Thomas Perrot (cherry picked from commit c8532df1c2e4812b3520d32ed49be943bea2edd9) Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: support configuration fragments

2015-08-12 Thread Petter Mabäcker
2015-08-12 10:28 skrev Alex J Lennon: > On 12/08/2015 09:08, Petter Mabäcker wrote: > >> 2015-08-11 21:20 skrev Alex J Lennon: >> >>> On 11/08/2015 19:54, Petter Mabäcker wrote: >>> >>>> 2015-08-11 19:04 skrev Alex J Lennon: >>>&

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: support configuration fragments

2015-08-12 Thread Petter Mabäcker
2015-08-11 21:20 skrev Alex J Lennon: > On 11/08/2015 19:54, Petter Mabäcker wrote: > >> 2015-08-11 19:04 skrev Alex J Lennon: >> >>> - remove placeholder defconfig and custom copying logic - use KBUILD_DEFCONFIG for default in-tree configurations instead

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: support configuration fragments

2015-08-11 Thread Petter Mabäcker
;${CONF_SED_SCRIPT}" < '${WORKDIR}/defconfig' >> '${B}/.config' > + sed -e "${CONF_SED_SCRIPT}" < '${B}/.config.patched' >> '${B}/.config' > + rm -f ${B}/.config.patched &g

Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-08-11 Thread Petter Mabäcker
1be7cd7" > > +SRC_URI += " > + file://build-in-audio.cfg [1] > + " > + > COMPATIBLE_MACHINE = "raspberrypi" > > PV = "${LINUX_VERSION}+git${SRCREV}" > -- > 1.9.1 It seems like the file build-in-audio.cfg is m

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Petter Mabäcker
2015-08-11 15:10 skrev Alex J Lennon: > On 11/08/2015 11:34, Petter Mabäcker wrote: > >> 2015-08-11 11:03 skrev Alex Lennon: >> >>> On Tuesday, August 11, 2015, Petter Mabäcker wrote: >>> >>>> 2015-08-11 10:31 skrev Alex J Lennon: >&g

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Petter Mabäcker
2015-08-11 14:30 skrev Alex J Lennon: > This requires some changes to KERNEL_DEVICETREE as the dtb > layout has changed to support overlays. This change also > makes us ready to support kernel 4.x series > > Signed-off-by: Alex J Lennon > --- > conf/machine/include/rpi-base.inc | 22

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Petter Mabäcker
2015-08-11 11:03 skrev Alex Lennon: > On Tuesday, August 11, 2015, Petter Mabäcker wrote: > >> 2015-08-11 10:31 skrev Alex J Lennon: >> >>> On 11/08/2015 08:58, Petter Mabäcker wrote: >>> >>>> 2015-08-10 13:08 skrev Alex J Le

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Petter Mabäcker
2015-08-11 10:31 skrev Alex J Lennon: > On 11/08/2015 08:58, Petter Mabäcker wrote: > >> 2015-08-10 13:08 skrev Alex J Lennon: >> >>> This requires some changes to KERNEL_DEVICETREE as the dtb layout has changed to support overlays. This change also makes us

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Update kernel to 3.18.16

2015-08-11 Thread Petter Mabäcker
2015-08-10 13:08 skrev Alex J Lennon: > This requires some changes to KERNEL_DEVICETREE as the dtb > layout has changed to support overlays. This change also > makes us ready to support kernel 4.x series > > Signed-off-by: Alex J Lennon > --- > conf/machine/include/rpi-base.inc | 22

Re: [yocto] [meta-raspberrypi][PATCH 0/5] Add support for 4.1 kernel with vc4 DRM/KMS driver

2015-08-05 Thread Petter Mabäcker
2015-08-04 18:07 skrev Javier Martinez Canillas: > Hello Petter, > > Thanks a lot for your feedback. > > On 08/04/2015 11:16 AM, Petter Mabäcker wrote: > >> On 07/30/2015 10:34 AM, Javier Martinez Canillas wrote: >> >>> Hello Andrei, This series add

Re: [yocto] [meta-raspberrypi][PATCH 0/5] Add support for 4.1 kernel with vc4 DRM/KMS driver

2015-08-04 Thread Petter Mabäcker
On 07/30/2015 10:34 AM, Javier Martinez Canillas wrote: Hello Andrei, This series adds support for Eric Anholt's v4.1 kernel, that has support for the vc4 DRM/KMS driver. Which is the new open source graphics driver stack for the Raspberry Pi to be used instead of the userland driver. We are us

Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-08-01 Thread Petter Mabäcker
handle support for both 3.x and 4.x with the current KERNEL_DEVICETREE solution in combination with the changed overlay directories. Best regards, Herve *From:*Petter Mabäcker [mailto:pet...@technux.se] *Sent:* vendredi 31 juillet 2015 15:29 *To:* Herve Jourdain ; franc...@concept-embarque.fr

Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-07-31 Thread Petter Mabäcker
Hi Herve, See inline answers. BR, Petter On 07/30/2015 05:27 AM, Herve Jourdain wrote: Hello, I’m trying to add a specific .dts file to the raspberrypi. Therefore, in my own layer, I have made a linux-raspberrypi_3.%.bbappend, that applies a patch to the arch/arm/boot/dts makefile to add

[yocto] [meta-raspberrypi][PATCH 0/1] packagegroup-rpi-test: Add pi-blaster

2015-07-22 Thread Petter Mabäcker
=petmab/rpi_minor_fix Petter Mabäcker (1): packagegroup-rpi-test: Add pi-blaster recipes-core/packagegroups/packagegroup-rpi-test.bb | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- ___ yocto mailing list yocto@yoctoproject.org https

[yocto] [meta-raspberrypi][PATCH 1/1] packagegroup-rpi-test: Add pi-blaster

2015-07-22 Thread Petter Mabäcker
Ensure that pi-blaster is built and included by default when building 'rpi-test-image'. Signed-off-by: Petter Mabäcker --- recipes-core/packagegroups/packagegroup-rpi-test.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/packagegroups/packagegroup-rpi-test.bb b/re

[yocto] [meta-raspberrypi][PATCH 2/2] wiringpi: Bump SRCREV

2015-07-19 Thread Petter Mabäcker
to maintain the patch in the future. [Support #60] Signed-off-by: Petter Mabäcker --- .../0001-Add-initial-cross-compile-support.patch | 429 + .../wiringPi/files/Makefiles-install.patch | 202 -- recipes-devtools/wiringPi/wiringpi_git.bb | 10

[yocto] [meta-raspberrypi][PATCH 1/2] omxplayer: Bump SRCREV

2015-07-19 Thread Petter Mabäcker
[Support #60] Signed-off-by: Petter Mabäcker --- recipes-multimedia/omxplayer/omxplayer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index c71a743..f4839a9 100644

[yocto] [meta-raspberrypi][PATCH 0/2] More package updates

2015-07-19 Thread Petter Mabäcker
/rpi_redmine_60_more_updates http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_redmine_60_more_updates Petter Mabäcker (2): omxplayer: Bump SRCREV wiringpi: Bump SRCREV .../0001-Add-initial-cross-compile-support.patch | 429 + .../wiringPi/files/Makefiles

[yocto] [meta-raspberrypi][PATCH 0/6] Update packages

2015-07-08 Thread Petter Mabäcker
: git://git.yoctoproject.org/poky-contrib petmab/rpi_redmine_60_03 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_redmine_60_03 Petter Mabäcker (6): bcm: Bump SRCREV rpi-mkimage: Bump SRCREV bcm2835: update version to 1.44 pi-blaster: bump to latest version rpi-gpio

[yocto] [meta-raspberrypi][PATCH 5/6] rpi-gpio: update version to 0.5.11

2015-07-08 Thread Petter Mabäcker
[Support #60] Signed-off-by: Petter Mabäcker --- recipes-devtools/python/{rpi-gpio_0.5.9.bb => rpi-gpio_0.5.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{rpi-gpio_0.5.9.bb => rpi-gpio_0.5.11.bb} (76%) diff --git a/recipes-devtools/pyth

[yocto] [meta-raspberrypi][PATCH 2/6] rpi-mkimage: Bump SRCREV

2015-07-08 Thread Petter Mabäcker
Update to latest version of rpi-mkimg [Support #60] Signed-off-by: Petter Mabäcker --- recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb b/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb index

[yocto] [meta-raspberrypi][PATCH 6/6] userland: bump SRCREV

2015-07-08 Thread Petter Mabäcker
Update to latest version of userland for rpi. [Support #60] Signed-off-by: Petter Mabäcker --- recipes-graphics/userland/userland_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland

[yocto] [meta-raspberrypi][PATCH 3/6] bcm2835: update version to 1.44

2015-07-08 Thread Petter Mabäcker
[Support #60] Signed-off-by: Petter Mabäcker --- recipes-devtools/bcm2835/{bcm2835_1.38.bb => bcm2835_1.44.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/bcm2835/{bcm2835_1.38.bb => bcm2835_1.44.bb} (88%) diff --git a/recipes-devtools/b

[yocto] [meta-raspberrypi][PATCH 4/6] pi-blaster: bump to latest version

2015-07-08 Thread Petter Mabäcker
Removed 'enable-autotools-support.patch' since it is included in latest upstream. Also fix a cross compiling issue. [Support #60] Signed-off-by: Petter Mabäcker --- ...ndle-install-data-hook-when-cross-compile.patch | 54 +++ .../files/enable-autotools-support.patch

[yocto] [meta-raspberrypi][PATCH 1/6] bcm: Bump SRCREV

2015-07-08 Thread Petter Mabäcker
Update to latest version of firmware.git [Support #60] Signed-off-by: Petter Mabäcker --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index ad3176a..a5a5412 100644

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-07-05 Thread Petter Mabäcker
On 06/26/2015 04:16 PM, Jon Szymaniak wrote: On Fri, Jun 26, 2015 at 4:31 AM, Burton, Ross > wrote: On 26 June 2015 at 05:16, Jon Szymaniak mailto:jon.szyman...@gmail.com>> wrote: GitHub provides this ability to download repository contents at

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

2015-07-05 Thread Petter Mabäcker
On 07/04/2015 07:29 AM, 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 --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe

  1   2   >