summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-09-11 10:04:04 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2017-10-03 17:24:52 +0200
commit4b0ff72c3de182f83d8846fee836afe753e85f35 (patch)
tree48e5fb42dd725bf59c80f43f9d4b6ea527339e51
parente51bbfab399d50241eaaf983e941b645b63e8a59 (diff)
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 <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2016.11.bb1
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend2
2 files changed, 2 insertions, 1 deletions
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"