From c8c38f2e0a1bb4ab2e15ad1a8536e3b28324caac Mon Sep 17 00:00:00 2001 From: Kristian Amlie Date: Thu, 9 Dec 2021 08:39:42 +0100 Subject: [PATCH] Fix "unbound variable" error when using `raspberrypi4_ubuntu_config`. Changelog: Title Signed-off-by: Kristian Amlie (cherry picked from commit ecf0631564b09b561d74c7d7f557c188d5b67495) --- configs/raspberrypi4_ubuntu_config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configs/raspberrypi4_ubuntu_config b/configs/raspberrypi4_ubuntu_config index 2d0b7a5..9708f5e 100644 --- a/configs/raspberrypi4_ubuntu_config +++ b/configs/raspberrypi4_ubuntu_config @@ -1,7 +1,4 @@ -# Binaries generated with the following script: -# -# https://github.com/drewmoseley/mender-convert-integration-scripts/blob/master/build-uboot-rpi.shraspberrypi-integration-scripts.tar.gz -RASPBERRYPI_BINARIES="raspberrypi4-integration-2019.01.tar.gz" +RASPBERRYPI_CONFIG="raspberrypi4" RASPBERRYPI_KERNEL_IMAGE="vmlinuz" MENDER_KERNEL_IMAGETYPE="zImage" MENDER_DEVICE_TYPE="raspberrypi4"