@@ -21,7 +21,7 @@ signers:
2121 gpg_keyserver : keyserver.ubuntu.com
2222
2323# The machine as it is written into the `local.conf` of bitbake.
24- machine : raspberrypi0-2w -64
24+ machine : raspberrypi4 -64
2525# The distro name as it is written into the `local.conf` of bitbake.
2626# Selects conf/distro/secluso.conf from meta-secluso-os.
2727distro : secluso
@@ -118,7 +118,7 @@ local_conf_header:
118118 # meta-raspberrypi sets WKS_FILE with a weak assignment (?=), so we don't need a force override
119119 # wks is a custom configuration script used by the wic tool to define the partitioning layout
120120 # override theirs with our modified version
121- WKS_FILE:raspberrypi0-2w-64 = "sdcard-raspberrypi.wks"
121+ WKS_FILE = "sdcard-raspberrypi.wks"
122122
123123 # Reference: https://wiki.yoctoproject.org/wiki/Reproducible_Builds
124124 # These should be default values. We re-affirm them here to be safe.
@@ -159,8 +159,8 @@ local_conf_header:
159159 ENABLE_CAMERA = "0"
160160 ENABLE_I2C = "1"
161161 # Ensure the ov5647 & imx219 overlays are built and deployed to /boot/overlays/
162- KERNEL_DEVICETREE:append:raspberrypi0-2w-64 = " overlays/ov5647.dtbo"
163- KERNEL_DEVICETREE:append:raspberrypi0-2w-64 = " overlays/imx219.dtbo"
162+ KERNEL_DEVICETREE:append = " overlays/ov5647.dtbo"
163+ KERNEL_DEVICETREE:append = " overlays/imx219.dtbo"
164164
165165 # Ensure the kernel modules are installed into the image. Needed to properly load in the camera into libcamera
166166 # Not all kernel-modules need to be included for proper operation.
0 commit comments