| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replaces all uses of PRINC with the form:
PRINC := "${@int(PRINC) + N}"
Where N is the previously assigned value plus one to ensure a
monotonically increasing PRINC value.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
CC: Saul Wold <sgw@linux.intel.com>
CC: Nitin Kamble <nitin.a.kamble@intel.com>
|
|
|
|
|
|
|
|
| |
This allows meta-intel sub-layers to coexist with meta-yocto when building
formfactor for different machines with the same layer setup.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a second machine to the meta-crownbay BSP that uses generic
vesa graphics instead of the Intel-proprietary straight 'crownbay'
version that does.
The name of the new machine is 'crownbay-noemgd'.
Though the graphics quality isn't as nice, the binaries for this
version can be distributed without any need for license click-throughs
or the manual step currently required for the EMGD version.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
|
|
This layer provides support for Tunnel Creek + Topcliff Intel systems
to laverne (0.90).
It supports the E6xx embedded on-chip graphics via the Intel Embedded
Media and Graphics Driver (EMGD) 1.5 Gold Driver.
The EMGD and EG20T PCH kernel drivers are of course GPL'ed and are
submitted in a separate patchset for the 2.6.34 yocto kernel.
The userspace X drivers and supporting libraries however are closed
and need to be manually copied into the layer before building. The
details on how to do this can be found in the README doc in
meta-crownbay/.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
|