summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/imx8mnul-ddr3l-evk.conf2
-rw-r--r--dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc3
-rw-r--r--recipes-downgrade/vulkan/vulkan-loader_1.3.275.0.imx.bb2
3 files changed, 3 insertions, 4 deletions
diff --git a/conf/machine/imx8mnul-ddr3l-evk.conf b/conf/machine/imx8mnul-ddr3l-evk.conf
index 7d87010b4..f0488912f 100644
--- a/conf/machine/imx8mnul-ddr3l-evk.conf
+++ b/conf/machine/imx8mnul-ddr3l-evk.conf
@@ -58,8 +58,6 @@ IMX_BOOT_SOC_TARGET = "iMX8MN"
58 58
59SERIAL_CONSOLES = "115200;ttymxc1" 59SERIAL_CONSOLES = "115200;ttymxc1"
60 60
61IMAGE_BOOTLOADER = "imx-boot"
62
63BOOT_SPACE = "65536" 61BOOT_SPACE = "65536"
64LOADADDR = "" 62LOADADDR = ""
65UBOOT_MAKE_TARGET = "all" 63UBOOT_MAKE_TARGET = "all"
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
index 95f05eab6..0fce6af1a 100644
--- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
+++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
@@ -10,12 +10,13 @@ OEI_CORE ?= "UNDEFINED"
10OEI_SOC ?= "UNDEFINED" 10OEI_SOC ?= "UNDEFINED"
11OEI_BOARD ?= "UNDEFINED" 11OEI_BOARD ?= "UNDEFINED"
12OEI_DDRCONFIG ?= "" 12OEI_DDRCONFIG ?= ""
13OEI_DEBUG ?= "0"
13 14
14LDFLAGS[unexport] = "1" 15LDFLAGS[unexport] = "1"
15 16
16EXTRA_OEMAKE = "\ 17EXTRA_OEMAKE = "\
17 board=${OEI_BOARD} \ 18 board=${OEI_BOARD} \
18 DEBUG=1 \ 19 DEBUG=${OEI_DEBUG} \
19 OEI_CROSS_COMPILE=arm-none-eabi-" 20 OEI_CROSS_COMPILE=arm-none-eabi-"
20 21
21EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" 22EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}"
diff --git a/recipes-downgrade/vulkan/vulkan-loader_1.3.275.0.imx.bb b/recipes-downgrade/vulkan/vulkan-loader_1.3.275.0.imx.bb
index 089b46b34..24fef1743 100644
--- a/recipes-downgrade/vulkan/vulkan-loader_1.3.275.0.imx.bb
+++ b/recipes-downgrade/vulkan/vulkan-loader_1.3.275.0.imx.bb
@@ -31,7 +31,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}"
31PACKAGECONFIG[x11] = "-DBUILD_WSI_XLIB_SUPPORT=ON -DBUILD_WSI_XCB_SUPPORT=ON, -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_XCB_SUPPORT=OFF, libxcb libx11 libxrandr" 31PACKAGECONFIG[x11] = "-DBUILD_WSI_XLIB_SUPPORT=ON -DBUILD_WSI_XCB_SUPPORT=ON, -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_XCB_SUPPORT=OFF, libxcb libx11 libxrandr"
32PACKAGECONFIG[wayland] = "-DBUILD_WSI_WAYLAND_SUPPORT=ON, -DBUILD_WSI_WAYLAND_SUPPORT=OFF, wayland" 32PACKAGECONFIG[wayland] = "-DBUILD_WSI_WAYLAND_SUPPORT=ON, -DBUILD_WSI_WAYLAND_SUPPORT=OFF, wayland"
33 33
34RRECOMMENDS:${PN} = "mesa-vulkan-drivers" 34RRECOMMENDS:${PN} = "virtual-vulkan-icd"
35 35
36# These recipes need to be updated in lockstep with each other: 36# These recipes need to be updated in lockstep with each other:
37# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools, 37# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools,