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: weekly...
- 06/06/09--04:12:_openSUSE@ARM/GSoC: weekly...
- 06/16/09--07:13:_openSUSE@ARM/GSoC:...
- 08/12/09--08:57:_openSUSE@ARM: GSoC status...
More Channels
- Feb 24: Banjo Hangout Newest 100...
- Feb 24: Seguros, el blog de los Seguros...
- Feb 24: Twitter / Favorites from...
- Feb 24: Mindless Dreaming
- Feb 24: backpage.com | restaurant,...
- Nov 26: look ahead | Keyword Feed
- Nov 26: listing flyers | Keyword Feed
- Feb 23: loose 1 pound a day | Keyword Feed
- Jan 28: libertybroadcasting.net |...
- Feb 21: lenten | Keyword Feed
- Feb 4: linda cattelan | Keyword Feed
- Jan 27: listen to message | Keyword Feed
- Dec 9: living mandala | Keyword Feed
- Nov 26: longinus | Keyword Feed
- Dec 9: lib radio | Keyword Feed
- Jan 24: layouts and graphics | Keyword Feed
- Jan 4: latonya on blogtalkrado |...
- Nov 26: lccs | Keyword Feed
- Nov 26: lebron james | Keyword Feed
- Feb 9: lemurian crystal | Keyword Feed
- Dec 9: leslie vernick | Keyword Feed
- Feb 16: lgs | Keyword Feed
- Dec 20: lil ljay | Keyword Feed
- Feb 15: linda caricato | Keyword Feed
- Jan 28: lindy zucker | Keyword Feed
- Nov 26: lisa capehart | Keyword Feed
- Feb 16: live free psychic chat | Keyword...
- Dec 20: live source media | Keyword Feed
- Feb 23: lockness monster | Keyword Feed
- Dec 24: loi dattraction | Keyword Feed
- Feb 9: ibm thinkpad a31 | Keyword Feed
- Feb 12: ibc | Keyword Feed
- Feb 21: ic wellness journey | Keyword Feed
- Feb 22: hygenics | Keyword Feed
- Jan 5: junious ricardo stanton |...
- Dec 14: latest headlines | Keyword Feed
- Dec 14: laverne lott | Keyword Feed
- Jan 22: lay aside every weight | Keyword...
- Nov 26: leanna hamill | Keyword Feed
- Jan 28: learn to dj | Keyword Feed
- Nov 26: legalization of marijuana |...
- Jan 29: lemurian | Keyword Feed
- Dec 9: le pearl saturday | Keyword Feed
- Dec 9: leslie | Keyword Feed
- Feb 13: letting know | Keyword Feed
- Jan 22: lg rangers talk radio | Keyword...
- Feb 16: life sucked out | Keyword Feed
- Dec 14: liif3 | Keyword Feed
- Feb 21: lilly rivlin | Keyword Feed
- Jan 29: lil tre | Keyword Feed
|
|
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 [...]