corrections de différents bugs de fonctionnement et configuration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user