| Submitter | Bruce Ashfield |
|---|---|
| Date | Jan. 11, 2012, 6:52 p.m. |
| Message ID | <cover.1326307011.git.bruce.ashfield@windriver.com> |
| Download | mbox |
| Permalink | /patch/19079/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib zedd/kernelComments
From: Liming Wang <liming.wang@windriver.com> This file is for tslib. Signed-off-by: Liming Wang <liming.wang@windriver.com> --- .../pointercal/files/qemuppc/pointercal | Bin 0 -> 36 bytes 1 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-bsp/pointercal/files/qemuppc/pointercal diff --git a/meta/recipes-bsp/pointercal/files/qemuppc/pointercal b/meta/recipes-bsp/pointercal/files/qemuppc/pointercal new file mode 100644 index 0000000000000000000000000000000000000000..c2d6e37bf0c0d956ba17ba9955613c4cee5a147a GIT binary patch literal 36 mcmXpsFt#*Q&;=n=3lPgl!O+0i%uK=9!qiZ~%+%D_i~#_8+XjmO literal 0 HcmV?d00001
On 01/11/2012 10:52 AM, Bruce Ashfield wrote: > Richard/Saul, > > Since this is a stabilization week, this probably can't be merged > immediately, but I've been working with this enough to call it > good enough, and me sitting on them longer doesn't help. > > The first change in this series is the switch of qemuppc from prep to > mac99. With this, we'll close a whole set of issues (slow bootup) and > close a feature gap that has existed for a while. > > I'm seeing a bit of strangeness with the mouse in my sato testing, > but that's about it. Liming hasn't seen the same issues, so getting > this into the tree will allow us to incrementally improve and debug > this. > > The second change is a SRCREV update pulls in the forward looking > fix from Khem and a fix from Zumeng that fixes a failed ltp/mm test > that was found on the routerstationpro. > > Cheers, > > Bruce > > cc: Khem Raj<raj.khem@gmail.com> > cc: Zumeng Chen<zumeng.chen@windriver.com> > cc: Liming Wang<liming.wang@windriver.com> > > The following changes since commit 18c88fcec85f96d2495457928be913807971aea7: > > package.bbclass: per recipe PRSERV_HOST support (2012-01-11 10:37:43 +0000) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib zedd/kernel > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel > > Bruce Ashfield (1): > linux-yocto: consolidated fix SRCREV updates > > Liming Wang (4): > qemuppc: replace emulation of qemuppc from prep to mac99 > qemuppc: add pointercal file > qemuppc: add machconfig > tslib: enable big endian support for qemuppc > > meta/conf/machine/qemuppc.conf | 2 +- > .../formfactor/files/qemuppc/machconfig | 10 ++++++++++ > .../pointercal/files/qemuppc/pointercal | Bin 0 -> 36 bytes > meta/recipes-graphics/tslib/tslib_1.0.bb | 1 + > meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 6 +++--- > meta/recipes-kernel/linux/linux-yocto_3.0.bb | 15 ++++++++------- > scripts/runqemu | 7 +------ > scripts/runqemu-internal | 16 ++++++++-------- > 8 files changed, 32 insertions(+), 25 deletions(-) > create mode 100755 meta/recipes-bsp/formfactor/files/qemuppc/machconfig > create mode 100644 meta/recipes-bsp/pointercal/files/qemuppc/pointercal > Merged into OE-Core Thanks Sau!