On 4/14/23 11:13 AM, Randolph Sapp via lists.yoctoproject.org wrote:
On 4/6/23 19:59, Randolph Sapp via lists.yoctoproject.org wrote:diff --git a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.18.6276027.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_23.1.6404501.bb similarity index 86% rename from meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.18.6276027.bb rename to meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_23.1.6404501.bb index 94d14ded..38d0556b 100644 --- a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.18.6276027.bb +++ b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_23.1.6404501.bb @@ -10,9 +10,9 @@ COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx" PR = "r2" -BRANCH = "linuxws/kirkstone/k5.10/${PV}" -SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" -SRCREV = "51e598919641d51156a631efa5447124a3c0f543" +BRANCH = "linuxws/kirkstone/k6.1/${PV}" +SRC_URI ="git://[email protected]/graphics/8xe-ddk-rogue_umlibs.git;protocol=ssh;branch=${BRANCH}" +SRCREV = "49958a8e820a321d22ac3c635bd21d4a3118c006" S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" TARGET_PRODUCT:j721e = "j721e_linux"Rats, accidentally committed the SRC_URI of the test repo. Fixed in v2.
An easy way to prevent this in the future, and make your life easier, is to just make an .bbappend with changes for local testing. Or even better, have devtool do that for you. It can even have the append file point to a local checked out repo, so you don't need to have a remote test repo at all. Andrew
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16401): https://lists.yoctoproject.org/g/meta-ti/message/16401 Mute This Topic: https://lists.yoctoproject.org/mt/98265521/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
