From: Paul Eggleton Date: Wed, 5 Aug 2015 08:38:38 +0000 (+0100) Subject: yocto-bsp / yocto-layer: fix template recipes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=433044641e2500f40fbd72d91bbc38d5cb288c1e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git yocto-bsp / yocto-layer: fix template recipes * Drop PR = "r0" * Use SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 80a52e7cae3..fda955b5e2b 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 ba1ccb16c66..5fbf59443d9 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"