diff --git a/recipes-st/images/st-image-partitions.inc b/recipes-st/images/st-image-partitions.inc index b4ff297..2da7d11 100644 --- a/recipes-st/images/st-image-partitions.inc +++ b/recipes-st/images/st-image-partitions.inc @@ -62,6 +62,6 @@ reformat_rootfs() { TARGETROOTFS=$(dirname ${TARGETROOTFS}) done else - bbwarn "${IMAGE_PARTITION_MOUNTPOINT} folder not available in rootfs folder, no reformat done..." + bbnote "${IMAGE_PARTITION_MOUNTPOINT} folder not available in rootfs folder, no reformat done..." fi }