On Wed, 2021-12-15 at 21:09 -0800, Chen Qi wrote:
> Currently, if we do `bitbake core-image-tiny-initramfs' and then
> install the generated SDK, the following error appears.
> 
>   tar: ./sysroots/core2-64-poky-linux/dev/console: Cannot mknod:
> Operation not permitted
> 
> The populate_sdk task does not make much sense for this recipe and
> considering the fact the its SDK cannot be installed, we'd better
> just
> delete the task.

Is this not required for master? Is this hardknott specific?

Thanks,

Anuj

> 
> Signed-off-by: Chen Qi <[email protected]>
> ---
>  meta/recipes-core/images/core-image-tiny-initramfs.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb
> b/meta/recipes-core/images/core-image-tiny-initramfs.bb
> index 47470849ed..66c73e4261 100644
> --- a/meta/recipes-core/images/core-image-tiny-initramfs.bb
> +++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb
> @@ -23,6 +23,8 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
>  
>  inherit core-image
>  
> +deltask do_populate_sdk
> +
>  IMAGE_ROOTFS_SIZE = "8192"
>  IMAGE_ROOTFS_EXTRA_SPACE = "0"
>  
> 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#160035): 
https://lists.openembedded.org/g/openembedded-core/message/160035
Mute This Topic: https://lists.openembedded.org/mt/87761452/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to