diff options
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}" |