diff options
author | Bruno Randolf <br1@subnet.at> | 2004-12-22 13:40:51 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-12-22 13:40:51 +0000 |
commit | 19e74722f3b3631481e38033a111d6284cb793b4 (patch) | |
tree | e1ecbef076a8a21c0f04f8538093922e1c752d42 /conf/distro | |
parent | 654c1abd2f86214cc5cc7bf2407952f3647cad2d (diff) |
Merge http://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/oe/openembedded
2004/12/22 14:40:19+01:00 (none)!br1
nylon: better image names
BKrev: 41c97963CwJwl09o746HOLNjwaETGg
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/nylon.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/distro/nylon.conf b/conf/distro/nylon.conf index 8f0461395f..6ba3af746e 100644 --- a/conf/distro/nylon.conf +++ b/conf/distro/nylon.conf @@ -35,6 +35,10 @@ PREFERRED_VERSION_prism54-firmware = "1.0.3.0" PREFERRED_VERSION_usbutils = "0.11" # use meshcub.org mirrors -CVS_TARBALL_STASH = "http://meshcube.org/nylon/unstable/sources/" +CVS_TARBALL_STASH = "http://meshcube.org/nylon/${NYLON_RELEASE}/sources/" INHERIT += "nylon-mirrors" +export FEED_URIS="nylon##http://meshcube.org/nylon/${NYLON_RELEASE}/feed" + +IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}_${BUILDNAME}" +KERNEL_IMAGE_NAME = "kernel-${KV}-${MACHINE}_${BUILDNAME}" |