xf.li | 6097298 | 2023-06-22 23:27:19 -0700 | [diff] [blame] | 1 | diff --git a/linux-zxic_5.10.bb b/linux-zxic_5.10.bb |
| 2 | old mode 100644 |
| 3 | new mode 100755 |
| 4 | index 29942f4..4b10e1c |
| 5 | --- a/linux-zxic_5.10.bb |
| 6 | +++ b/linux-zxic_5.10.bb |
| 7 | @@ -4,15 +4,15 @@ PV = "${LINUX_VERSION}" |
| 8 | LICENSE = "GPLv2" |
| 9 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 10 | LINUX_VERSION ?= "5.10.156" |
| 11 | - |
| 12 | +BSPDIR = "${TOPDIR}/../upstream/" |
| 13 | #pub include |
| 14 | -include ${BSPDIR}/sources/meta-zxic/conf/pub.inc |
| 15 | +include ${TOPDIR}/layers/meta-zxic/conf/pub_esdk.inc |
| 16 | |
| 17 | DEPENDS += "kern-tools-native" |
| 18 | inherit kernel siteinfo |
| 19 | |
| 20 | EXTRA_OEMAKE_append = " LOADADDR=${KERNEL_LOADADDR} EXTRA_CFLAGS='${ZXIC_EXTRA_CFLAGS}' " |
| 21 | -FILESEXTRAPATHS_prepend :="${SRC-PATH}:" |
| 22 | +FILESEXTRAPATHS_prepend :="${TOPDIR}/../upstream:" |
| 23 | # PR_CONFIG_cpe = "linux-5_10-cpe-${BOOT_CTL}-defconfig" |
| 24 | # PR_CONFIG_v2x = "linux-5_10-v2x-${BOOT_CTL}-defconfig" |
| 25 | PR_CONFIG_vehicle_dc = "linux-5_10-vehicle_dc-${BOOT_CTL}-defconfig" |