[meta-intel] [PATCH 1/2] meta-intel.inc: Enable ASPEED Tech Graphic Card

2013-11-18 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This is to enable ASPEED Technology graphic card that is bundled inside certain Intel customer reference board. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- conf/machine/include/meta-intel.inc |2 ++ 1 file changed, 2 insertions(+)

[meta-intel] [PATCH 2/2] xf86-video-ast: Enable ASPEED Tech Graphic Card

2013-11-18 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com New recipe creation to enable ASPEED Technology graphic card. Signed-off-by: Ong Boon Leong boon.leong@intel.com --- .../xorg-driver/xf86-video-ast_0.98.0.bb | 20 1 file changed, 20 insertions(+) create mode

[meta-intel] [PATCH 0/2] meta-intel: ASPEED Tech Graphic Card recipe creation

2013-11-18 Thread boon . leong . ong
From: Ong Boon Leong boon.leong@intel.com This patchset is to enable ASPEED Technology grapchic card for X.Org. This is required because certain Intel customer reference board is using this type of graphic card, e.g. Intel Atom processor C2000 product family Development Kit. Please pull this

Re: [meta-intel] [PATCH 2/2] xf86-video-ast: Enable ASPEED Tech Graphic Card

2013-11-18 Thread Burton, Ross
On 18 November 2013 07:57, boon.leong@intel.com wrote: +DEPENDS += virtual/libx11 drm xf86driproto glproto virtual/libgl libpciaccess The configure script doesn't appear to check for GL or DRM but does check for Xv which you've not listed. Please start from an empty DEPENDS and add