[haiku-commits] haiku: hrev47190 - docs/develop/ports/arm build/jam/repositories/HaikuPorts

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 1 May 2014 18:48:37 +0200 (CEST)

hrev47190 adds 2 changesets to branch 'master'
old head: fe28d36222e1eddf0686a3d9ea98baf59de17cf1
new head: 5a7a181585cb5c0579c1fbf221967985087a1a86
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=5a7a181+%5Efe28d36

----------------------------------------------------------------------------

076b454: Add some links to the allwinner A10 docs.

5a7a181: Add HaikuWebkit 1.3.1.

                             [ Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

2 files changed, 10 insertions(+), 2 deletions(-)
build/jam/repositories/HaikuPorts/x86_gcc2 | 4 ++--
docs/develop/ports/arm/allwinner_a10.md    | 8 ++++++++

############################################################################

Commit:      076b4544e14b609c6f62e2a99f87d5f8cb7fc6fa
URL:         http://cgit.haiku-os.org/haiku/commit/?id=076b454
Author:      Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date:        Tue Apr 29 19:45:23 2014 UTC

Add some links to the allwinner A10 docs.

----------------------------------------------------------------------------

diff --git a/docs/develop/ports/arm/allwinner_a10.md 
b/docs/develop/ports/arm/allwinner_a10.md
index f079d70..7c6f8e8 100644
--- a/docs/develop/ports/arm/allwinner_a10.md
+++ b/docs/develop/ports/arm/allwinner_a10.md
@@ -74,3 +74,11 @@ FDT. We may use the FDT files from there for the most common 
boards.
 # Emulation support
 
 qemu 1.0 has a Cubieoard target which emulates this chip.
+
+# Useful links
+
+Arch Linux instructions on creating a bootable SD card (partition layout, etc)
+http://archlinuxarm.org/platforms/armv7/allwinner/cubieboard#qt-platform_tabs-ui-tabs2
+
+Linux SunXi: mainline Linux support for the Allwinner chips. Lots of docs on 
the hardware.
+http://linux-sunxi.org/

############################################################################

Revision:    hrev47190
Commit:      5a7a181585cb5c0579c1fbf221967985087a1a86
URL:         http://cgit.haiku-os.org/haiku/commit/?id=5a7a181
Author:      Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date:        Thu May  1 16:48:04 2014 UTC

Add HaikuWebkit 1.3.1.

----------------------------------------------------------------------------

diff --git a/build/jam/repositories/HaikuPorts/x86_gcc2 
b/build/jam/repositories/HaikuPorts/x86_gcc2
index fc857a4..80aff04 100644
--- a/build/jam/repositories/HaikuPorts/x86_gcc2
+++ b/build/jam/repositories/HaikuPorts/x86_gcc2
@@ -270,8 +270,8 @@ RemotePackageRepository HaikuPorts
        goonies_x86-1.4.1528-1
        guilib_x86-1.2.1-1
        guilib_x86_devel-1.2.1-1
-       haikuwebkit_x86-1.3.0-2
-       haikuwebkit_x86_devel-1.3.0-2
+       haikuwebkit_x86-1.3.1-1
+       haikuwebkit_x86_devel-1.3.1-1
        icu_x86-4.8.1.1-4
        icu_x86_devel-4.8.1.1-4
        jpeg_x86-9-3


Other related posts:

  • » [haiku-commits] haiku: hrev47190 - docs/develop/ports/arm build/jam/repositories/HaikuPorts - pulkomandy