[Buildroot] [PATCH] intel-microcode: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Sep 20 20:36:46 UTC 2012


Dear Richard Braun,

On Thu, 20 Sep 2012 17:12:29 +0200, Richard Braun wrote:

> +INTEL_MICROCODE_VERSION = 20120606
> +INTEL_MICROCODE_SOURCE = microcode-$(INTEL_MICROCODE_VERSION).tgz
> +INTEL_MICROCODE_SITE = http://downloadmirror.intel.com/21385/eng
> +INTEL_MICROCODE_LICENSE = PROPRIETARY

Is there a license file somewhere that states that even though it is
proprietary, one has the right to redistribute the binaries?

> +# N.B. Don't strip any path components during extraction.
> +define INTEL_MICROCODE_EXTRACT_CMDS
> +	gzip -d -c $(DL_DIR)/$(INTEL_MICROCODE_SOURCE) | tar --strip-components=0 -C $(INTEL_MICROCODE_DIR) -xf -

You can use $(@D) instead of $(INTEL_MICROCODE_DIR) here.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list