[OE-core] [meta-oe] modemmanager: Upgrade 1.10.6 -> 1.10.8

2019-11-12 Thread Michael Scott
Includes: Fix for an issue presenting after 1.10.6 update where modem would enter status denied state. See: https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?h=1.10.8=47fd8a1e55cac0b0b45812e1dda826f38c264d1b Signed-off-by: Michael Scott --- .../{modemmanager_1.10.6.bb

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Michael Scott
Hi Alex and Richard, On Wed, Jun 12, 2019, 9:06 PM Alex Kiernan wrote: > Hi Mike > > On Wed, Jun 12, 2019 at 11:59 PM Michael Scott wrote: > > > > > > On 6/12/19 3:21 PM, richard.pur...@linuxfoundation.org wrote: > > > On Wed, 2019-06-12 at 14:17 -0700,

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Michael Scott
On 6/12/19 3:21 PM, richard.pur...@linuxfoundation.org wrote: On Wed, 2019-06-12 at 14:17 -0700, Michael Scott wrote: Actually, you can ignore this patch. We debugged the actual race condition contributing to the confusion, and that developer will submit a new patch with that fix. We can

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Michael Scott
there is a cached step built incorrectly.   The cached build step injects the u-boot.dtb prior to it being signed. Hopefully that makes sense, - Mike -- Michael Scott Embedded Software Engineer at Foundries.io "microPlatforms™ for Connected Products" E: m...@foundries.io W: https://www.fo

[OE-core] [PATCH] uboot-sign: change u-boot do_deploy concat_dtb() hook to postfuncs

2019-05-20 Thread Michael Scott
rrect u-boot.bin in the deploy directory. Signed-off-by: Michael Scott --- meta/classes/uboot-sign.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass index 8beafff7c0..202b18502b 100644 --- a/meta/classes/ubo

[OE-core] [PATCH] kernel-fitimage: generate a default conf@ entry for non-dtb images

2019-05-20 Thread Michael Scott
boot functionality for HW which doesn't use appended u-boot DTBs. IE: QEMU uses prior stage hand-off and Raspberry Pi 3 uses an embedded DTB, etc. By having the conf@ entry in the fitImage, the entire OE signing process "just works" for testing this new setup. Signed-off-by: Michael Scott

[OE-core] [PATCH] procps: update legacy sysctl.conf to fix rp_filter sysctl issue

2019-05-09 Thread Michael Scott
any interface the packet check will fail. This patch updates the sysctl.conf file to current which doesn't set the rp_filter mode explicity (2 is the default). NOTE: The kernel/pid_max=1 setting has been commented out as this may not be desired by default. Signed-off-by: Michael Sc

Re: [OE-core] [PATCH v2] kernel-fitimage: support RISC-V

2019-04-23 Thread Michael Scott
On 4/23/19 2:37 AM, Richard Purdie wrote: On Fri, 2019-04-19 at 10:41 -0700, Michael Scott wrote: On 4/12/19 9:56 PM, Michael Scott wrote: Support RISC-V kernel image, using the "Image" target. This change allows RISC-V support for fitImage via the following flow: OpenSBI

Re: [OE-core] [PATCH v2] kernel-fitimage: support RISC-V

2019-04-19 Thread Michael Scott
On 4/12/19 9:56 PM, Michael Scott wrote: Support RISC-V kernel image, using the "Image" target. This change allows RISC-V support for fitImage via the following flow: OpenSBI -> u-boot (as payload) -> Linux kernel (as fitImage with ramdisk and dtb). This was tested using QE

Re: [OE-core] [PATCH] kernel-fitimage: support RISC-V

2019-04-13 Thread Michael Scott
On Sat, Apr 13, 2019, 1:49 PM Alistair Francis wrote: > On Fri, Apr 12, 2019 at 9:56 PM Michael Scott wrote: > > > > > > On 4/12/19 10:17 AM, Alistair Francis wrote: > > > On Thu, Apr 11, 2019 at 10:46 PM Michael Scott > wrote: > > >> Support

[OE-core] [PATCH v2] kernel-fitimage: support RISC-V

2019-04-12 Thread Michael Scott
Support RISC-V kernel image, using the "Image" target. This change allows RISC-V support for fitImage via the following flow: OpenSBI -> u-boot (as payload) -> Linux kernel (as fitImage with ramdisk and dtb). This was tested using QEMU RISC-V 64-bit. Signed-off-by: Michael

Re: [OE-core] [PATCH] kernel-fitimage: support RISC-V

2019-04-12 Thread Michael Scott
On 4/12/19 10:17 AM, Alistair Francis wrote: On Thu, Apr 11, 2019 at 10:46 PM Michael Scott wrote: Support RISC-V kernel image, using the "Image" target. This change allows RISC-V support for fitImage via the following flow: OpenSBI -> u-boot (as payload) -> Linux ker

Re: [OE-core] [PATCH] kernel-fitimage: support RISC-V

2019-04-12 Thread Michael Scott
On 4/12/19 9:35 AM, Khem Raj wrote: On Thu, Apr 11, 2019 at 10:46 PM Michael Scott <mailto:m...@foundries.io>> wrote: Support RISC-V kernel image, using the "Image" target. This change allows RISC-V support for fitImage via the following flow: OpenSBI -&

[OE-core] [PATCH] kernel-fitimage: support RISC-V

2019-04-11 Thread Michael Scott
Support RISC-V kernel image, using the "Image" target. This change allows RISC-V support for fitImage via the following flow: OpenSBI -> u-boot (as payload) -> Linux kernel (as fitImage with ramdisk and dtb). This was tested using QEMU RISC-V 64-bit. Signed-off-by: Michael