Has anyone tried to build a linux-yocto kernel for the BeagleBone? I
understand that there is the meta-ti layer to build an image for the BBone
but the recipes are not utilizing the Yocto Project kernels.
I know that the OMAP3 CPU of the BBoard is different form the AM355x CPU on
the BBone. Howeve
The first draft of the reorganized bugzilla is available for feedback
now at https://bugzilla.yoctodev.org/. Outgoing e-mail is currently
disabled on this preview copy. Please feel free to take a look and see
if you spot any errors. Additional refinement of product or component
descriptions will b
Include the USB CDC_NCM driver as built-in. Comment out i2c features that are
not yet ready for use.
Signed-off-by: Darren Hart
---
meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 18 ++
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/fri2/fr
The standard and preempt-rt kernels both support live boot and are expected to
support general use cases. Include support for usb-mass-storage.
Signed-off-by: Darren Hart
---
meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc |1 +
meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc |1 +
Drop support for hardware that isn't present on the FRI2 or that is included by
other features (such as usb-mass-storage).
Signed-off-by: Darren Hart
---
meta/cfg/kernel-cache/bsp/fri2/fri2.cfg |5 -
meta/cfg/kernel-cache/bsp/fri2/fri2.scc |6 +-
2 files changed, 1 insertions(+),
Comment said iwlan instead of iwlagn, which could cause some confusion when
verifying what is required.
Signed-off-by: Darren Hart
---
meta/cfg/kernel-cache/features/iwlagn/iwlagn.scc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/cfg/kernel-cache/features/iwlagn/
Basically a copy of iwlagn for the iwlwifi driver.
Signed-off-by: Darren Hart
---
meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg |6 ++
meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.scc |6 ++
2 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 meta/cfg/ker
o Make use of the new USB HCD fragments
o Drop the unused iwlagn driver
o Add the i2c gpio and accelerometer devices
Signed-off-by: Darren Hart
---
meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 14 --
meta/cfg/kernel-cache/bsp/fri2/fri2.scc |7 +--
2 files changed, 13 insertion
The following changes since commit 49f931bc294d5b6be60502bbd448cff5aa766235:
meta/fishriver: remove redundant features and options (2012-05-14 17:10:36
-0500)
are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib dvhart/meta/fri2
http://git.yoctopro
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
CC: Scott Rifenbark
---
meta-fri2/README | 190 --
1 files changed, 183 insertions(+),
The FRI2 has an analog and digital playback device. Enable both by default.
Enable line-in capture.
Signed-off-by: Darren Hart
---
.../recipes-bsp/alsa-state/alsa-state.bbappend |1 +
.../alsa-state/alsa-state/fri2-noemgd/asound.state | 411
.../alsa-state/alsa-sta
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
---
meta-fri2/netbase/files/fri2-n
Update the README with device details and known issues. Update the device
specific netbase and alsa-state bbappends and associated config files.
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On 05/25/2012 02:00 PM, tom.zanu...@intel.com wrote:
> From: Tom Zanussi
>
> Update the README.sources for all the meta-intel BSPs to reflect final
> Yocto tarball location for denzil.
>
> Signed-off-by: Tom Zanussi
Acked-by: Darren Hart
> ---
> meta-cedartrail/README.sources |2 +-
From: Tom Zanussi
Have crownbay use gst-va-intel and va-intel so we can easily test and
make use of the video acceleration capabilities of this machine.
Also have it use the gst-va-mixvideo so the emgd mixvideo components
get selected.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine
From: Tom Zanussi
Add support for the Intel Active Management Technology (AMT) Local
Manageability Service (LMS) daemon.
The Intel LMS daemon allows applications to access the Intel AMT
firmware via the Intel Management Engine Interface (MEI).
Signed-off-by: Tom Zanussi
---
.../amt/lms/atnetw
From: Tom Zanussi
Have sugarbay use gst-va-intel and va-intel so we can easily test and
make use of the video acceleration capabilities of this machine.
Signed-off-by: Tom Zanussi
---
meta-sugarbay/conf/machine/sugarbay.conf |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff -
From: Tom Zanussi
Have chiefriver use gst-va-intel and va-intel so we can easily test
and make use of the video acceleration capabilities of this machine.
Signed-off-by: Tom Zanussi
---
meta-chiefriver/conf/machine/chiefriver.conf |4
1 files changed, 4 insertions(+), 0 deletions(-)
From: Tom Zanussi
We need some libraries for video acceleration which depend on the
video implementation being used e.g. vanilla intel vs emgd, so create
a new 'va-intel' package group for them.
Signed-off-by: Tom Zanussi
---
common/recipes-multimedia/libva/va-intel.bb | 20 +
From: Tom Zanussi
Use different versions of vaapi interface implementaion depending on
what a machine specifies. The default if no MACHINE_FEATURE is
specified is gstreamer-vaapi. Other machines may need a different
implementation e.g. a machine using emgd would specify
'gst-va-mixvideo' in its
From: Tom Zanussi
Based on the gstreamer-vaapi_0.2.5.bb recipe from the Yocto Project
meta-demo layer (git://git.yoctoproject.org/meta-demo):
commit a33dd433b629f08bc6517ef2ad3bdd36814ebe85
Author: Joshua Lock
Date: Tue Mar 22 12:11:42 2011 +
gstreamer-vaapi: new reci
From: Tom Zanussi
Signed-off-by: Tom Zanussi
---
MAINTAINERS |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0f6cb27..a4df96d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -36,6 +36,10 @@ CEDARTRAIL
M: Kishore Bodke
F: met
From: Tom Zanussi
According to the Intel graphics guys and Ubuntu, it's ok to now have
rc6 enabled by default (as long as rc6p is not also enabled).
Accordingly, we'll use the rc6 feature that enables it. If there are
problems, it can be easily disabled at build-time by removing tmp/rc6
from KE
From: Tom Zanussi
Chiefriver needs lms support for AMT, add it.
Signed-off-by: Tom Zanussi
---
meta-chiefriver/conf/machine/chiefriver.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-chiefriver/conf/machine/chiefriver.conf
b/meta-chiefriver/conf/machine/chi
From: Tom Zanussi
Add AMT/mei support as a kernel feature here instead of in the
linux-yocto metadata - mei support is currently a feature in staging,
and not everyone might want a tainted kernel.
Signed-off-by: Tom Zanussi
---
.../recipes-kernel/linux/linux-yocto_3.2.bbappend |2 ++
1 fi
From: Tom Zanussi
Video acceleration dependencies really don't belong in the XSERVER
variable - remove them; we'll add them back later via va-intel.
Signed-off-by: Tom Zanussi
---
conf/machine/include/ia32-base.inc |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/con
From: Tom Zanussi
Modify the description to clarify that these are gstreamer addons.
Signed-off-by: Tom Zanussi
---
.../recipes-multimedia/gstreamer/gst-va-intel.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/recipes-multimedia/gstreamer/gst-va-intel.bb
From: Tom Zanussi
We don't want gst-ffmpeg to use its own internal copy of ffmpeg, but
rather an updated external version with security updates and bugfixes.
So add a .bbappend that allows us to make use of --with-system-ffmpeg
for that purpose.
Signed-off-by: Tom Zanussi
---
.../gstreamer/gs
From: Tom Zanussi
Enable yasm for the ffmpeg build - we don't want a 'crippled build' or
lipsync problems.
Signed-off-by: Tom Zanussi
---
common/recipes-multimedia/ffmpeg/ffmpeg.inc |2 +-
common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb |1 +
2 files changed, 2 insertions(+), 1
From: Tom Zanussi
x86 (SSE) assembler supporting NASM and GAS-syntaxes, needed by
ffmpeg.
Taken from oe-classic (git://git.openembedded.org/openembedded):
commit 22f72e1751108cf5092332a952fcbadec5cd1a0d
Author: Khem Raj
Date: Tue Mar 22 12:21:50 2011 -0700
yasm: Upgrade
From: Tom Zanussi
libpostproc needs --enable-gpl in order to be built. This essentially
changes ffmpeg's license to GPL v2+ as per the ffmpeg LICENSE file.
Signed-off-by: Tom Zanussi
---
common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb |1 +
1 files changed, 1 insertions(+), 0 deletions(
From: Tom Zanussi
Turn on vaapi support in ffmpeg to allow video acceleration via vaapi.
Signed-off-by: Tom Zanussi
---
common/recipes-multimedia/ffmpeg/ffmpeg.inc |2 +-
common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb |1 +
2 files changed, 2 insertions(+), 1 deletions(-)
dif
From: Tom Zanussi
This is a modified version of the ffmpeg recipe from oe-classic
(git://git.openembedded.org/openembedded), updated to ffmpeg-0.7.12,
along with some changes take from meta-demo
(git://git.yoctoproject.org/meta-demo).
The starting point ffmpeg recipe taken from oe-classic versio
From: Tom Zanussi
This upgrades libva to libva-1.0.15. Intel-specific changes have been
split out into intel-driver-1.0.15, contained in a separate recipe.
Signed-off-by: Tom Zanussi
---
common/recipes-multimedia/libva/libva_1.0.15.bb |8
1 files changed, 8 insertions(+), 0 delet
From: Tom Zanussi
libva was split in 1.0.15 into general and Intel-specific parts. This
recipe addresses the intel-specific part. The general part is
addressed in the separate libva_1.0.15.bb recipe.
Signed-off-by: Tom Zanussi
---
.../libva/libva-intel-driver.inc | 24 +++
From: Tom Zanussi
This layer provides support for Ivy Bridge + Panther Point Intel systems.
Signed-off-by: Tom Zanussi
---
meta-chiefriver/COPYING.MIT| 17 +++
meta-chiefriver/README | 107
meta-chiefriver/README.sourc
From: Tom Zanussi
This patchset implements a new BSP for the 'Chief River' platform, which
consists of the Intel Ivy Bridge processor and Panther Point PCH. It
assumes that the Ivy Bridge integrated graphics are being used.
It also adds a few new recipes related to video acceleration which are
From: Tom Zanussi
Add a feature to add RC6 kernel command-line options and turn on RC6
by default on SNB.
This is a 'temporary' feature in that these patches are already
upstream but we want them for certain machines, and we only want them
if the user says so by enabling the feature in recipe-sp
From: Tom Zanussi
Initial support for Ivy Bridge + Panther Point Intel systems.
Signed-off-by: Tom Zanussi
---
.../bsp/chiefriver/chiefriver-preempt-rt.scc | 12 +++
.../bsp/chiefriver/chiefriver-standard.scc | 11 ++
.../cfg/kernel-cache/bsp/chiefriver/chiefriver.cfg
From: Tom Zanussi
This patchset implements the initial kernel side of the chiefriver
BSP.
It also adds a 'temporary' feature needed for turning on rc6 support
from recipe-space. The code contained in the rc6 feature is already
upstream and this feature will be dropped in the next yocto kernel,
>-Original Message-
>From: Zanussi, Tom
>Sent: Friday, May 25, 2012 2:00 PM
>To: yocto@yoctoproject.org; Bodke, Kishore K; dvh...@linux.intel.com;
>Saxena, Rahul
>Cc: Zanussi, Tom
>Subject: [PATCH 0/1] meta-intel: update README.sources for all BSPs
>
>From: Tom Zanussi
>
>I took the libe
From: Tom Zanussi
Update the README.sources for all the meta-intel BSPs to reflect final
Yocto tarball location for denzil.
Signed-off-by: Tom Zanussi
---
meta-cedartrail/README.sources |2 +-
meta-crownbay/README.sources |2 +-
meta-emenlow/README.sources |2 +-
meta-fi
From: Tom Zanussi
I took the liberty of updating all the BSPs in meta-intel with the denzil
sources URL.
To those on the To list: please let me know if you don't want this for
your BSP(s).
The following changes since commit a62c485edffed30ea95658760948fd50925adfb0:
Darren Hart (1):
li
From: Kishore Bodke
Move Kernel Features out of the BSP
and add to the Cedartrail Machine branch.
Signed-off-by: Kishore Bodke
---
.../bsp/cedartrail/cedartrail-pvr-merge.scc|4
1 file changed, 4 insertions(+)
diff --git a/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail-pvr-m
From: Kishore Bodke
Add Power Management and move kernel features to
Cedartrail Machine branch.
Please pull into linux-yocto-3.0/meta.
Thanks
Kishore.
The following changes since commit 34e0d2b4b4e9778b31f9ea99ca43f0dc71a7ee23:
meta: Clean up BSPs kernel config (2012-04-17 16:01:19 -0400)
45 matches
Mail list logo