mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-microcode: Mark as x86-specific
Previously iucode-tool was marked as x86-specific but this recipe also needs to be marked as it depends on iucode-tool. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
parent
7c94dd034e
commit
1a3291f7b4
|
@ -21,7 +21,9 @@ RDEPENDS_${PN} = "iucode-tool"
|
|||
DEPENDS = "iucode-tool-native"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit deploy
|
||||
|
||||
# Use any of the iucode_tool parameters to filter specific microcodes from the data file
|
||||
|
|
Loading…
Reference in New Issue
Block a user