| Message ID | 20220729194454.15257-1-reatmon@ti.com |
|---|---|
| State | Rejected |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,dunfell] ti-linux-fw: Create K3_IMAGE_GEN_BRANCH variable | expand |
meta-arago / na / 20220729194454.15257-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: FAIL
=========================================================
dunfell
=====================
Summary:
- Patch Series: [meta-arago][dunfell][PATCH] ti-linux-fw: Create K3_IMAGE_GEN_BRANCH variable
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Fri, 29 Jul 2022 14:44:54 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 358897b48cfb72c3e7497933664f3de2fec70c01
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: dunfell
- Commit Author: Randolph Sapp <rs@ti.com>
- Commit Subject: meta-arago-distro: linux-firmware: remove cadence firmware
- Commit SHA: 86d19ced20934c8383c8a39f88d97c72e7e929ee
Patches
----------------------------------------
FAIL - [meta-arago][dunfell][PATCH] ti-linux-fw: Create K3_IMAGE_GEN_BRANCH variable
error: recipes-bsp/ti-linux-fw/ti-linux-fw.inc: does not exist in index
Applying: ti-linux-fw: Create K3_IMAGE_GEN_BRANCH variable
Patch failed at 0001 ti-linux-fw: Create K3_IMAGE_GEN_BRANCH variable
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 8aaf1559..0d947b49 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -29,9 +29,11 @@ K3_IMAGE_GEN_SRCREV ?= "85a70059fc24242ea03653a5014b98100e4da2d6" SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT = "imggen" +K3_IMAGE_GEN_BRANCH ?= "master" + SRC_URI = " \ git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH} \ - git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \ + git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=${K3_IMAGE_GEN_BRANCH};destsuffix=imggen;name=imggen \ " S = "${WORKDIR}/git"
For the upcoming CICD flow we need to control the branch for all of the needed packages. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)