Hi Renato,

Replace it with
IMAGE_FSTYPES:remove = "rpi-sdimg"
The += operator is not meant to be used in combination with :append and
:remove.

Greetz,
Josef

On Wed, Dec 6, 2023 at 3:10 PM <renato.mendes....@gmail.com> wrote:

> I'm building a Yocto image to Raspi Zero W and Mender. My configuration:
>
> MACHINE = "raspberrypi0-wifi"
> MENDER_ARTIFACT_NAME = "release-1"
> INHERIT += "mender-full"
> RPI_USE_U_BOOT = "1"
> #MENDER_PARTITION_ALIGNMENT = "4096000"
> MENDER_BOOT_PART_SIZE_MB = "40"
> IMAGE_INSTALL:append = " kernel-image kernel-devicetree"
> IMAGE_FSTYPES:remove += " rpi-sdimg"
> MENDER_SERVER_URL = "https://mender.mydomain.com";
> MENDER_TENANT_TOKEN = "MY_TOKEN"
> DISTRO_FEATURES:append = " systemd"
> VIRTUAL-RUNTIME_init_manager = "systemd"
> DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
> VIRTUAL-RUNTIME_initscripts = ""
> IMAGE_FSTYPES = "ext4"
>
> When building:
> bitbake core-image-full-cmdline
>
> I'm getting the following warning:
>
> *WARNING: IMAGE_FSTYPES:remove += is not a recommended operator
> combination, please replace it.*
> *WARNING: IMAGE_FSTYPES:remove += is not a recommended operator
> combination, please replace it*
>
> Any ideas of what's going on and how to fix it?
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61815): https://lists.yoctoproject.org/g/yocto/message/61815
Mute This Topic: https://lists.yoctoproject.org/mt/103013050/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to