[OE-core] [PATCH] bitbake.conf: add default for IMAGE_FSTYPES_DEBUGFS

Mark Hatle mark.hatle at windriver.com
Fri May 27 14:21:13 UTC 2016


On 5/27/16 5:54 AM, André Draszik wrote:
> This doesn't work for me (at least on krogoth):
> 
>     ERROR: poky/meta/recipes-core/images/build-appliance-image_14.0.0.bb: No IMAGE_CMD defined for IMAGE_FSTYPES entry 'debugfs_vmdk' - possibly invalid type name or missing support class
>     ERROR: Failed to parse recipe: poky/meta/recipes-core/images/build-appliance-image_14.0.0.bb
> 
> I *instead* am using the attached patch successfully.
> 
> Is anybody else facing the same issue?

Ross's patch should have fixed this.  It ensures that IMAGE_FSTYPES_DEBUGFS is
always set to 'something'.

You should check if the patch has been applied to the "krogoth" branch.

--Mark

> 
> On Fr, 2016-05-06 at 12:26 +0100, Ross Burton wrote:
>> If debug filesystem generation is enabled but this isn't assigned then the
>> generation code throws exceptions.
>>
>> Signed-off-by: Ross Burton <ross.burton at intel.com>
>> ---
>>  meta/conf/bitbake.conf | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
>> index 1c4175f..8e02e91 100644
>> --- a/meta/conf/bitbake.conf
>> +++ b/meta/conf/bitbake.conf
>> @@ -713,6 +713,7 @@ require conf/sanity.conf
>>  DL_DIR ?= "${TOPDIR}/downloads"
>>  SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
>>  IMAGE_FSTYPES ?= "tar.gz"
>> +IMAGE_FSTYPES_DEBUGFS ?= "${IMAGE_FSTYPES}"
>>  
>>  INITRAMFS_FSTYPES ?= "cpio.gz"
>>  # The maximum size in Kbytes for the generated initramfs image size.
>> -- 
>> 2.8.0.rc3
>>
>>




More information about the Openembedded-core mailing list