Selaa lähdekoodia

recipe-bsps: initial libuboot recipe

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 6 vuotta sitten
vanhempi
commit
b3d7908b7b
1 muutettua tiedostoa jossa 22 lisäystä ja 0 poistoa
  1. 22 0
      recipes-bsp/libuboot/libuboot_0.1.bb

+ 22 - 0
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"