diff options
| author | Randolph Sapp <rs@ti.com> | 2024-01-25 16:09:35 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-02-06 09:18:18 -0600 |
| commit | 6059a3fd011f5989d1904ffaa4cba781fadf3ca6 (patch) | |
| tree | 490ba337235cfede6020b9aa103cd2941c65402c /meta-ti-bsp/recipes-graphics | |
| parent | cca4537afd2ccd3daac418c37070073f2283e151 (diff) | |
| download | meta-ti-6059a3fd011f5989d1904ffaa4cba781fadf3ca6.tar.gz | |
ti-img-rogue-umlibs: remove the dev package
If Yocto even sees a "-dev" package in the PACKAGES string it will
automatically forward all dev-so links to that package. Remove that
entry from the PACKAGES string so we get the required links again.
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-graphics')
| -rw-r--r-- | meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb index 51ab828e..5ad32d41 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.2.6460340.bb | |||
| @@ -10,7 +10,7 @@ INHIBIT_DEFAULT_DEPS = "" | |||
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 11 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx|am62pxx|j722s" | 11 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx|am62pxx|j722s" |
| 12 | 12 | ||
| 13 | PR = "r2" | 13 | PR = "r3" |
| 14 | 14 | ||
| 15 | BRANCH = "linuxws/kirkstone/k6.1/${PV}" | 15 | BRANCH = "linuxws/kirkstone/k6.1/${PV}" |
| 16 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" | 16 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" |
| @@ -89,7 +89,6 @@ PACKAGES = " \ | |||
| 89 | ${@bb.utils.contains('PACKAGECONFIG', 'opencl', d.getVar('OPENCL_PACKAGES'), '', d)} \ | 89 | ${@bb.utils.contains('PACKAGECONFIG', 'opencl', d.getVar('OPENCL_PACKAGES'), '', d)} \ |
| 90 | ${PN}-tools \ | 90 | ${PN}-tools \ |
| 91 | ${PN}-firmware \ | 91 | ${PN}-firmware \ |
| 92 | ${PN}-dev \ | ||
| 93 | ${PN} \ | 92 | ${PN} \ |
| 94 | " | 93 | " |
| 95 | 94 | ||
