[Angstrom-devel] Native angstrom support in systemd!

2011-05-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

For people wanting to try sysvinit replacements, systemd now has native
angstrom support upstream:
http://cgit.freedesktop.org/systemd/commit/?id=1bd8b8184ee3bc7fc023d6d6dfb2ca99fb6612f3

One step closer to world domination :)

regards,

Koen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNyOKaMkyGM64RGpERAjtyAKCtfHhxGkoVV9gpT1xylVzAnl3cewCfbJKh
q8Pxo4rAvqbov08s1NKLRtU=
=4uUY
-END PGP SIGNATURE-


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] GIT mirrors please use

2011-05-10 Thread Graeme Gregory

Hi,

The openembedded guys have started mirroring git on github. This will 
vastly improve performance if you switch to the github mirrors instead 
of using git.openembedded.org. github has localised mirrors more local 
to you.


https://github.com/openembedded

If you want to switch your git by just editing the .git/config file then 
the repo URL is


git://github.com/openembedded/openembedded.git

Please as many of you as possible switch as this gives more bandwidth 
for your devs to puish new goodies to the repos.


Graeme


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Koen Kooi : oebb: pull OE from github mirror

2011-05-10 Thread Angstrom Git Repos
Module: setup-scripts
Branch: master
Commit: c714eecb0ed532f70cde435c05e420809d59a534

Author: Koen Kooi k...@dominion.thruhere.net
Date:   Tue May 10 11:16:47 2011 +0200

oebb: pull OE from github mirror

Signed-off-by: Koen Kooi k...@dominion.thruhere.net

---

 oebb.sh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/oebb.sh b/oebb.sh
index 515c6eb..2154292 100755
--- a/oebb.sh
+++ b/oebb.sh
@@ -245,7 +245,7 @@ function update_oe()
 if [ ! -d  ${OE_SOURCE_DIR}/openembedded/conf ]; then
 rm -rf  ${OE_SOURCE_DIR}/openembedded/
 echo Checking out OpenEmbedded
-git clone git://git.openembedded.org/openembedded 
${OE_SOURCE_DIR}/openembedded
+git clone git://github.com/openembedded/openembedded.git 
${OE_SOURCE_DIR}/openembedded
 cd ${OE_SOURCE_DIR}/openembedded
 if [ ! -r ${OE_COMMIT_ID} ];
 then


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Koen Kooi : oebb: move oe-core to the bottom to override classes as well

2011-05-10 Thread Angstrom Git Repos
Module: setup-scripts
Branch: oe-core
Commit: 54bd0915f7f515c577ac91023e3f63a7b34266c7

Author: Koen Kooi k...@dominion.thruhere.net
Date:   Tue May 10 19:50:51 2011 +0200

oebb: move oe-core to the bottom to override classes as well

Signed-off-by: Koen Kooi k...@dominion.thruhere.net

---

 oebb.sh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/oebb.sh b/oebb.sh
index 4d813c6..6eaae78 100755
--- a/oebb.sh
+++ b/oebb.sh
@@ -253,13 +253,13 @@ BBFILES = 
 # Add your overlay location to BBLAYERS
 # Make sure to have a conf/layers.conf in there
 BBLAYERS =  \\
-  \${TOPDIR}/sources/openembedded-core/meta \\
   \${TOPDIR}/sources/meta-angstrom \\
   \${TOPDIR}/sources/meta-openembedded/meta-oe \\
   \${TOPDIR}/sources/meta-openembedded/meta-efl \\
   \${TOPDIR}/sources/meta-openembedded/meta-gpe \\
   \${TOPDIR}/sources/meta-openembedded/meta-gnome \\
   \${TOPDIR}/sources/meta-texasinstruments \\
+  \${TOPDIR}/sources/openembedded-core/meta \\
   
 _EOF
 fi


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel