From: Tom Zanussi
The fishriver BSP was borrowing a few things from crownbay, but now
has its own branch, so remove the crownbay-specific items.
Signed-off-by: Tom Zanussi
---
meta-fishriver/README | 13 -
meta-fishriver/conf/machine/fishriver.conf
From: Tom Zanussi
Updates to make use of the Ericsson 3G and new fishriver branch.
The following changes since commit e94dba8309874a82a570db60223d18b2c723c3a5:
Darren Hart (1):
linux-yocto*: correct FILESEXTRAPATHS assignment in all layers
are available in the git repository at:
gi
From: Tom Zanussi
We now dedicate a branch to fishriver, which before now had been happy
with crownbay.
Signed-off-by: Tom Zanussi
---
meta/cfg/kernel-cache/bsp/fishriver/eg20t.cfg | 39 +++
.../bsp/fishriver/fishriver-standard.scc |7 ++
meta/cfg/kernel-cache/bsp/
From: Tom Zanussi
For use initially by the fishriver bsp.
Signed-off-by: Tom Zanussi
---
.../kernel-cache/features/ericsson-3g/f5521gw.cfg |3 +++
.../kernel-cache/features/ericsson-3g/f5521gw.scc |3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
create mode 100644 meta/cfg/k
From: Tom Zanussi
This patchset adds an ericsson 3g feature and also creates a separate
bsp for fishriver, which had previously been hijacking crownbay.
Please pull into linux-yocto-2.6.37.
Pull URL: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib
Branch: tzanussi/yocto/standard/fishriv
From: Alexey Orishko
The patch provides USB CDC NCM host driver support in the Linux Kernel.
Changes:
drivers/net/usb/cdc_ncm.c:
- initial submission of the CDC NCM host driver;
- verified on Intel 32/64 bit, Intel Atom, ST-Ericsson U8500 (ARM)
- throughput measured over 100 Mbits duplex;
- drive
From: Tom Zanussi
This patchset adds the kernel patches needed for Ericsson 3G support,
needed by fishriver.
Please pull into linux-yocto-2.6.37.
Pull URL: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib
Branch: tzanussi/fishriver-3g
Browse:
http://git.yoctoproject.org/cgit.cgi/linux
From: Alexey Orishko
Changes:
include/linux/usb/usbnet.h:
- a new flag to indicate driver's capability to accumulate IP packets in Tx
direction and extract several packets from single skb in Rx direction.
drivers/net/usb/usbnet.c:
- the procedure of counting packets in usbnet was updated due to t
On 06/01/2011 12:03 PM, Liu, Song wrote:
> I don’t see anyone reply to this. Which bug is opened for the
> Beagleboard BSP build failure? It seem to be a critical issue.
>
> Tom, shall you or someone else look into this?
>
Darren and I are looking into this, the 3 beagleboard bugs are
1) qt4-x11
On 06/01/2011 12:03 PM, Liu, Song wrote:
> I don’t see anyone reply to this. Which bug is opened for the
> Beagleboard BSP build failure? It seem to be a critical issue.
>
>
>
> Tom, shall you or someone else look into this?
I am responsible for the Yocto beagleboard support. I was just asking
On 06/01/2011 12:55 PM, tom.zanu...@intel.com wrote:
> From: Tom Zanussi
>
> This patchset upgrades emgd to 1.6 Gold.
>
> The following changes since commit e94dba8309874a82a570db60223d18b2c723c3a5:
> Darren Hart (1):
> linux-yocto*: correct FILESEXTRAPATHS assignment in all layers
>
Hi Tom,
If you haven't already, I would suggest running the README changes past
Scott R, even if you commit this first. Getting Scott involved should
help keep our documentation precise, correct from a tech writing point
of view, as well as help keep it consistent throughout the project.
--
Darre
Hi Tom,
A quick glance suggests most of these patches need the upstream status
fields added to them.
http://wiki.yoctoproject.org/wiki/Best_Known_Methods_%28BKMs%29_for_Package_Updating#Patch_Comments
Per Saul's email to the poky list on 04/05/2011 "Patch Comments and
Upstream-Status"
--
Darren
From: Tom Zanussi
EMGD 1.6 added a new non-clickthrough Linux tarball download; this
changes the README to make use of it and also updates new directory
naming, etc.
Signed-off-by: Tom Zanussi
---
meta-crownbay/README | 95 -
1 files changed, 7
From: Tom Zanussi
With the emgd 1.6 upgrade, we no longer need these.
Signed-off-by: Tom Zanussi
---
.../xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb | 90
.../xserver-xf86-emgd/crosscompile.patch | 19
.../fix_open_max_preprocessor_error.patch
From: Tom Zanussi
This adds a new recipe for the emgd 1.6 driver binaries. For emgd
1.6, the layout of the binaries has changed, making them easier to
install, and we also take the opportunity to sanitize the naming and
make it more apparent that these are the emgd driver bits
corresponding to a
From: Tom Zanussi
Update to reflect new graphics recipes.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay.conf | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta-crownbay/conf/machine/crownbay.conf
b/meta-crownbay/conf/machine/crownbay.
From: Tom Zanussi
Add common to BBFILES so crownbay can find recipes it needs from
there.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/layer.conf |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta-crownbay/conf/layer.conf b/meta-crownbay/conf/layer.conf
index
From: Tom Zanussi
emgd 1.6 requires xserver 1.9.3, which is no longer in meta, and it
needs to be shared by multiple BSPs, so add it to common.
Signed-off-by: Tom Zanussi
---
.../cache-xkbcomp-output-for-fast-start-up.patch | 358
.../xserver-xf86-dri-lite/crosscompile.
From: Tom Zanussi
This patchset upgrades emgd to 1.6 Gold.
The following changes since commit e94dba8309874a82a570db60223d18b2c723c3a5:
Darren Hart (1):
linux-yocto*: correct FILESEXTRAPATHS assignment in all layers
are available in the git repository at:
git://git.yoctoproject.org
On 06/01/2011 07:42 AM, Nikhil Kamath wrote:
Hi,
We are trying to build a linux kernel 2.6.35.3 for imx platform. We are
facing a problem as attached in the mail.
The following steps followed are as follows
1.Initially we have run the $bitbake poky-image-minimal for ‘qemuarm’
machine. It got
Hi all,
The open bug number of last week increased to 203, which is the highest
number in our project. QA is doing validation for Yocto 1.1 M1 builds. Bug
status of WW22 could be found on
https://wiki.pokylinux.org/wiki/Yocto_Bug_Trend.
Best Regards,
Jiajun
_
22 matches
Mail list logo