diff options
Diffstat (limited to 'meta-beagle')
-rw-r--r-- | meta-beagle/conf/machine/beaglebone-ai64.conf | 5 | ||||
-rw-r--r-- | meta-beagle/conf/machine/include/beagle-bsp.inc | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-beagle/conf/machine/beaglebone-ai64.conf b/meta-beagle/conf/machine/beaglebone-ai64.conf index 3da6e878..0f15c712 100644 --- a/meta-beagle/conf/machine/beaglebone-ai64.conf +++ b/meta-beagle/conf/machine/beaglebone-ai64.conf | |||
@@ -27,3 +27,8 @@ ti/k3-j721e-sk.dtb \ | |||
27 | " | 27 | " |
28 | 28 | ||
29 | MACHINE_GUI_CLASS = "bigscreen" | 29 | MACHINE_GUI_CLASS = "bigscreen" |
30 | |||
31 | # TI has moved a driver out of its kernel tree and into an out of tree module. | ||
32 | # We need to not include that for older kernels since the module is still in | ||
33 | # the kernel. | ||
34 | TI_VXE_VXD_DRIVER:bsp-bb_org-6_6 = "" | ||
diff --git a/meta-beagle/conf/machine/include/beagle-bsp.inc b/meta-beagle/conf/machine/include/beagle-bsp.inc index 3f9828f3..d180c297 100644 --- a/meta-beagle/conf/machine/include/beagle-bsp.inc +++ b/meta-beagle/conf/machine/include/beagle-bsp.inc | |||
@@ -14,6 +14,7 @@ BSP_KERNEL_PROVIDER:bsp-bb_org-6_12 = "linux-bb.org" | |||
14 | BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%" | 14 | BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%" |
15 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org" | 15 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org" |
16 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_12 = "2025.%" | 16 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_12 = "2025.%" |
17 | KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_12 = "" | ||
17 | 18 | ||
18 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" | 19 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" |
19 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%" | 20 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%" |
@@ -36,6 +37,7 @@ BSP_KERNEL_PROVIDER:bsp-bb_org-6_6 = "linux-bb.org" | |||
36 | BSP_KERNEL_VERSION:bsp-bb_org-6_6 = "6.6.%" | 37 | BSP_KERNEL_VERSION:bsp-bb_org-6_6 = "6.6.%" |
37 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_6 = "u-boot-bb.org" | 38 | BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_6 = "u-boot-bb.org" |
38 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_6 = "2024.%" | 39 | BSP_BOOTLOADER_VERSION:bsp-bb_org-6_6 = "2024.%" |
40 | KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_6 = "" | ||
39 | 41 | ||
40 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km" | 42 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km" |
41 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%" | 43 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%" |