| diff --git a/linux-zxic_5.10.bb b/linux-zxic_5.10.bb |
| old mode 100644 |
| new mode 100755 |
| index 29942f4..4b10e1c |
| --- a/linux-zxic_5.10.bb |
| +++ b/linux-zxic_5.10.bb |
| @@ -4,15 +4,15 @@ PV = "${LINUX_VERSION}" |
| LICENSE = "GPLv2" |
| LIC_FILES_CHKSUM ?= "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| LINUX_VERSION ?= "5.10.156" |
| - |
| +BSPDIR = "${TOPDIR}/../upstream/" |
| #pub include |
| -include ${BSPDIR}/sources/meta-zxic/conf/pub.inc |
| +include ${TOPDIR}/layers/meta-zxic/conf/pub_esdk.inc |
| |
| DEPENDS += "kern-tools-native" |
| inherit kernel siteinfo |
| |
| EXTRA_OEMAKE_append = " LOADADDR=${KERNEL_LOADADDR} EXTRA_CFLAGS='${ZXIC_EXTRA_CFLAGS}' " |
| -FILESEXTRAPATHS_prepend :="${SRC-PATH}:" |
| +FILESEXTRAPATHS_prepend :="${TOPDIR}/../upstream:" |
| # PR_CONFIG_cpe = "linux-5_10-cpe-${BOOT_CTL}-defconfig" |
| # PR_CONFIG_v2x = "linux-5_10-v2x-${BOOT_CTL}-defconfig" |
| PR_CONFIG_vehicle_dc = "linux-5_10-vehicle_dc-${BOOT_CTL}-defconfig" |