corrections de différents bugs de fonctionnement et configuration

This commit is contained in:
2022-12-19 19:44:35 +01:00
parent 93d7f3fb2b
commit e0b5b425ed
11 changed files with 139 additions and 21 deletions
+7 -1
View File
@@ -7,9 +7,15 @@ SDK_VENDOR = "-benserv"
SDK_VERSION = "${DISTRO_VERSION}"
MAINTENER = "vincent.benoit@benserv.fr"
# rpi specific
# Image Rootfs type and size
IMAGE_FSTYPES = "tar.bz2 ext4 ext4.xz rpi-sdimg"
SDIMG_ROOTFS_TYPE = "ext4.xz"
# define a multiplier that the build system apllies to
# the initial image size (4Go freespace)
#IMAGE_OVERHEAD_FACTOR = "2"
IMAGE_ROOTFS_EXTRA_SPACE = "4194304"
# rpi specific
DISABLE_OVERSCAN = "1"
BOOT_DELAY = "0"
BOOT_DELAY_MS = "0"