From: Ming Liu
So far, there is not a workable way to package the initramfs bundled kernel
image, the only place is tmp/deploy from where we could get it, but if a
user want to add it into a certain image, there is no guarantee that he
will achieve it because a explicit dependency is missing betw
From: Ming Liu
The original purpose of these code is to repackage initramfs bundled kernel
into rootfs by making image.bbclass build depend on bundle_initramfs of
virtual/kernel. But this is not going to succeed because virtual/kernel's
do_package is not depending on its bundle_initramfs.
We mus
From: Ming Liu
It makes no sense to install a initramfs bundled kernel image since
do_package does not depend on do_bundle_initramfs at all, otherwise, it
leads to a impicit kernel-image package depending on do_package run before
or after do_bundle_initramfs.
Signed-off-by: Ming Liu
---
meta/c
From: Mariano Lopez
The procces to do a wic image is to save a file with
variables required by wic and then call wic using this
file. Because this is external to bitbake if the vars
change, the image won't be rebuild; an example of such
is IMAGE_BOOT_FILES.
This patch adds these variables to var
From: Mariano Lopez
This patch adds these WICVARS to vardeps of do_rootfs when
a wic image is build. This will trigger a rebuild when
a variable needed by WIC changes.
The following changes since commit 2cd061a29a94fdcdfec86732e6bcbb71c12c4afc:
bluez5: include the patch only for 5.36 (2015-12
Hi,
I need do more work on this patch, and will send the V1 soon, please ignore
this for now.
//Ming Liu
2015-12-30 0:05 GMT+01:00 Ming Liu :
> From: Ming Liu
>
> So far, there is not a workable way to package the initramfs bundled kernel
> image, the only place is tmp/deploy from where we cou
On 11/12/15 22:39, Burton, Ross wrote:
> Sorry for the delay in looking at this. buildhistory-diff reports this:
>
> packages/corei7-64-poky-linux/cups/cups: FILELIST: removed
> "/etc/rc2.d/S81cups /lib/systemd/system/cups.service /etc/rc5.d/S81cups
> /etc/rc5.d/K36cups /etc/rc0.d/K36cups /etc/rc
Hi Joshua,
Thank you for the patch!
Signed-off-by: Ed Bartosh
On Thu, Dec 17, 2015 at 07:43:41PM +, Joshua Lock wrote:
> Add a testcase to build a directdisk image and check that the
> used disk size is less than the apparent size, as wic now
> assembles images as sparse files.
>
> Signed-
From: Roy Li
Config_heavy-target.pl is needed by perl-native, not perl; since
perl-configpm-switch.patch, which uses Config_heavy-target.pl, is
applied into native package, and Config_heavy-target.pl is used
when PERLCONFIGTARGET is yes in cpan.bbclass
This fixed a building failure when autoload