From: Nitin A Kamble <[email protected]> This v6 pull request fixes an issue found on the v5, where the core-image-minimal image was failing to build, due to missing dependencies. The issues is now fixed by using the MACHINE_ESSENTIAL_EXTRA_RDEPENDS variable which also applies to the core-minimal images, in place of the MACHINE_EXTRA_RDEPENDS variable.
Also 2 commits from the v5 set which both were modifying the meta-intel.inc are combined into one. Thanks, Nitin The following changes since commit b89a7c533df4fa17d8c239e674b0af83253a65b6: linux-yocto: Use _append when overrides are used (2014-09-02 16:05:02 -0500) are available in the git repository at: git://git.yoctoproject.org/meta-intel-contrib nitin/ucode http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/ucode Nitin A Kamble (4): meta-intel BSPs: include meta-intel.inc iucode-tool: a new recipe for loading Intel CPU microcode intel-microcode: a recipe for Intel microcode datafile meta-intel BSPs: enable microcode loading support for images common/custom-licenses/Intel-Microcode-License | 123 +++++++++++++++++++++ .../microcode/intel-microcode_20140624.bb | 52 +++++++++ common/recipes-core/microcode/iucode-tool_1.0.2.bb | 25 +++++ conf/machine/include/meta-intel.inc | 7 ++ meta-crownbay/conf/machine/crownbay-noemgd.conf | 1 + meta-emenlow/conf/machine/emenlow-noemgd.conf | 1 + meta-fri2/conf/machine/fri2-noemgd.conf | 1 + meta-jasperforest/conf/machine/jasperforest.conf | 1 + meta-nuc/conf/machine/nuc.conf | 1 + meta-sugarbay/conf/machine/sugarbay.conf | 1 + 10 files changed, 213 insertions(+) create mode 100644 common/custom-licenses/Intel-Microcode-License create mode 100644 common/recipes-core/microcode/intel-microcode_20140624.bb create mode 100644 common/recipes-core/microcode/iucode-tool_1.0.2.bb -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
