From 87fb7c0be5c926e92c5521a1102da6ca1ce91c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Wed, 18 Sep 2024 16:12:38 +0200 Subject: [PATCH] WIP: update stuff --- .../recipes-devtools/bcu/{bcu_1.1.75.bb => bcu_1.1.92.bb} | 2 +- .../github-act-runner/github-act-runner_0.6.10.bb | 3 --- .../github-act-runner/github-act-runner_0.8.0.bb | 3 +++ .../{gitlab-runner_16.11.1.bb => gitlab-runner_17.3.1.bb} | 4 ++-- .../recipes-rust/bottom/{bottom_0.9.6.bb => bottom_0.10.2.bb} | 2 +- meta-lxatac-software/recipes-rust/ripgrep/ripgrep_14.1.0.bb | 2 +- .../imx-uuu/{imx-uuu_1.5.165.bb => imx-uuu_1.5.182.bb} | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) rename meta-lxatac-software/recipes-devtools/bcu/{bcu_1.1.75.bb => bcu_1.1.92.bb} (88%) delete mode 100644 meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.6.10.bb create mode 100644 meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.8.0.bb rename meta-lxatac-software/recipes-devtools/gitlab-runner/{gitlab-runner_16.11.1.bb => gitlab-runner_17.3.1.bb} (52%) rename meta-lxatac-software/recipes-rust/bottom/{bottom_0.9.6.bb => bottom_0.10.2.bb} (99%) rename meta-lxatac-software/recipes-support/imx-uuu/{imx-uuu_1.5.165.bb => imx-uuu_1.5.182.bb} (84%) diff --git a/meta-lxatac-software/recipes-devtools/bcu/bcu_1.1.75.bb b/meta-lxatac-software/recipes-devtools/bcu/bcu_1.1.92.bb similarity index 88% rename from meta-lxatac-software/recipes-devtools/bcu/bcu_1.1.75.bb rename to meta-lxatac-software/recipes-devtools/bcu/bcu_1.1.92.bb index 49c65eaf..5c513e6c 100644 --- a/meta-lxatac-software/recipes-devtools/bcu/bcu_1.1.75.bb +++ b/meta-lxatac-software/recipes-devtools/bcu/bcu_1.1.92.bb @@ -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" diff --git a/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.6.10.bb b/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.6.10.bb deleted file mode 100644 index 9f922c82..00000000 --- a/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.6.10.bb +++ /dev/null @@ -1,3 +0,0 @@ -require github-act-runner.inc - -SRCREV = "2a2c5ff501cc894daaf4a333d829419802a9abca" diff --git a/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.8.0.bb b/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.8.0.bb new file mode 100644 index 00000000..a4c34b50 --- /dev/null +++ b/meta-lxatac-software/recipes-devtools/github-act-runner/github-act-runner_0.8.0.bb @@ -0,0 +1,3 @@ +require github-act-runner.inc + +SRCREV = "8d74b24282009d31757b94f7ddb9272aeec90e05" diff --git a/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_16.11.1.bb b/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_17.3.1.bb similarity index 52% rename from meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_16.11.1.bb rename to meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_17.3.1.bb index 7c42656b..011d1d21 100644 --- a/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_16.11.1.bb +++ b/meta-lxatac-software/recipes-devtools/gitlab-runner/gitlab-runner_17.3.1.bb @@ -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" diff --git a/meta-lxatac-software/recipes-rust/bottom/bottom_0.9.6.bb b/meta-lxatac-software/recipes-rust/bottom/bottom_0.10.2.bb similarity index 99% rename from meta-lxatac-software/recipes-rust/bottom/bottom_0.9.6.bb rename to meta-lxatac-software/recipes-rust/bottom/bottom_0.10.2.bb index ad168b17..7e006c65 100644 --- a/meta-lxatac-software/recipes-rust/bottom/bottom_0.9.6.bb +++ b/meta-lxatac-software/recipes-rust/bottom/bottom_0.10.2.bb @@ -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 = "" diff --git a/meta-lxatac-software/recipes-rust/ripgrep/ripgrep_14.1.0.bb b/meta-lxatac-software/recipes-rust/ripgrep/ripgrep_14.1.0.bb index c9ce75c9..7f4912a2 100644 --- a/meta-lxatac-software/recipes-rust/ripgrep/ripgrep_14.1.0.bb +++ b/meta-lxatac-software/recipes-rust/ripgrep/ripgrep_14.1.0.bb @@ -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" diff --git a/meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.165.bb b/meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.182.bb similarity index 84% rename from meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.165.bb rename to meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.182.bb index 91ce5c19..26c40282 100644 --- a/meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.165.bb +++ b/meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.182.bb @@ -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"