From 4b0ff72c3de182f83d8846fee836afe753e85f35 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 11 Sep 2017 10:04:04 -0700 Subject: u-boot-toradex: fix recipe to work with Poky Building the recipe with Poky leads to two errors: | error: line 4: invalid tag value("^[A-Za-z0-9+._]+$") Release: Release: 2.7.3-gitr1c83a29 | error: Package has no %description: u-boot-toradex-2016.11.colibri_imx6 Use the + sign to separate the git revision and provide a recipe description. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- recipes-bsp/u-boot/u-boot-toradex_2016.11.bb | 1 + recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp/u-boot') diff --git a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb index ad57c83..68bb050 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb @@ -1,5 +1,6 @@ require recipes-bsp/u-boot/u-boot-toradex.inc +DESCRIPTION = "U-Boot for NXP based Toradex Computer on Modules" PV = "2016.11" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" diff --git a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend index 02fdfbb..f9c6ab4 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend +++ b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend @@ -1,6 +1,6 @@ include conf/tdx_version.conf -PR = "${TDX_VER_INT}-gitr${@d.getVar("SRCREV", False)[0:7]}" +PR = "${TDX_VER_INT}+gitr${@d.getVar("SRCREV", False)[0:7]}" LOCALVERSION ?= "-${TDX_VER_INT}" #LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -- cgit v1.2.3