diff options
| author | Ross Burton <ross.burton@intel.com> | 2015-01-07 11:56:20 +0000 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2015-01-07 09:13:12 -0600 |
| commit | 1a3291f7b4c6347dba600078bccda87a654b379d (patch) | |
| tree | 7269981eaeaed0a45d7ba858153f5d3ee2b332b8 /common/recipes-core | |
| parent | 7c94dd034eeb9893ac1452bfe1003e91cf9ff50e (diff) | |
| download | meta-intel-1a3291f7b4c6347dba600078bccda87a654b379d.tar.gz | |
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>
Diffstat (limited to 'common/recipes-core')
| -rw-r--r-- | common/recipes-core/microcode/intel-microcode_20140624.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/recipes-core/microcode/intel-microcode_20140624.bb b/common/recipes-core/microcode/intel-microcode_20140624.bb index ca033282..b2022500 100644 --- a/common/recipes-core/microcode/intel-microcode_20140624.bb +++ b/common/recipes-core/microcode/intel-microcode_20140624.bb | |||
| @@ -21,7 +21,9 @@ RDEPENDS_${PN} = "iucode-tool" | |||
| 21 | DEPENDS = "iucode-tool-native" | 21 | DEPENDS = "iucode-tool-native" |
| 22 | S = "${WORKDIR}" | 22 | S = "${WORKDIR}" |
| 23 | 23 | ||
| 24 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | ||
| 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 25 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 26 | |||
| 25 | inherit deploy | 27 | inherit deploy |
| 26 | 28 | ||
| 27 | # Use any of the iucode_tool parameters to filter specific microcodes from the data file | 29 | # Use any of the iucode_tool parameters to filter specific microcodes from the data file |
