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
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
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
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%
|
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
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
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