All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Trevor Woerner" <twoerner@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [meta-rockchip][PATCH 2/2] wic cleanup
Date: Wed, 12 Feb 2020 08:18:35 -0500	[thread overview]
Message-ID: <20200212131835.34100-2-twoerner@gmail.com> (raw)
In-Reply-To: <20200212131835.34100-1-twoerner@gmail.com>

Now that we've switched to using wic for image layout, we can remove the
unused recipes for proprietary vendor tools.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 .../mkbootimg/mkbootimg-native_git.bb         | 24 ----------------
 .../rkflashtool/rkflashtool-native_git.bb     | 28 -------------------
 2 files changed, 52 deletions(-)
 delete mode 100644 recipes-support/mkbootimg/mkbootimg-native_git.bb
 delete mode 100644 recipes-support/rkflashtool/rkflashtool-native_git.bb

diff --git a/recipes-support/mkbootimg/mkbootimg-native_git.bb b/recipes-support/mkbootimg/mkbootimg-native_git.bb
deleted file mode 100644
index 3d3ea39..0000000
--- a/recipes-support/mkbootimg/mkbootimg-native_git.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (C) 2014 Romain Perier <romain.perier@gmail.com>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-DESCRIPTION = "Tools to create firmware / boot images for Rockchip devices"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://mkbootimg.c;beginline=3;endline=15;md5=b18126d1bbc60ae5dbc31ef949a6f1c3"
-
-DEPENDS += "openssl-native"
-SRC_URI="git://github.com/neo-technologies/rockchip-mkbootimg.git"
-SRCREV = "dcfdea23d8a223ec68f09789ebf38fc8b832e5d6"
-PR = "r1"
-PV = "0.1+git${SRCREV}"
-
-inherit base native
-
-S = "${WORKDIR}/git"
-
-do_compile() {
-    oe_runmake LDFLAGS="$LDFLAGS -lcrypto"
-}
-
-do_install() {
-    oe_runmake PREFIX=${prefix} DESTDIR=${D} install
-}
diff --git a/recipes-support/rkflashtool/rkflashtool-native_git.bb b/recipes-support/rkflashtool/rkflashtool-native_git.bb
deleted file mode 100644
index fc3e68f..0000000
--- a/recipes-support/rkflashtool/rkflashtool-native_git.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright (C) 2014 Romain Perier <romain.perier@gmail.com>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-DESCRIPTION = "Tools for flashing Rockchip devices"
-LICENSE = "ASIS"
-LIC_FILES_CHKSUM = "file://rkcrc.c;beginline=1;endline=25;md5=5c55527c991502a9b86b768674cdcff5"
-
-DEPENDS += "libusb-native"
-SRC_URI="git://github.com/linux-rockchip/rkflashtool.git"
-SRCREV = "${AUTOREV}"
-PR = "r1"
-PV = "0.1+git${SRCREV}"
-
-inherit native
-
-S = "${WORKDIR}/git"
-
-do_compile() {
-    oe_runmake
-}
-
-do_install() {
-    install -d ${D}/${prefix}/bin
-
-    for tool in rkcrc rkflashtool rkmisc rkpad rkparameters rkunpack rkunsign; do
-        install -m 0755 ${S}/${tool} ${D}/${prefix}/bin/${tool}    
-    done
-}
-- 
2.25.0.114.g5b0ca878e0


      reply	other threads:[~2020-02-12 13:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12 13:18 [meta-rockchip][PATCH 1/2] veyron-speedy: remove machine Trevor Woerner
2020-02-12 13:18 ` Trevor Woerner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200212131835.34100-2-twoerner@gmail.com \
    --to=twoerner@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.