Re: [yocto] [meta-intel] [PATCH] systemd-boot: fix bbappend file to suit latest version

2018-03-05 Thread Cal Sullivan
Thanks for the patch. I assume this is needed when OE-core merges the update to v236? Thanks, Cal On 03/04/2018 06:03 PM, Chen Qi wrote: Fix the bbappend file to suit the latest systemd version. As systemd has now dropped autotools support, using ninja instead of make in do_compile. Signed-o

Re: [yocto] problem adding first layer to yocto

2017-10-02 Thread Cal Sullivan
Your layer appears to only be adding a new recipe. It won't be built unless you tell it to be built, or you build something that depends on it, or you add it to the image you're building. So your options are: bitbake example add IMAGE_INSTALL_append = " example" to your local.conf have another r

Re: [yocto] [meta-alexa-demo][PATCH 1/3] Moved meta-alexa-demo top level to meta-alexapi

2017-08-08 Thread Cal Sullivan
Sorry for slow response. I see your signoff on the original patch, do I have permission to add it back to these? Thanks, Cal On 08/07/2017 04:17 PM, Amanda Brindle wrote: From: Matthew Hansen --- COPYING.MIT => meta-alexapi/COPYING.MIT | 0 LICENSE => met

Re: [yocto] [meta-alexa-demo][PATCH] Fix setuptools_scm build error for several python packages

2017-07-11 Thread Cal Sullivan
I actually wasn't able to reproduce the issue.I added alexapi to my IMAGE_INSTALL and ran a build, see below: [clsulliv@clsulliv build]$ bitbake core-image-minimal Parsing recipes: 100% |

Re: [yocto] [meta-inte][rmc][PATCH v2 1/1] rmc: add support for alternative EFI bootloaders

2016-12-15 Thread Cal Sullivan
On 12/15/2016 10:23 AM, Todor Minchev wrote: On Thu, 2016-12-15 at 10:09 -0800, Cal Sullivan wrote: On 12/13/2016 04:50 PM, Todor Minchev wrote: On Tue, 2016-12-13 at 16:22 -0800, Jianxun Zhang wrote: On Dec 13, 2016, at 2:56 PM, Todor Minchev wrote: RMC was previously configured to work

Re: [yocto] [meta-inte][rmc][PATCH v2 1/1] rmc: add support for alternative EFI bootloaders

2016-12-15 Thread Cal Sullivan
On 12/13/2016 04:50 PM, Todor Minchev wrote: On Tue, 2016-12-13 at 16:22 -0800, Jianxun Zhang wrote: On Dec 13, 2016, at 2:56 PM, Todor Minchev wrote: RMC was previously configured to work only with the systemd-boot EFI bootloader. With this commit we can specify alternative bootloaders by

Re: [yocto] [meta-inte][rmc][PATCH v2 1/1] rmc: add support for alternative EFI bootloaders

2016-12-13 Thread Cal Sullivan
I like where this is heading but does RMC function with bootloaders besides systemd-boot yet? A quick boot test with this patch and RMC_BOOTLOADER = "grub-efi" seems to give me vanilla grub-efi. Thanks, Cal On 12/13/2016 04:50 PM, Todor Minchev wrote: On Tue, 2016-12-13 at 16:22 -0800, Jianxu