[poky] [PATCH 2/2] yocto-bsp / yocto-layer: fix template recipes

Paul Eggleton paul.eggleton at linux.intel.com
Thu Aug 20 01:18:10 PDT 2015


* Drop PR = "r0"
* Use SUMMARY instead of DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 .../target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb      | 1 -
 .../target/arch/layer/recipes-example/example/example-recipe-0.1.bb    | 3 +--
 2 files changed, 1 insertion(+), 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 80a52e7c..fda955b 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}}"
 
 SRCREV="{{=custom_kernel_srcrev}}"
 
-PR = "r0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
 COMPATIBLE_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 ba1ccb1..5fbf594 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 @@
 # Yocto Project Development Manual.
 #
 
-DESCRIPTION = "Simple helloworld application"
+SUMMARY = "Simple helloworld application"
 SECTION = "examples"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-PR = "r0"
 
 SRC_URI = "file://helloworld.c"
 
-- 
2.1.0



More information about the poky mailing list