[OE-core] [PATCH] image_types.bbclass: Make ubi depend on ubifs

Koen Kooi koen at dominion.thruhere.net
Mon Oct 27 11:36:11 UTC 2014


> Op 27 okt. 2014, om 08:42 heeft Pascal Bach <pascal.bach at siemens.com> het volgende geschreven:
> 
> The ubi command assumes the ubifs file is present.
> This makes sure this is really the case.
> 
> Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
> ---
> meta/classes/image_types.bbclass |    2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
> index 99a07da..76190fd 100644
> --- a/meta/classes/image_types.bbclass
> +++ b/meta/classes/image_types.bbclass
> @@ -96,6 +96,8 @@ IMAGE_CMD_ubi () {
> 	mkfs.ubifs -r ${IMAGE_ROOTFS} -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ubifs ${MKUBIFS_ARGS}
> 	ubinize -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ubi ${UBINIZE_ARGS} ubinize.cfg
> }
> +IMAGE_TYPEDEP_ubi = "ubifs"
> +

'ubifs' or 'ubifs-native'?


More information about the Openembedded-core mailing list