diff mbox series

[meta-swupdate,1/2] u-boot-fw-utils: remove bbappend

Message ID 1580512664-9992-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series [meta-swupdate,1/2] u-boot-fw-utils: remove bbappend | expand

Commit Message

'Darko Komljenovic' via swupdate Jan. 31, 2020, 11:17 p.m. UTC
From: Darko Komljenovic <darko.komljenovic@zenitel.com>

The OE-Core project now make use of libubootenv which is board
independent (see [1]).

Fixes:

ERROR: No recipes available for:
  /<path to>/meta-swupdate/recipes-bsp/u-boot/u-boot-fw-utils%.bbappend

So, this commit also drop the libubootenv recipe.

[1] - https://git.openembedded.org/openembedded-core/tree/meta/recipes-bsp/u-boot/libubootenv_0.2.bb

Signed-off-by: Darko Komljenovic <dkomljenovic@zoho.com>
[Pierre-Jean:
    - rework commit log
    - drop git recipe for libubootenv]
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 recipes-bsp/libubootenv/libubootenv.inc      | 25 -------------------------
 recipes-bsp/libubootenv/libubootenv_0.2.bb   |  2 --
 recipes-bsp/libubootenv/libubootenv_git.bb   |  5 -----
 recipes-bsp/u-boot/u-boot-fw-utils%.bbappend |  4 ----
 4 files changed, 36 deletions(-)
 delete mode 100644 recipes-bsp/libubootenv/libubootenv.inc
 delete mode 100644 recipes-bsp/libubootenv/libubootenv_0.2.bb
 delete mode 100644 recipes-bsp/libubootenv/libubootenv_git.bb
 delete mode 100644 recipes-bsp/u-boot/u-boot-fw-utils%.bbappend
diff mbox series

Patch

diff --git a/recipes-bsp/libubootenv/libubootenv.inc b/recipes-bsp/libubootenv/libubootenv.inc
deleted file mode 100644
index d570c39..0000000
--- a/recipes-bsp/libubootenv/libubootenv.inc
+++ /dev/null
@@ -1,25 +0,0 @@ 
-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/libubootenv"
-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"
-
-S = "${WORKDIR}/git"
-
-inherit cmake
-
-EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-PROVIDES += "u-boot-fw-utils"
-RPROVIDES_${PN} += "u-boot-fw-utils"
-
-BBCLASSEXTEND = "cross"
diff --git a/recipes-bsp/libubootenv/libubootenv_0.2.bb b/recipes-bsp/libubootenv/libubootenv_0.2.bb
deleted file mode 100644
index 96a60cb..0000000
--- a/recipes-bsp/libubootenv/libubootenv_0.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@ 
-require libubootenv.inc
-SRCREV = "bf6ff631c0e38cede67268ceb8bf1383b5f8848e"
diff --git a/recipes-bsp/libubootenv/libubootenv_git.bb b/recipes-bsp/libubootenv/libubootenv_git.bb
deleted file mode 100644
index 6f7c080..0000000
--- a/recipes-bsp/libubootenv/libubootenv_git.bb
+++ /dev/null
@@ -1,5 +0,0 @@ 
-require libubootenv.inc
-SRCREV = "92949816720d7af2ac722016e7a5b9a85ff141bc"
-PV = "0.1+git${SRCPV}"
-
-DEFAULT_PREFERENCE = "-1"
diff --git a/recipes-bsp/u-boot/u-boot-fw-utils%.bbappend b/recipes-bsp/u-boot/u-boot-fw-utils%.bbappend
deleted file mode 100644
index 17b0a05..0000000
--- a/recipes-bsp/u-boot/u-boot-fw-utils%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@ 
-do_install_append() {
-    install -d ${D}${libdir}
-    install -m 644  ${S}/tools/env/lib.a ${D}${libdir}/libubootenv.a
-}