Message ID | 20250317183724.31563-3-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Update and cleanup sysrepo packages | expand |
diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb index faa98b41..3e9afc8b 100644 --- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb +++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb @@ -13,7 +13,7 @@ PR = "r1" PV:append = "+git" SRCREV = "e6f5e9cb24d38b209e8ced9ddef08f176b28fdc8" -BRANCH ?= "cicd" +BRANCH ?= "master" SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https" SRC_URI:prepend = "git://git.ti.com/git/test-automation/ltp-ddt.git;protocol=https;branch=${BRANCH} "
During initial deployment, we were pointing to the cicd branch. We no longer need this, we can point back to the master branch. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)