- May 29, 2012
-
-
Darren Hart authored
Expand the README to provide more details about the device as well as how to configure and interract with it. List known issues. Signed-off-by:
Darren Hart <dvhart@linux.intel.com> CC: Scott Rifenbark <scott.m.rifenbark@intel.com>
-
- May 25, 2012
-
-
Darren Hart authored
The FRI2 has an analog and digital playback device. Enable both by default. Enable line-in capture. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
The default interfaces file sets usb0 up as static inet. As the FRI2 is more likely to use the usb0 interface for a cellular modem, this is inappropriate. Drop usb0 from /etc/network/interfaces entirely and rely on ofono to set it up. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Tom Zanussi authored
Update the README.sources for all the meta-intel BSPs to reflect final Yocto tarball location for denzil. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- May 23, 2012
-
-
Darren Hart authored
The 3.0 based boards are lazy compared to our new modern ones. Without this patch, the linux-yocto-3.0 kernel do_patch() task would fail with: /srv/home/pokybuild/yocto-autobuilder/yocto-slave/cedartrail/build/build/tmp/sysroots/x86_64-linux/usr/bin/updateme: line 434: yocto/standard/cedartrail-standard.scc: No such file or directory Setting the KBRANCH explicitly avoids this issue. This brings the following recipes inline with the fri2 and sys940x BSPs. Fix proposed by Bruce Ashfield. Testing: Built linux-yocto_3.0 for all machines involved, including the nopvr, noemgd variants. All built linux-yocto_3.0 successfully. Signed-off-by:
Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Kishore Bodke <kishore.k.bodke@intel.com>
-
- May 22, 2012
-
-
Kishore Bodke authored
Point to the latest version of PVR Graphics driver. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Christopher Hallinan authored
Note: this patch has already been submitted against other BSPs, originally submitted to oe-core by Gary Thomas. I ran into this same issue building MACHINE=emenlow on my own Z530 platform. There are likely others as well where this needs to be applied. Upstream is here: https://bugs.freedesktop.org/show_bug.cgi?id=18451 PR has been bumped. Signed-off-by:
Christopher Hallinan <challinan@gmail.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- May 18, 2012
-
-
Tom Zanussi authored
Add an INSANE_SKIP for ldflags, since these are binaries we have no control over. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- May 17, 2012
-
-
Tom Zanussi authored
Update linux-yocto_3.2 kernel SRCREVS for crownbay, emenlow, fishriver, jasperforest, and sugarbay. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- May 08, 2012
-
-
Tom Zanussi authored
SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- May 07, 2012
-
-
Darren Hart authored
Update the fri2 linux-yocto bbappends to take advantage of the recent fri2 meta updates in the linux-yocto repository: commit 72d9369a79ab91d6dba3ce95fa4769d75be5f1fa Author: Darren Hart <dvhart@linux.intel.com> Date: Tue May 1 15:13:26 2012 -0700 fri2: Cleanup fri2-$KTYPE.scc files re efi-ext.scc The efi-ext.scc fragment is not part of the standard or preempt-rt standard features. It is instead a BSP specific feature added to these ktypes. Rearrange the meta-data accordingly. Signed-off-by:
Darren Hart <dvhart@linux.intel.com> commit dbcb1205e3fb95b32f1856e4bf6745fe52f5e5f4 Author: Darren Hart <dvhart@linux.intel.com> Date: Tue May 1 15:13:25 2012 -0700 fri2: Use emgd-1.10 feature and branch Update the fri2-standard.scc description to use the new emgd feature and branch name. Without this change the emgd driver is not merged and not built. Signed-off-by:
Darren Hart <dvhart@linux.intel.com> Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
Accept the default version of the emgd driver, 1.8 is no longer available anyway. This avoids the warning about 1.8 not being available. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
Prefer the 3.2 version of linux-yocto. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
Using the default assignment operator (?=) requires the including recipes to ensure to assign the Linux kernel provider and version prior to including ia32-base.inc. By use the weak default assignment operator (??=), the assignment can come after the inclusion, which avoids confusion and can lead to a more natural recipe structure. Signed-off-by:
Darren Hart <dvhart@linux.intel.com> Acked-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Darren Hart authored
Add the Inforce Computing website product URL for the SYS940X reference plaform to the sys940x bsp README. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
Per the following commit, sys940x also uses emgd and requires the same treatment. commit b612c79f Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Wed Apr 25 21:15:06 2012 +0100 common/meta-graphics: Add xf86-input-evdev 2.6.0 This is needed by the pvr graphics stacks since newer versions won't build with the older xserver those platforms are using. Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
Update the PREFERRED_VERSION to 3.2. Drop cfg/smp.scc as this is now included in common-pc. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
In preparation for linux-firmware updates from new BSPs, move the fri2 linux-firmware bbappend into meta-intel/common. Eventually this should be moved into oe-core. Signed-off-by:
Darren Hart <dvhart@linux.intel.com> Acked-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Darren Hart authored
Update the Fish River Island II BSPs to build using linux-yocto_3.2 by default. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
- May 04, 2012
-
-
Kishore Bodke authored
Yocto/pvr branch has been updated with new kernel patches. So update the SRCREV for the same. Add SRC_URI to build Cedartrail with nopvr version. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Apr 26, 2012
-
-
Tom Zanussi authored
Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Apr 25, 2012
-
-
Tom Zanussi authored
meta-cedartrail merges yocto/pvr via the back-end kernel tooling, but there's nothing to tell it when it needs to be re-fetched. Add pvr to the SRC_URI along with its current SRCREV, so the git fetcher can determine whether or not it needs to refetch the repo. Fixes [YOCTO #2294]. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Richard Purdie authored
Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Tom Zanussi authored
This is needed by the pvr graphics stack since newer versions won't build w the older xserver this BSP is using. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Richard Purdie authored
This is needed by the pvr graphics stacks since newer versions won't build with the older xserver those platforms are using. Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
- Apr 19, 2012
-
-
Tom Zanussi authored
kernel26 is now a no-op so don't use it. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com> Acked-by:
Darren Hart <dvhart@linux.intel.com>
-
- Apr 13, 2012
-
-
Kishore Bodke authored
Update the SRCREV to include the 82580 Gigabit ethernet driver from meta branch for the romley machine. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Apr 12, 2012
-
-
Kishore Bodke authored
Add instructions on how to build with pvr graphics support and how to build with custom image. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Kishore Bodke authored
This recipes builds the custom images with builtin features like web-kit and adds the Audio and Video media samples. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Kishore Bodke authored
This recipe adds sample Audio files and Video files for testing with pvr Acceleration driver. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Kishore Bodke authored
Have two separte machconfig for supporting both pvr and vesa version. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Kishore Bodke authored
Cedartrail-nopvr statement added to support both pvr and nopvr versions. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Kishore Bodke authored
New recipe for PVR graphics support. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Kishore Bodke authored
Have two xorg.conf files. One for pvr-graphics driver. One for vesa graphics driver. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Kishore Bodke authored
Add EFI support and update the SRCREVS for pvr version of build. Add pvr merge scc file to pull in the pvr patches. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Kishore Bodke authored
Have two machine.conf files. One for pvr and the other for no-pvr. PVR machine.conf has the both pcbios and efi support. no-pvr has only pcbios support. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Apr 05, 2012
-
-
Kishore Bodke authored
Switching Romley to 3.2 kernel. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
- Mar 23, 2012
-
-
Darren Hart authored
Add dvhart as the FRI2 maintainer. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-