diff mbox series

[meta-swupdate] recipe-bsps: initial libuboot recipe

Message ID 20190304153237.27844-1-kas@example.com
State Accepted
Headers show
Series [meta-swupdate] recipe-bsps: initial libuboot recipe | expand

Commit Message

Kas User March 4, 2019, 3:32 p.m. UTC
From: Stefano Babic <sbabic@denx.de>

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 recipes-bsp/libuboot/libuboot_0.1.bb | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 recipes-bsp/libuboot/libuboot_0.1.bb
diff mbox series

Patch

diff --git a/recipes-bsp/libuboot/libuboot_0.1.bb b/recipes-bsp/libuboot/libuboot_0.1.bb
new file mode 100644
index 0000000..3c95ee8
--- /dev/null
+++ b/recipes-bsp/libuboot/libuboot_0.1.bb
@@ -0,0 +1,22 @@ 
+SUMMARY = "U-Boot libraries and tools to acces environment"
+DEPENDS += "mtd-utils"
+
+DESCRIPTION = "This package contains tools and libraries to read \
+and modify U-Boot environment"
+
+HOMEPAGE = "https://github.com/sbabic/libuboot"
+LICENSE = "LGPL-2.1"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
+SECTION = "libs"
+
+SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https"
+SRCREV = "e67ce380d6e27d057ff6b8eb2b0a649a2c2d360a"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+PROVIDES += "u-boot-fw-utils"
+RPROVIDES_${PN} += "u-boot-fw-utils"
+
+BBCLASSEXTEND = "cross"