Re: [yocto] [yocto-autobuilder][PATCH] forcebuild: allow build with default options

2017-06-01 Thread Aníbal Limón
+ Joshua On 06/01/2017 12:32 PM, Jose Lamego wrote: > From: Anibal Limon > > A forced build fails if no options are passed through command > line (using "-o OPTIONS"). > > This change allows build to use default options if none are passed > at the command line. >

[yocto] [yocto-autobuilder][PATCH] forcebuild: allow build with default options

2017-06-01 Thread Jose Lamego
From: Anibal Limon A forced build fails if no options are passed through command line (using "-o OPTIONS"). This change allows build to use default options if none are passed at the command line. Signed-off-by: Jose Lamego ---

Re: [yocto] [PATCH] nftables: add more configuration options.

2017-06-01 Thread Bruce Ashfield
On 06/01/2017 09:09 AM, Ismo Puustinen wrote: Add support for sets and IPv4 masquarade. This should go to the linux-yocto mailing list (and preferably cc' me), but I noticed this and it looks fine to me. I've now queued it with some other config changes that will go out shortly. Bruce

[yocto] Changing terminal font in sato

2017-06-01 Thread Gary Thomas
How does one change the terminal font (size) used by matchbox-terminal in the sato desktop? I tried the 'matchbox-appearance' app and it didn't have any affect, nor could I see a way to change the font. Thanks -- Gary Thomas

Re: [linux-yocto] [linux-yocto-4.1] [bsp patch] actions-s500:fix a few issue with gpio & battery

2017-06-01 Thread Bruce Ashfield
On Thu, Jun 1, 2017 at 6:10 AM, Jiang Lu wrote: > > Hi Bruce, > > Please apply 3 patch for actions-s500 bsp of yocto 4.1 kernel. > > This patch fixed a error with gpio when working in interrupt mode, and > changes parameter for battery. > > merged. Bruce > > The

Re: [linux-yocto] [kernel-cache][PATCH] common-pc-wifi.cfg: add CONFIG_MT7601U module

2017-06-01 Thread Bruce Ashfield
merged to 4.9/4.10 and master (aka future versions). Bruce On Wed, May 31, 2017 at 11:15 PM, Tim Orling < timothy.t.orl...@linux.intel.com> wrote: > Mediatek MT7601U is a common USB WiFi dongle > > Signed-off-by: Tim Orling > --- >

Re: [linux-yocto] [kernel-cache][PATCH] ktypes/developer: Enable CONFIG_KEXEC in config

2017-06-01 Thread Bruce Ashfield
On Tue, May 30, 2017 at 11:48 AM, Aníbal Limón wrote: > The oe-core provides kexec-tools recipe, since we don't > have a manner to enable automatically a kernel feature by > recipe request, this is the best place to enable it in > a kernel developer mode. > Yah,

[yocto] Transaction check error building core-image-mono with pyro

2017-06-01 Thread Alex J Lennon
Hi, I'm updating the meta-mono layer with support to build the test core-image-mono image under pyro (fine with morty). It's getting to the point where it starts to create the root file-system image then fails with a transaction check error: ... Running transaction check Transaction check

Re: [yocto] Why can't I install eudev-hwdb

2017-06-01 Thread Gary Thomas
On 2017-06-01 15:46, Burton, Ross wrote: On 1 June 2017 at 14:38, Gary Thomas > wrote: Thanks for the suggestion. Sadly, still no go. No idea then. CCing Alejandro... Very interesting - I'm building two different system images for this

Re: [yocto] Why can't I install eudev-hwdb

2017-06-01 Thread Burton, Ross
On 1 June 2017 at 14:38, Gary Thomas wrote: > Thanks for the suggestion. Sadly, still no go. > No idea then. CCing Alejandro... Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Why can't I install eudev-hwdb

2017-06-01 Thread Gary Thomas
On 2017-06-01 15:31, Burton, Ross wrote: On 1 June 2017 at 08:43, Gary Thomas > wrote: In my local.conf, I have this (to save space in my embedded image): BAD_RECOMMENDATIONS = "udev-rules-imx eudev-hwdb" Try installing just udev-hwdb,

Re: [yocto] Why can't I install eudev-hwdb

2017-06-01 Thread Burton, Ross
On 1 June 2017 at 08:43, Gary Thomas wrote: > In my local.conf, I have this (to save space in my embedded image): > BAD_RECOMMENDATIONS = "udev-rules-imx eudev-hwdb" > Try installing just udev-hwdb, my RPROVIDES patch in oe-core dea267 may be been wrong. Ross --

[yocto] [PATCH] nftables: add more configuration options.

2017-06-01 Thread Ismo Puustinen
Add support for sets and IPv4 masquarade. Signed-off-by: Ismo Puustinen --- features/nf_tables/nf_tables.cfg | 7 +++ 1 file changed, 7 insertions(+) diff --git a/features/nf_tables/nf_tables.cfg b/features/nf_tables/nf_tables.cfg index 5e085ce..5f518f1 100644 ---

Re: [yocto] [meta-freescale] etnaviv image

2017-06-01 Thread Trevor Woerner
Hey Steve, That's great to hear, and thanks for the followup :-) Otavio has since pushed everything to master, so hopefully the kludges aren't required anymore. Best regards, Trevor -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Andrei Gherzan
On Thu, Jun 1, 2017 at 12:23 PM, Paul Barker wrote: > On Thu, Jun 1, 2017 at 8:10 AM, Martin Jansa > wrote: > > And it's not clear from the diff you send, but like linux-yocto-dev.bb > > example above, the recipe needs to be renamed from >

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Paul Barker
On Thu, Jun 1, 2017 at 8:10 AM, Martin Jansa wrote: > And it's not clear from the diff you send, but like linux-yocto-dev.bb > example above, the recipe needs to be renamed from linux-raspberrypi_dev.bb > to linux-raspberrypi-dev.bb to make it different provider. > > On

[linux-yocto] [linux-yocto-4.1] [bsp patch] actions-s500:fix a few issue with gpio & battery

2017-06-01 Thread Jiang Lu
Hi Bruce, Please apply 3 patch for actions-s500 bsp of yocto 4.1 kernel. This patch fixed a error with gpio when working in interrupt mode, and changes parameter for battery. The following changes since commit 4464a1b2e691a80055737ed94430746e565de052: Merge branch 'standard/base' into

[linux-yocto] [PATCH 1/3] arm: dts: actduino_bubble_gum_sdboot_linux: modify atc260x-cap-gauge node according to experiment outcome.

2017-06-01 Thread Jiang Lu
From: Limeng According to battery experiment outcome from hardware vendor, modify atc260x-cap-gauge node, which is the configuration of gauge function. Now, with this configuration, battery volume can reach 100% and then stop charging. Signed-off-by: Meng Li

[linux-yocto] [PATCH 2/3] arch: arm: mach-owl: modify code to get the correct GPIO bank number

2017-06-01 Thread Jiang Lu
From: Limeng In SDK kernel 3.10, it gets GPIO bank number via current GPIO irq minus the fixing GPIOA irq, but in kernel 4.1.21 irq is not fixing number, it is mapped during add GPIO device. So we need to use the mapped irq. Signed-off-by: Meng Li

[linux-yocto] [PATCH 3/3] drivers: power: atc260x_power: increase charger current according battery specification

2017-06-01 Thread Jiang Lu
From: Limeng According to PMIC vendor suggestion and battery specification, changing charger current from 400mA into 800mA. Signed-off-by: Meng Li --- drivers/power/atc260x_power/atc260x_power_main.c | 2 ++ 1 file changed, 2 insertions(+) diff

[yocto] Why can't I install eudev-hwdb

2017-06-01 Thread Gary Thomas
In my local.conf, I have this (to save space in my embedded image): BAD_RECOMMENDATIONS = "udev-rules-imx eudev-hwdb" Is there a different way I can trim these packages, e.g. leave them in for some images and leave them out for others? Also, today, I wanted to just test/try eudev-hwdb, so on

Re: [yocto] sstate-cache question

2017-06-01 Thread Gary Thomas
On 2017-06-01 06:32, Paul Eggleton wrote: On Thursday, 1 June 2017 3:44:49 PM NZST Gary Thomas wrote: On 2017-06-01 05:28, Paul Eggleton wrote: It ought to be. At face value it should be finding the files in either place - we'd need to debug the code to find out why it isn't. Is that something

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Martin Jansa
And it's not clear from the diff you send, but like linux-yocto-dev.bb example above, the recipe needs to be renamed from linux-raspberrypi_dev.bb to linux-raspberrypi-dev.bb to make it different provider. On Thu, Jun 1, 2017 at 9:08 AM, Martin Jansa wrote: > Yes, Paul

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Martin Jansa
Yes, Paul approach looks good to me, I think it was what was suggested in first replies to my SRCREV change and I agree with that, I just haven't had time to send updated patch. Paul if you have the patch ready please send it, thanks!. On Thu, Jun 1, 2017 at 8:10 AM, Paul Barker

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Paul Barker
On Thu, Jun 1, 2017 at 1:17 AM, Khem Raj wrote: > On Wed, May 31, 2017 at 5:00 PM, Andrei Gherzan wrote: >> >> On Tue, May 30, 2017 at 6:29 PM, Khem Raj wrote: >>> >>> On Tue, May 30, 2017 at 10:25 AM, Andre McCurdy