correction de bugs

This commit is contained in:
2022-12-17 12:57:03 +01:00
parent d18edeafec
commit 93d7f3fb2b
8 changed files with 55 additions and 8 deletions
+7
View File
@@ -18,11 +18,15 @@ DISABLE_SPLASH = "1"
ENABLE_I2C = "1"
ENABLE_UART = "1"
KERNEL_MODULE_AUTOLOAD:rpi += "i2c-dev i2c-bcm2708 rtc-ds1307"
CMDLINE_SERIAL = "console=tty1"
RPI_EXTRA_CONFIG = ' \n \
# Yocto Extra config \n \
dtoverlay=i2c-rtc,ds3231 \n \
'
# mask systemd-serialgetty parsed attribute SERIAL_CONSOLES
SERIAL_CONSOLES = ""
# Use systemd
DISTRO_FEATURES += " systemd usbhost ipv4 pam format"
VIRTUAL-RUNTIME_init_manager = "systemd"
@@ -36,6 +40,9 @@ IMAGE_FEATURES += " package-management ssh-server-openssh"
MACHINE_FEATURES = "rtc"
#KERNEL_MODULE_AUTOLOAD += " i2c-dev"
# set /var/log persistent
VOLATILE_LOG_DIR = "no"
PREFERRED_VERSION_cargo = "1.64.0"
PREFERRED_VERSION_libstd-rs = "1.64.0"
PREFERRED_VERSION_rust = "1.64.0"