summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb1
-rw-r--r--scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb3
2 files changed, 1 insertions, 3 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
index 80a52e7cae..fda955b5e2 100644
--- a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
@@ -52,7 +52,6 @@ LINUX_VERSION_EXTENSION ?= "{{=custom_kernel_linux_version_extension}}"
52 52
53SRCREV="{{=custom_kernel_srcrev}}" 53SRCREV="{{=custom_kernel_srcrev}}"
54 54
55PR = "r0"
56PV = "${LINUX_VERSION}+git${SRCPV}" 55PV = "${LINUX_VERSION}+git${SRCPV}"
57 56
58COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}" 57COMPATIBLE_MACHINE_{{=machine}} = "{{=machine}}"
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb b/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb
index ba1ccb16c6..5fbf59443d 100644
--- a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb
+++ b/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb
@@ -4,11 +4,10 @@
4# Yocto Project Development Manual. 4# Yocto Project Development Manual.
5# 5#
6 6
7DESCRIPTION = "Simple helloworld application" 7SUMMARY = "Simple helloworld application"
8SECTION = "examples" 8SECTION = "examples"
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 10LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
11PR = "r0"
12 11
13SRC_URI = "file://helloworld.c" 12SRC_URI = "file://helloworld.c"
14 13