merge of 7b6a90f4a303bd10227810719197dec0ab049efe
[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 = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
8 # DISTRO_FEED = "unstable"
9 DISTRO_TYPE = "beta"
10 SLUGOS_IMAGENAME = "ucslugc"
11 SLUGOS_IMAGESEX  = "big-endian"
12
13 # NOTE: to build new packages set UCSLUGC_EXTRA_BBFILES to the full path name to
14 # the .bb files for the packages to build - see ucslugc-packages.conf in this
15 # directory
16 UCSLUGC_EXTRA_BBFILES ?= ""
17
18 # For compatibility with the old way of overriding these settings names with the
19 # prefix UCSLUGC_ are used here to default the values of the corresponding NSLU2_
20 # setting - either may be set in local.conf to override these values.
21 UCSLUGC_EXTRA_RDEPENDS ?= ""
22
23 UCSLUGC_STANDARD_RDEPENDS += "\
24 kernel-module-ehci-hcd \
25 kernel-module-ohci-hcd \
26 kernel-module-uhci-hcd \
27 kernel-module-sd-mod \
28 kernel-module-usb-storage \
29 kernel-module-scsi-mod \
30 "
31
32 #
33 SLUGOS_EXTRA_RDEPENDS ?= "${UCSLUGC_EXTRA_RDEPENDS}"
34
35 include conf/distro/slugos-btu.conf