[OE-core] [PATCH 1/1] uboot-sign.bbclass: fix signature and deployment

2018-11-20 Thread Robert Yang
Fixed: MACHINE = "beaglebone-yocto" KERNEL_CLASSES += "kernel-fitimage" KERNEL_IMAGETYPE_beaglebone-yocto = "fitImage" UBOOT_MACHINE_beaglebone-yocto = "am335x_boneblack_vboot_config" UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb -p 2000" UBOOT_SIGN_KEYDIR = "${TOPDIR}/conf" UBOOT_SIGN_KEYNAME = "dev" UBO

[OE-core] [PATCH 1/1] uboot-sign.bbclass: fix signature and deployment

2018-11-29 Thread Robert Yang
Fixed: MACHINE = "beaglebone-yocto" KERNEL_CLASSES += "kernel-fitimage" KERNEL_IMAGETYPE_beaglebone-yocto = "fitImage" UBOOT_MACHINE_beaglebone-yocto = "am335x_boneblack_vboot_config" UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb -p 2000" UBOOT_SIGN_KEYDIR = "${TOPDIR}/conf" UBOOT_SIGN_KEYNAME = "dev" UBO

Re: [OE-core] [PATCH 1/1] uboot-sign.bbclass: fix signature and deployment

2018-11-21 Thread Otavio Salvador
Hello, On Wed, Nov 21, 2018 at 4:08 AM Robert Yang wrote: > > Fixed: > MACHINE = "beaglebone-yocto" > KERNEL_CLASSES += "kernel-fitimage" > KERNEL_IMAGETYPE_beaglebone-yocto = "fitImage" > UBOOT_MACHINE_beaglebone-yocto = "am335x_boneblack_vboot_config" > UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb -p

Re: [OE-core] [PATCH 1/1] uboot-sign.bbclass: fix signature and deployment

2018-11-21 Thread Robert Yang
On 11/22/18 1:20 AM, Otavio Salvador wrote: Hello, On Wed, Nov 21, 2018 at 4:08 AM Robert Yang wrote: Fixed: MACHINE = "beaglebone-yocto" KERNEL_CLASSES += "kernel-fitimage" KERNEL_IMAGETYPE_beaglebone-yocto = "fitImage" UBOOT_MACHINE_beaglebone-yocto = "am335x_boneblack_vboot_config" UBOO

Re: [OE-core] [PATCH 1/1] uboot-sign.bbclass: fix signature and deployment

2018-11-29 Thread Burton, Ross
This didn't get merged before other pieces did, so can you please rebase and resend? Ross On Thu, 22 Nov 2018 at 01:43, Robert Yang wrote: > > > > On 11/22/18 1:20 AM, Otavio Salvador wrote: > > Hello, > > > > On Wed, Nov 21, 2018 at 4:08 AM Robert Yang > > wrote: > >> > >> Fixed: > >> MACHINE

Re: [OE-core] [PATCH 1/1] uboot-sign.bbclass: fix signature and deployment

2018-11-29 Thread Robert Yang
Hi Ross, On 11/29/18 9:15 PM, Burton, Ross wrote: This didn't get merged before other pieces did, so can you please rebase and resend? Thanks, I will rebase to master-next and resend. BTW, the Christian Andersen (the reporter) has replied that the patch works for him: https://bugzilla.yoctopr