mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 06:17:51 +00:00
libdce: Runtime depend on IPU firmware not the other way around
The DCE library depends on the firmware to function, the firmware has no dependency on any one userspace library. Switch the runtime dependency around here. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
16436e765d
commit
333fb071e7
@@ -9,8 +9,6 @@ inherit features_check
|
||||
|
||||
REQUIRED_MACHINE_FEATURES = "mmip"
|
||||
|
||||
RDEPENDS:${PN} = "libdce"
|
||||
|
||||
SRC_URI = "git://git.ti.com/git/ivimm/ipumm.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5"
|
||||
|
||||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "libdrm ti-ipc"
|
||||
RDEPENDS:${PN} += "ipumm-fw"
|
||||
|
||||
SRC_URI = "git://git.ti.com/git/omapzoom/libdce.git;protocol=https;branch=master"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user