mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
yocto-bsp / yocto-layer: fix template recipes
* Drop PR = "r0" * Use SUMMARY instead of DESCRIPTION (From meta-yocto rev: 433044641e2500f40fbd72d91bbc38d5cb288c1e) 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>
This commit is contained in:
committed by
Richard Purdie
parent
790b2293d2
commit
15c8835445
@@ -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}}"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user