merge of 0c6591535a11955c424cb90d7a157b640d408d35
[openembedded.git] / conf / distro / ucslugc.conf
1 #@TYPE: Distribution
2 #@NAME: UcSlugC
3 #@DESCRIPTION: UcSlugC Linux Distribution for the NSLU2
4
5 # This is SLUGOS-BTU with a different name...
6 DISTRO_NAME = "UcSlugC"
7 DISTRO_VERSION = "3-beta"
8 DISTRO_FEED = "unstable"
9 DISTRO_TYPE = "beta"
10 SLUGOS_IMAGENAME = "ucslugc"
11
12 # NOTE: to build new packages set UCSLUGC_EXTRA_BBFILES to the full path name to
13 # the .bb files for the packages to build - see ucslugc-packages.conf in this
14 # directory
15 UCSLUGC_EXTRA_BBFILES ?= ""
16
17 # For compatibility with the old way of overriding these settings names with the
18 # prefix UCSLUGC_ are used here to default the values of the corresponding NSLU2_
19 # setting - either may be set in local.conf to override these values.
20 UCSLUGC_EXTRA_RDEPENDS ?= ""
21 UCSLUGC_EXTRA_DEPENDS ?= ""
22 UCSLUGC_NATIVE_DEPENDS ?= "upslug2-native"
23 #
24 SLUGOS_EXTRA_RDEPENDS ?= "${UCSLUGC_EXTRA_RDEPENDS}"
25 SLUGOS_EXTRA_DEPENDS ?= "${UCSLUGC_EXTRA_DEPENDS}"
26 SLUGOS_NATIVE_DEPENDS ?= "${UCSLUGC_NATIVE_DEPENDS}"
27
28 include conf/distro/slugos-btu.conf