diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-12 20:24:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-12 20:24:58 +0000 |
commit | 74626cde9c89fc1ffce65e30b1e23b5e39c57641 (patch) | |
tree | 7f63624812718f3705487ae72467a89810c0b20d /conf/distro | |
parent | fc04bb66fdd9d88b6d4f461211fdc96799a6c903 (diff) |
tweak ezx configs. bootstrap-image now builds, further tweaks not until I got my A780 :)
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/ezx.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/ezx.conf b/conf/distro/ezx.conf index d2349f5b1e..2bb392759a 100644 --- a/conf/distro/ezx.conf +++ b/conf/distro/ezx.conf @@ -5,13 +5,14 @@ #@MAINTAINER: Michael 'Mickey' Lauer <mickey@Vanille.de> #@-------------------------------------------------------------------- -include conf/distro/openzaurus.conf - DISTRO_NAME = "OpenEZX" DISTRO_VERSION = ".dev-snapshot-${DATE}" DISTRO_TYPE = "debug" # DISTRO_TYPE = "release" +include conf/distro/openzaurus.conf + + #FEED_URIS += " \ # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ |