]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
yocto-bsp / yocto-layer: fix template recipes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 5 Aug 2015 08:38:38 +0000 (09:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2015 09:46:06 +0000 (10:46 +0100)
* Drop PR = "r0"
* Use SUMMARY instead of DESCRIPTION

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb

index 80a52e7cae33fbf5ea354c6f84cd2a63b33aed65..fda955b5e2bd5788e5800efac0d5695968fb83a5 100644 (file)
@@ -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}}"
index ba1ccb16c66261d93439c8f2fcb8960c5772b312..5fbf59443d940b3f15066e538c912b092247f2f4 100644 (file)
@@ -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"