Skip to content

Commit

Permalink
fix static feed
Browse files Browse the repository at this point in the history
  • Loading branch information
titanobi committed Mar 5, 2024
1 parent e591828 commit 14de9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-oe/conf/distro/openaaf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ENIGMA2_URI ?= "${@bb.utils.contains("DISTRO_TYPE", "release", "git://github.com
IPKG_VARIANT = "opkg"

FEED_NAME ?= "${DISTRO_NAME}-${DISTRO_VERSION}"
DISTRO_FEED_URI ?= "${@bb.utils.contains("DISTRO_TYPE", "release", "http://openaaf.dyndns.tv/${DISTRO_VERSION}/${MACHINE}" , "http://beta.dyndns.tv/${DISTRO_VERSION}-${DISTRO_TYPE}/${MACHINE}", d)}"
STATIC_DISTRO_FEED_URI ?= "https://feeds2.mynonpublic.com/${DISTRO_VERSION}/STATIC"
DISTRO_FEED_URI ?= "${@bb.utils.contains("DISTRO_TYPE", "release", "http://openaaf.dyndns.tv/${DISTRO_VERSION}/${MACHINE}" , "http://openaaf.dyndns.tv/${DISTRO_VERSION}-${DISTRO_TYPE}/${MACHINE}", d)}"
STATIC_DISTRO_FEED_URI ?= "http://openaaf.dyndns.tv/${DISTRO_VERSION}/STATIC"
DISTRO_FEED_PREFIX ?= "openaaf"

IMAGE_VERSION ?= "${DISTRO_VERSION}"
Expand Down

0 comments on commit 14de9d4

Please sign in to comment.