Skip to content

Commit

Permalink
WIP: update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hnez committed Sep 18, 2024
1 parent 592fd2b commit 87fb7c0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=884d48c2aa7b82e1ad4a33909fab24b6"
SRC_URI = "git://github.com/nxp-imx/bcu;protocol=https;branch=master \
file://0001-CMakeLists-do-not-use-vendored-libcurl.patch \
"
SRCREV = "e3f9a83210260783e901d4973da8600be03bcf04"
SRCREV = "04fecca3706896820c0119538c7545cbe52e85ed"

S = "${WORKDIR}/git"

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require github-act-runner.inc

SRCREV = "8d74b24282009d31757b94f7ddb9272aeec90e05"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require gitlab-runner.inc

SRC_URI = "git://gitlab.com/gitlab-org/gitlab-runner.git;branch=16-11-stable;protocol=https"
SRCREV = "535ced5fe5988490061ce316fc49529575e8e58b"
SRC_URI = "git://gitlab.com/gitlab-org/gitlab-runner.git;branch=17-3-stable;protocol=https"
SRCREV = "66269445606da32c52be605feba6d70fc1a8fb0d"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inherit cargo
# DEFAULT_PREFERENCE = "-1"

SRC_URI += "git://github.com/ClementTsang/bottom.git;protocol=https;branch=main"
SRCREV = "6d251098710f3119af11ecdd8761929acb010fab"
SRCREV = "2ec1fb56c9db0b37acc4eca3230adfb52720376b"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit cargo
# how to get ripgrep could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/ripgrep/12.1.1"
SRC_URI += "git://github.com/BurntSushi/ripgrep.git;protocol=https;branch=master"
SRCREV = "e50df40a1967708b9781486b1c017e48040bceb0"
SRCREV = "4649aa9700619f94cf9c66876e9549d83420e16c"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = ""
PV:append = ".AUTOINC+9c8d873a75"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DESCRIPTION = "Image deployment tool for i.MX chips"
HOMEPAGE = "https://github.com/NXPmicro/mfgtools"

SRC_URI = "https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_source-uuu_${PV}.tar.gz"
SRC_URI[sha256sum] = "6e65fc028afacc94b805ae376e3da3864dcb2570d425037820e716207ab70373"
SRC_URI[sha256sum] = "723d3da358e6af974a056e3adbcb105fac9dad4b87544de0d22b8c974a8037aa"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5"
Expand Down

0 comments on commit 87fb7c0

Please sign in to comment.