From: Tom Zanussi
A couple updates for meta-sugarbay and meta-jasperforest dealing with
the new live image changes.
Boot tested successfully with the jasperforest live minimal image.
The following changes since commit c5f2339533ec9daf14e00db67fa75ed89bbdda13:
Paul Eggleton (1):
meta
From: Tom Zanussi
Most of the time, we want a -live image, so add it to the
IMAGE_FSTYPES by default.
Signed-off-by: Tom Zanussi
---
meta-sugarbay/conf/machine/sugarbay.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf
b
From: Tom Zanussi
A few updates for meta-fishriver dealing with the new tune file
and live image changes. This also moves the kernel to 3.0.
Boot tested successfully with the fishriver live sato image (on
emenlow since my fishriver is currently broken).
The following changes since commit
From: Tom Zanussi
These are all now handled or obsoleted by tune-atom.inc, so remove
them here.
---
meta-fishriver/conf/machine/fishriver.conf |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/meta-fishriver/conf/machine/fishriver.conf
b/meta-fishriver/conf/machine
From: Tom Zanussi
Most of the time, we want a -live image, so add it to the
IMAGE_FSTYPES by default.
Signed-off-by: Tom Zanussi
---
meta-fishriver/conf/machine/fishriver.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-fishriver/conf/machine/fishriver.conf
From: Tom Zanussi
Switch fishriver to the 3.0 kernel, lock it down, and update kernel
SRCREVs.
Signed-off-by: Tom Zanussi
---
meta-fishriver/conf/machine/fishriver.conf |2 ++
.../recipes-kernel/linux/linux-yocto_3.0.bbappend |6 ++
2 files changed, 8 insertions(+), 0
From: Tom Zanussi
This patchset adds emgd 1.8 to yocto/emgd. Please pull into
linux-yocto-3.0/yocto/emgd.
Thanks,
Tom
The following changes are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git
tzanussi/emgd-linux-yocto-3.0
http
From: Tom Zanussi
The starting-point code that subsequent patches will modify. This is
a straight copy of the code in the emgd 1.8 emgd driver, specifically
IEMGD_HEAD_Linux/common/drm/emgd_drm.tgz from
Lin_EMGD_1_8_RC_2032.tgz, the 'Linux Tar Ball' release downloaded from
http://edc
From: Tom Zanussi
Add emgd config option (DRM_EGD) and modify Makefiles for in-tree
builds.
Signed-off-by: Tom Zanussi
---
drivers/gpu/drm/Kconfig |9 +
drivers/gpu/drm/Makefile |1 +
drivers/gpu/drm/emgd/Makefile | 40
3
From: Tom Zanussi
Fixes required for migration to Linux 3.0.
Signed-off-by: Tom Zanussi
---
.../gpu/drm/emgd/emgd/display/mode/plb/mode_plb.c |2 +-
.../gpu/drm/emgd/emgd/display/mode/tnc/mode_tnc.c |2 +-
drivers/gpu/drm/emgd/emgd/drm/emgd_drv.c | 12
From: Tom Zanussi
This enables hpet for crownbay.
Please pull into linux-yocto-3.0/meta.
Thanks,
Tom
The following changes are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git
tzanussi/crownbay-updates-linux-yocto-3.0
http
From: Tom Zanussi
The crownbay reference board has HPET hardware - enable it.
Signed-off-by: Tom Zanussi
---
meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
b/meta/cfg
From: Tom Zanussi
This patchset switches crownbay to the 3.0 kernel and upgrades emgd
to 1.8. Both crownbay and crownbay-emgd were successfully built and
boot tested.
One major change coming out of this patchset is that the emgd binary
bits no longer have to be downloaded and extracted
From: Tom Zanussi
Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down,
and update kernel SRCREVs.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay-noemgd.conf|2 ++
meta-crownbay/conf/machine/crownbay.conf |2 ++
.../recipes-kernel/linux
From: Tom Zanussi
This adds a new recipe for the emgd 1.8 driver binaries.
Signed-off-by: Tom Zanussi
---
.../xorg-xserver/emgd-driver-bin_1.8.bb| 36
1 files changed, 36 insertions(+), 0 deletions(-)
create mode 100644
meta-crownbay/recipes-graphics/xorg
From: Tom Zanussi
The emgd-driver-bin recipe now automatically downloads and installs
EMGD using the new click-through-free tarball, but since the binaries
still fall under a non-free license, we need to prevent it from being
accidentally installed in an image.
We therefore make sure it
From: Tom Zanussi
Change preferred version of emgd binaries to 1.8.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-crownbay/conf/machine/crownbay.conf
b/meta-crownbay/conf/machine
From: Tom Zanussi
Update to the ced-generated xorg.conf for 1.8.
Signed-off-by: Tom Zanussi
---
.../xserver-xf86-config/crownbay/xorg.conf |3 ++-
.../xorg-xserver/xserver-xf86-config_0.1.bbappend |1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git
a/meta
From: Tom Zanussi
With the new emgd-driver-bin recipe, the extensive instructions on how
to manually download and set up EMGD for the build are no longer
necessary. Those instructions have been replaced with the simpler set
of instructions now needed to build crownbay with EMGD.
Changes to
From: Tom Zanussi
Add scc commands to merge the yocto/emgd branch into the fri2 BSP.
Signed-off-by: Tom Zanussi
---
meta/cfg/kernel-cache/bsp/fri2/fri2.scc |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
b/meta/cfg/kernel
From: Tom Zanussi
Add kernel options needed for enabling EMGD.
Signed-off-by: Tom Zanussi
---
meta/cfg/kernel-cache/bsp/fri2/fri2.scc |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
From: Tom Zanussi
This patchset makes fri2 use emgd. Please pull into
linux-yocto-3.0/meta.
Thanks,
Tom
The following changes are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git
tzanussi/meta-fri2-emgd-linux-yocto-3.0
http
From: Tom Zanussi
Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down,
and update kernel SRCREVs.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay-noemgd.conf|2 ++
meta-crownbay/conf/machine/crownbay.conf |2 ++
.../recipes-kernel/linux
From: Tom Zanussi
This adds a new recipe for the emgd 1.8 driver binaries.
Signed-off-by: Tom Zanussi
---
.../xorg-xserver/emgd-driver-bin_1.8.bb| 36
1 files changed, 36 insertions(+), 0 deletions(-)
create mode 100644
meta-crownbay/recipes-graphics/xorg
From: Tom Zanussi
Change preferred version of emgd binaries to 1.8.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-crownbay/conf/machine/crownbay.conf
b/meta-crownbay/conf/machine
From: Tom Zanussi
The emgd-driver-bin recipe now automatically downloads and installs
EMGD using the new click-through-free tarball, but since the binaries
still fall under a non-free license, we need to prevent it from being
accidentally installed in an image.
We therefore make sure it
From: Tom Zanussi
Update to the ced-generated xorg.conf for 1.8.
Signed-off-by: Tom Zanussi
---
.../xserver-xf86-config/crownbay/xorg.conf |3 ++-
.../xorg-xserver/xserver-xf86-config_0.1.bbappend |1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git
a/meta
From: Tom Zanussi
With the new emgd-driver-bin recipe, the extensive instructions on how
to manually download and set up EMGD for the build are no longer
necessary. Those instructions have been replaced with the simpler set
of instructions now needed to build crownbay with EMGD.
Changes to
From: Tom Zanussi
This patchset switches crownbay to the 3.0 kernel and upgrades emgd
to 1.8. Both crownbay and crownbay-noemgd were successfully built and
boot tested into sato.
It also does the same for fri2, after adding a new fri2 machine config
and renaming the current one to fri2-noemgd
From: Tom Zanussi
Add common/recipes-graphics so fri2 can pick up the EMGD bits in
emgd-driver-bin.
Signed-off-by: Tom Zanussi
---
meta-fri2/conf/layer.conf |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf
index
From: Tom Zanussi
The emgd-driver-bin recipe now automatically downloads and installs
EMGD using the new click-through-free tarball, but since the binaries
still fall under a non-free license, we need to prevent it from being
accidentally installed in an image.
We therefore make sure it
From: Tom Zanussi
Update the meta-fri2 README to reflect the addtion of the EMGD
capabilities and new machine.
Changes were also made to reflect the new image names and a couple
other minor cleanups.
Signed-off-by: Tom Zanussi
---
meta-fri2/README | 96
From: Tom Zanussi
This patch essentially adds a new EMGD-capable 'fri2' machine to
meta-fri2.
The current version with vesa graphics will become fri2-noemgd; fri2
will become the version with EMGD graphics. This patch does the
fri2->fri2-noemgd renaming and adds the new files
From: Tom Zanussi
Document an alternative mechanism for users to deal with
COMMERCIAL_LICENSE in the crownbay and fri2 BSPs.
Signed-off-by: Tom Zanussi
---
meta-crownbay/README |6 ++
meta-fri2/README |6 ++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a
From: Tom Zanussi
emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to
start with, so move them into /common.
Signed-off-by: Tom Zanussi
---
.../xorg-xserver/emgd-driver-bin_1.8.bb|0
1 files changed, 0 insertions(+), 0 deletions(-)
rename {meta-crownbay
On Wed, 2011-08-17 at 10:25 -0700, Darren Hart wrote:
>
> On 08/17/2011 09:51 AM, tom.zanu...@intel.com wrote:
> > From: Tom Zanussi
> >
> > The emgd-driver-bin recipe now automatically downloads and installs
> > EMGD using the new click-through-free tarball, bu
On Wed, 2011-08-17 at 21:11 -0700, Bruce Ashfield wrote:
> On 11-08-17 11:23 PM, Darren Hart wrote:
> > We have just rolled out PREFERRED_VERSION="3.0+git%", and these now fail
> > with messages like:
> >
> > NOTE: preferred version 3.0+git% of linux-yocto not available (for item
> > virtual/kernel
On Thu, 2011-08-18 at 11:12 -0700, Saul Wold wrote:
> On 08/17/2011 09:51 AM, tom.zanu...@intel.com wrote:
> > From: Tom Zanussi
> >
> > With the new emgd-driver-bin recipe, the extensive instructions on how
> > to manually download and set up EMGD for the build are no l
On Thu, 2011-08-18 at 13:53 -0500, Tom Zanussi wrote:
> On Thu, 2011-08-18 at 11:12 -0700, Saul Wold wrote:
> > On 08/17/2011 09:51 AM, tom.zanu...@intel.com wrote:
> > > From: Tom Zanussi
> > >
> > > With the new emgd-driver-bin recipe, the extensive instructio
From: Tom Zanussi
This patchset switches crownbay to the 3.0 kernel and upgrades emgd
to 1.8. Both crownbay and crownbay-noemgd were successfully built and
boot tested into sato.
It also does the same for fri2, after adding a new fri2 machine config
and renaming the current one to fri2-noemgd
From: Tom Zanussi
Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down,
and update kernel SRCREVs.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay-noemgd.conf|2 ++
meta-crownbay/conf/machine/crownbay.conf |2 ++
.../recipes-kernel/linux
From: Tom Zanussi
This adds a new recipe for the emgd 1.8 driver binaries.
The emgd-driver-bin recipe now automatically downloads and installs
EMGD using the new click-through-free tarball, but since the binaries
still fall under a non-free license, we need to prevent it from being
accidentally
From: Tom Zanussi
Update to the ced-generated xorg.conf for 1.8.
Signed-off-by: Tom Zanussi
---
.../xserver-xf86-config/crownbay/xorg.conf |3 ++-
.../xorg-xserver/xserver-xf86-config_0.1.bbappend |1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git
a/meta
From: Tom Zanussi
Change preferred version of emgd binaries to 1.8.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-crownbay/conf/machine/crownbay.conf
b/meta-crownbay/conf/machine
From: Tom Zanussi
With the new emgd-driver-bin recipe, the extensive instructions on how
to manually download and set up EMGD for the build are no longer
necessary. Those instructions have been replaced with the simpler set
of instructions now needed to build crownbay with EMGD.
Changes to
From: Tom Zanussi
This patch essentially adds a new EMGD-capable 'fri2' machine to
meta-fri2.
The current version with vesa graphics will become fri2-noemgd; fri2
will become the version with EMGD graphics. This patch does the
fri2->fri2-noemgd renaming and adds the new files
From: Tom Zanussi
emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to
start with, so move them into /common.
Signed-off-by: Tom Zanussi
---
.../xorg-xserver/emgd-driver-bin_1.8.bb|0
1 files changed, 0 insertions(+), 0 deletions(-)
rename {meta-crownbay
From: Tom Zanussi
Add common/recipes-graphics so fri2 can pick up the EMGD bits in
emgd-driver-bin.
Signed-off-by: Tom Zanussi
---
meta-fri2/conf/layer.conf |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf
index
From: Tom Zanussi
Update the meta-fri2 README to reflect the addtion of the EMGD
capabilities and new machine.
Changes were also made to reflect the new image names and a couple
other minor cleanups.
Signed-off-by: Tom Zanussi
---
meta-fri2/README | 95
On Sat, 2011-08-20 at 10:45 -0700, Saul Wold wrote:
> On 08/20/2011 08:26 AM, tom.zanu...@intel.com wrote:
> > From: Tom Zanussi
> >
> > This adds a new recipe for the emgd 1.8 driver binaries.
> >
> > The emgd-driver-bin recipe now automatically downloads and inst
On Sat, 2011-08-20 at 20:26 -0700, Bruce Ashfield wrote:
> On 11-08-20 11:26 AM, tom.zanu...@intel.com wrote:
> > From: Tom Zanussi
> >
> > Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down,
> > and update kernel SRCREVs.
> >
> > Signed
From: Tom Zanussi
This updates the PREFERRED_VERSION to use a broader wildcard,
and updates the SRCREVs while we're at it.
The following changes since commit 5c41b9b6a245664543e6ddd440d10a0696caaf7b:
Darren Hart (1):
n450: decouple from meta-yocto atom-pc machine config
are avai
From: Tom Zanussi
Change PREFERRED_VERSION_linux-yocto to a form that will pick up the
new numbering scheme.
Signed-off-by: Tom Zanussi
---
meta-fishriver/conf/machine/fishriver.conf |3 ++-
meta-fri2/conf/machine/fri2.conf |2 +-
meta-jasperforest/conf/machine
From: Tom Zanussi
Update linux-yocto_3.0 kernel SRCREVS for fishriver, fri2,
jasperforest, and sugarbay.
Signed-off-by: Tom Zanussi
---
.../recipes-kernel/linux/linux-yocto_3.0.bbappend |4 ++--
.../recipes-kernel/linux/linux-yocto_3.0.bbappend |4 ++--
.../recipes-kernel/linux
The parted 3.0 release introduced some API changes such as the removal
of mkpartfs. This updates init-install.sh to use mkpart instead.
Fixes [YOCTO #1387]
Signed-off-by: Tom Zanussi
---
.../initramfs-live-install/init-install.sh |6 +++---
1 files changed, 3 insertions(+), 3
From: Tom Zanussi
This patchset switches crownbay to the 3.0 kernel and upgrades emgd
to 1.8. Both crownbay and crownbay-noemgd were successfully built and
boot tested into sato.
It also does the same for fri2, after adding a new fri2 machine config
and renaming the current one to fri2-noemgd
From: Tom Zanussi
Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down,
and update kernel SRCREVs.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay-noemgd.conf|2 ++
meta-crownbay/conf/machine/crownbay.conf |2 ++
.../recipes-kernel/linux
From: Tom Zanussi
This adds a new recipe for the emgd 1.8 driver binaries.
Signed-off-by: Tom Zanussi
---
.../xorg-xserver/emgd-driver-bin_1.8.bb| 35
1 files changed, 35 insertions(+), 0 deletions(-)
create mode 100644
meta-crownbay/recipes-graphics/xorg
From: Tom Zanussi
Change preferred version of emgd binaries to 1.8.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-crownbay/conf/machine/crownbay.conf
b/meta-crownbay/conf/machine
From: Tom Zanussi
Update to the ced-generated xorg.conf for 1.8.
Signed-off-by: Tom Zanussi
---
.../xserver-xf86-config/crownbay/xorg.conf |3 ++-
.../xorg-xserver/xserver-xf86-config_0.1.bbappend |1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git
a/meta
From: Tom Zanussi
This patch essentially adds a new EMGD-capable 'fri2' machine to
meta-fri2.
The current version with vesa graphics will become fri2-noemgd; fri2
will become the version with EMGD graphics. This patch does the
fri2->fri2-noemgd renaming and adds the new files
From: Tom Zanussi
emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to
start with, so move them into /common.
Signed-off-by: Tom Zanussi
---
.../xorg-xserver/emgd-driver-bin-1.8/.gitignore|0
.../xorg-xserver/emgd-driver-bin_1.8.bb|0
.../linux/linux
From: Tom Zanussi
Add common/recipes-graphics so fri2 can pick up the EMGD bits in
emgd-driver-bin.
Signed-off-by: Tom Zanussi
---
meta-fri2/conf/layer.conf |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf
index
From: Tom Zanussi
Signed-off-by: Tom Zanussi
---
.../recipes-kernel/linux/linux-yocto_3.0.bbappend |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0
From: Tom Zanussi
With the new emgd-driver-bin recipe, some of the extensive
instructions on how to manually download and set up EMGD for the build
are no longer necessary.
Changes to reflect the new image names and a couple other minor
cleanups are also included.
Signed-off-by: Tom Zanussi
From: Tom Zanussi
Update the meta-fri2 README to reflect the addtion of the EMGD
capabilities and new machine.
Changes were also made to reflect the new image names and a couple
other minor cleanups.
Signed-off-by: Tom Zanussi
---
meta-fri2/README | 108
bernard uses emgd 1.5, which requires mesa 7.8. It was inadvertently
picking up 7.10 instead - we need to explicitly specify 7.8.
Fixes [YOCTO #971]
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay.conf |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a
meta-intel/master.
Acked-by: Tom Zanussi
> Signed-off-by: Yu Ke
> ---
> .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb |7 ++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
> b/meta
On Wed, 2011-08-31 at 16:04 -0700, Saxena, Rahul wrote:
> I am unable to get the e100 driver to build for my BSP.
>
> I have configured to build it as a module. I do not see the e100.ko
> file being generated nor does
>
> CONFIG_E100 appear in the generated .config file in my build area.
>
>
On Wed, 2011-08-31 at 16:49 -0700, Bodke, Kishore K wrote:
> Hi,
>
>
>
> I am trying to build core-image-sato with rt kernel for sugarbay and
> it fails for the do_rootfs .
>
FWIW, I was able to build and boot core-image-sato with the rt kernel:
Linux sugarbay 3.0.3-rt8-yocto-preempt-rt+ #1
turned off because of
unmet depencies.
Tom
>
> Thanks
> Rahul
>
> -Original Message-
> From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com]
> Sent: Wednesday, August 31, 2011 6:27 PM
> To: Zanussi, Tom
> Cc: Saxena, Rahul; yocto@yoctoproject.org
> Subjec
ks
> > Rahul
> >
> > -Original Message-
> > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com]
> > Sent: Wednesday, August 31, 2011 6:27 PM
> > To: Zanussi, Tom
> > Cc: Saxena, Rahul; yocto@yoctoproject.org
> > Subject: Re
On Fri, 2011-09-02 at 00:26 -0700, Chris Tapp wrote:
> How should meta data be structured so that a layer can support a set
> of systems using a set of processors?
>
> For example, many of the 'eBox' systems use variants of the Vortex86
> SoC. So, a set of machine files are needed for these (e
-2.6.37-contrib/log/?h=tzanussi/reenable-systemtap
Tom Zanussi (1):
meta: re-enable systemtap feature for linux-yocto
meta/cfg/kernel-cache/ktypes/standard/standard.scc |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
___
yocto mailing
Re-enable the 'systemtap feature' that turns on the kernel options required
for systemtap, a system-wide tracing tool.
Signed-off-by: Tom Zanussi
---
meta/cfg/kernel-cache/ktypes/standard/standard.scc |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/
The current PortOrder value assumes LVDS. Change the value to first
try SDVO output, and fallback to LVDS if not present.
Fixes [YOCTO #1430]
Signed-off-by: Tom Zanussi
---
.../xserver-xf86-config/crownbay/xorg.conf |2 +-
.../xorg-xserver/xserver-xf86-config_0.1.bbappend |2
Re-enable the 'utrace feature' that turns on the kernel options required
for utrace, used mainly to enable userspace tracing for systemtap.
Signed-off-by: Tom Zanussi
---
meta/cfg/kernel-cache/ktypes/standard/standard.scc |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git utrace-meta
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=utrace-meta
Tom Zanussi (1):
meta: re-enable utrace feature for linux-yocto
meta/cfg/kernel-cache/ktypes/standard/standard.scc |3 +++
1 files
This patchset re-enables utrace. Tested on qemuppc, qemux86, qemux86-64,
qemuarm (where it doesn't work, as expected - utrace doesn't currently
support arm), and sugarbay.
These patches are taken from the utrace-3.0 branch of the utrace git repo at
git://git.kernel.org/pub/scm/linux/kernel/git/ol
ey were never reported. In the long term we
need another solution.
Signed-off-by: Oleg Nesterov
Integrated-by: Tom Zanussi
---
fs/exec.c |1 -
include/linux/sched.h | 17 +--
include/linux/tracehook.h | 27
kernel/exit.c | 77 ++-
ke
- export __ptrace_detach() and do_notify_parent_cldstop()
- change some "if (ptrace)" checks to ensure the old ptrace code
is not called when the tracee is PT_UTRACED
Signed-off-by: Oleg Nesterov
Integrated-by: Tom Zanussi
---
include/linux/ptrace.h|2 ++
include/lin
on machines that have all the
prerequisites and select CONFIG_HAVE_ARCH_TRACEHOOK.
In this initial version, utrace and ptrace do not play together at all.
The next patch reworks ptrace to use the utrace API.
Signed-off-by: Roland McGrath
Signed-off-by: Oleg Nesterov
Integrated-by: Tom Zanussi
On Wed, 2011-09-07 at 16:19 -0700, Bodke, Kishore K wrote:
> Hi All,
>
>
>
> We get a strange build error all of sudden today. We did not change
> any files, just started a fresh build and it failed at the very
> beginning.
>
>
>
> If I remove poky-extras/meta-kernel-dev the build works
From: Tom Zanussi
oe-core commit dc3a8274c7e935fa564eea142d2535c9bcf2b272 for YOCTO #1428
broke meta-intel x86_64 builds:
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'initramfs-live-install' (but
/usr/local/src/yocto/sugarbay/meta/recipes-core/images/
From: Tom Zanussi
x86_64 compatibility was removed from the oe-core
initramfs-live-install because it didn't work well with grub 0.97.
The meta-intel x86-64 machines still need to use
initramfs-live-install so we need an x86_64-compatible recipe.
More fixes for [YOCTO #1428].
Signed-o
From: Tom Zanussi
We can no longer use the 1.0 version of initramfs-live-install, so
remove the corresponding .bbappend.
Signed-off-by: Tom Zanussi
---
.../initramfs-live-install_1.0.bbappend|2 --
1 files changed, 0 insertions(+), 2 deletions(-)
delete mode 100644
common
On Fri, 2011-09-09 at 06:17 -0700, Richard Purdie wrote:
> On Thu, 2011-09-08 at 14:27 -0500, tom.zanu...@intel.com wrote:
> > From: Tom Zanussi
> >
> > oe-core commit dc3a8274c7e935fa564eea142d2535c9bcf2b272 for YOCTO #1428
> > broke meta-intel x86_64 builds:
&
On Fri, 2011-09-09 at 10:45 -0700, Richard Purdie wrote:
> On Fri, 2011-09-09 at 08:57 -0500, Tom Zanussi wrote:
> > On Fri, 2011-09-09 at 06:17 -0700, Richard Purdie wrote:
> > > On Thu, 2011-09-08 at 14:27 -0500, tom.zanu...@intel.com wrote:
> > > > From: Tom Zan
On Fri, 2011-09-09 at 13:01 -0700, Mark Hatle wrote:
> On 9/9/11 2:13 PM, Tom Zanussi wrote:
> > On Fri, 2011-09-09 at 10:45 -0700, Richard Purdie wrote:
> >> On Fri, 2011-09-09 at 08:57 -0500, Tom Zanussi wrote:
> >>> On Fri, 2011-09-09 at 06:17 -0700, Richard Purdie
On Fri, 2011-09-09 at 13:24 -0700, Tom Zanussi wrote:
> On Fri, 2011-09-09 at 13:01 -0700, Mark Hatle wrote:
> > On 9/9/11 2:13 PM, Tom Zanussi wrote:
> > > On Fri, 2011-09-09 at 10:45 -0700, Richard Purdie wrote:
> > >> On Fri, 2011-09-09 at 08:57 -0500, Tom Zanussi
The license version specified in the recipe is wrong - it should be v3
rather than 2+.
Signed-off-by: Tom Zanussi
---
common/recipes-bsp/grub/grub_1.98.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/recipes-bsp/grub/grub_1.98.bb
b/common/recipes-bsp/grub
From: Tom Zanussi
Remove the entry for grub, since it is no longer a part of meta-intel.
Signed-off-by: Tom Zanussi
---
MAINTAINERS |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 328136f..fda48ad 100644
--- a/MAINTAINERS
+++ b
From: Tom Zanussi
Switch all the 32-bit BSPs from legacy (0.97) grub to grub 1.99.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay-noemgd.conf |3 +++
meta-crownbay/conf/machine/crownbay.conf|3 +++
meta-emenlow/conf/machine/emenlow.conf |3
From: Tom Zanussi
Switch from grub 1.98 to 1.99
Signed-off-by: Tom Zanussi
---
meta-jasperforest/conf/machine/jasperforest.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf
b/meta-jasperforest/conf/machine
From: Tom Zanussi
Switch from grub 1.98 to 1.99
Signed-off-by: Tom Zanussi
---
meta-sugarbay/conf/machine/sugarbay.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf
b/meta-sugarbay/conf/machine/sugarbay.conf
index ea8d98a
From: Tom Zanussi
This patchset removes grub2 from meta-intel, since it's been moved by
another patchset to oe-core. It also moves all the meta-intel BSPs to
grub2 (1.99).
A future patch will factor out the common parts being added to the
machine configs - this initial patchset essent
From: Tom Zanussi
This has been moved into oe-core, so remove it from meta-intel.
Signed-off-by: Tom Zanussi
---
common/recipes-bsp/grub/grub-1.98/40_custom|9 ---
.../grub/grub-1.98/gentrigtables-compile-fix.patch | 52
.../grub/grub-1.98/grub
From: Tom Zanussi
This patchset removes grub2 from meta-intel, since it's been moved by
another patchset to oe-core. It also moves all the meta-intel BSPs to
grub2 (1.99).
A future patch will factor out the common parts being added to the
machine configs - this initial patchset essent
From: Tom Zanussi
This has been moved into oe-core, so remove it and init-install.sh
from meta-intel.
Signed-off-by: Tom Zanussi
---
.../initramfs-live-install/init-install.sh | 188
.../initramfs-live-install_1.0.bbappend|2 -
2 files changed, 0
From: Tom Zanussi
This has been moved into oe-core, so remove it from meta-intel.
Signed-off-by: Tom Zanussi
---
common/recipes-bsp/grub/grub-1.98/40_custom|9 ---
.../grub/grub-1.98/gentrigtables-compile-fix.patch | 52
.../grub/grub-1.98/grub
201 - 300 of 1262 matches
Mail list logo