Articles on this Page
- 10/21/08--11:50:_Cast your vote !
- 11/11/08--09:17:_Developing with...
- 01/27/09--10:22:_Build maemo-apps with...
- 05/04/09--08:32:_GSoC introduction –...
- 05/14/09--01:57:_Join us translating the...
- 05/15/09--03:53:_cat /usr/local/bin/osc
- 05/30/09--07:20:_openSUSE@ARM/GSoC:...
- 06/06/09--04:12:_openSUSE@ARM/GSoC:...
- 06/16/09--07:13:_openSUSE@ARM/GSoC:...
- 08/12/09--08:57:_openSUSE@ARM: GSoC...
More Channels
- Jan 30: خاطره
- Jan 30: Derniers commentaires des...
- Jan 30: Derniers commentaires des...
- Nov 28: Ben ca c moi
- Nov 28: le blog d'un volleyeur
- Nov 27: Comentarios para Dridco's Blog
- Dec 9: Top Tech Reviews » Windows
- Jan 26: Grupos de productos
- Jan 25: Les dernières bandes-annonces...
- Dec 7: Comments for About Your Dress
- Jan 29: RuneScape Achievements
- Dec 21: папка с...
- Nov 19: Geral
- Nov 18: DQNEO起業日記
- Nov 29: bLuE_EyEd_BeAuTy_13's Xanga
- Jan 30: Burnt Orange Report
- Nov 29: fpsjp.org blog
- Nov 27: Navigation @ Indiaplaza
- Nov 27: Running in Tampa
- Nov 27: An Introspective Outlook
- Dec 10: MusicQuizKing75's Recently...
- Nov 28: Dj Mike Fevral'...
- Nov 28: this is not a square
- Jan 1: Le blog de No Moine's Land
- Nov 21: C-r3na
- Nov 19: -__- ČЯ££PiI£ <'333...
- Nov 27: La maison des Anges et de la...
- Nov 28: Alexandra . A
- Jan 28: Худший из лучших
- Nov 19: D-O-U-D-O-U
- Jan 28: WordPress.com News
- Jan 30: Recent Posts | CCNN Community
- Nov 29: Mia is a geek » trött
- Nov 20: Twitter / Favorites from...
- Dec 17: Twitter / F_i
- Nov 24: GREENの1日
- Nov 27: Related Websites
- Nov 27: Giovanni Tirloni
- Jan 30: LePost.fr : tag "hervé gattegno"
- Nov 27: .niken and her daily life.
- Jan 16: Clayton's web snacks
- Jan 29: Vidya Lutchman - Singer...
- Dec 20: Love life and Life will love you...
- Dec 30: 野鶲フィールドノート
- Jan 29: Toutes nos créas!
- Jan 24: Relative Storyboards
- Nov 28: Hakuna Matata
- Jan 29: Yahoo! Noticias España - Los...
- Nov 28: Delicious/delicieux/rss
- Nov 28: Comments on: cara-cara sarung...
|
|
Are you the publisher? Claim this channel |
|
Channel Description:
Latest Articles in this Channel:
- 10/21/08--11:50: Cast your vote ! (chan 1778776)
- 11/11/08--09:17: Developing with libyui/libzypp & python – part4 (chan 1778776)
- 01/27/09--10:22: Build maemo-apps with openSUSE BuildService ? – It works ! (chan 1778776)
- 05/04/09--08:32: GSoC introduction – openSUSE@ARM (chan 1778776)
- 05/14/09--01:57: Join us translating the special edition ! (chan 1778776)
- 05/15/09--03:53: cat /usr/local/bin/osc (chan 1778776)
- 05/30/09--07:20: openSUSE@ARM/GSoC: weekly status (chan 1778776)
- 06/06/09--04:12: openSUSE@ARM/GSoC: weekly status (chan 1778776)
- 06/16/09--07:13: openSUSE@ARM/GSoC: Cross-compilation & speedup (chan 1778776)
- 08/12/09--08:57: openSUSE@ARM: GSoC status and final spurt (chan 1778776)
Up to now 65.40% of the votes have been cast. So if you’re a member or franchise voter -> now it’s time to cast your vote ! Because of the power outage the deadline has been extended and ballots will close 1200UTC Saturday 25th October . Here’s the link to users.opensuse.org .
Let’s extend the application to make it even more useful! * add support for YaST-Repositories * add Support for different architectures * use always a random temporary directory Now, it looks like this: You can grab it out of my home: in the openSUSE Build Service (for openSUSE 11.0). Start it with “repoviewer”, add the [...]
The openSUSE Build Service is an open and complete distribution development platform. It’s the infrastructure for a development of the openSUSE distributions. But this powerful tool can do much more! The upcoming version 1.5 will also have cross-build support and thus be able to build e.g. ARM packages on x86 hardware . Maemo is the [...]
Hi openSUSE community! I’m glad my proposal was accepted and today I want to introduce myself and my GSoC project. /me , thats Jan-Simon Möller and I’m just finishing my Diploma in electrical engineering at the Leibniz Universität Hannover. I’m coordinator of the openSUSE Weekly Newsletter and contribute also to the hamradio repository, the iFolder [...]
Today, the openSUSE Weekly Newsletter team will have the translation sessions for the special edition created yesterday. Join us from 12:00 UTC to 15:00 UTC in #opensuse-newsletter on freenode. (Schedule)
Until the Build Service supports git natively (see the GSoC project) , here is what I use to track my changes locally: #cat /usr/local/bin/osc : #!/bin/bash /usr/bin/osc “$@” if [ -e .osc/_files ]; then if [ ! -d .git ] ; then git init ; echo “.osc” > .gitignore ; echo “.gitignore” >> .gitignore ; [...]
Hi everyone! This week was exciting – we deployed a first prototype of a minimal ARM environment on build.opensuse.org in the repository Base:build:arm. It’s a set of packages which is capable of bootstrapping itself and still in an early stage as it’s using full emulation. Next station: speed-up ! I submitted also some patches for [...]
openSUSE@ARM/GSoC: weekly status The topic of this week was to speed up the build. As I mentioned last week, the prototype in Base:build:arm is compiling in an emulated environment and thus is quite slow. I prepared a cross-toolchain from the sources of binutils, gcc44 and glibc from openSUSE:Factory. Now its time to integrate this into [...]
This weeks topic was the integration of the cross-compilation mode into the build environment. But it’s more than just a cross-toolchain – it’s a speed-boost for our ARM build environment. As of today, the source is deployed in the repository Base:build:arm:cross. It’s not fully bootstrapped because of the current high load and the upcoming downtime [...]
I was buried with work in the last couple of days, so whats new on my GSoC-project: a lot of patches went into factory and some more are queued fixed issues with qemu most yast packages already building zypper builds, but requires some more bugfixing X11 builds cross-compilation stable, speed is good Todo: create image [...]