mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-microcode: Add a iucode-tool runtime dependency
The iucode-tool is needed for applying microcode updates from userland. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
parent
c32b593803
commit
c846832819
|
@ -17,6 +17,7 @@ SRC_URI = "http://downloadmirror.intel.com/23984/eng/microcode-20140624.tgz"
|
||||||
SRC_URI[md5sum] = "eec20032e6bef99dc4282c0ca317e100"
|
SRC_URI[md5sum] = "eec20032e6bef99dc4282c0ca317e100"
|
||||||
SRC_URI[sha256sum] = "b4662ac780438a7b2d87e6d26a7066feb807f37c6e5b6fa147089f4edb02ea37"
|
SRC_URI[sha256sum] = "b4662ac780438a7b2d87e6d26a7066feb807f37c6e5b6fa147089f4edb02ea37"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "iucode-tool"
|
||||||
DEPENDS = "iucode-tool-native"
|
DEPENDS = "iucode-tool-native"
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user