[OE-core] [PATCH V1 2/3] image.bbclass: removes bundle_initramfs related code

2015-12-30 Thread Ming Liu
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

[OE-core] [PATCH V1 3/3] kernel-initramfs: new recipe, creates initramfs bundled kernel packaging

2015-12-30 Thread 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 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

[OE-core] [PATCH V1 1/3] kernel.bbclass: do not install initramfs bundled kernel image

2015-12-30 Thread Ming Liu
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.

Re: [OE-core] [PATCH v2] cups: update systemd support

2015-12-30 Thread Andrew Shadura
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

[OE-core] [PATCH] perl: install Config_heavy-target.pl correctly

2015-12-30 Thread rongqing.li
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

Re: [OE-core] [[PATCH v2] oeqa/selftest/wic: add test case for sparse images

2015-12-30 Thread Ed Bartosh
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

Re: [OE-core] [PATCH 2/2] kernel-initramfs: new recipe, creates initramfs bundled kernel packaging

2015-12-30 Thread Ming Liu
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

[OE-core] [PATCH 1/1] image_types.bbclass: Rebuild when WICVARS change

2015-12-30 Thread mariano . lopez
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

[OE-core] [PATCH 0/1] Rebuild when WICVARS change

2015-12-30 Thread mariano . lopez
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