enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / images / micro-base-image.bb
1 # micro-base-image
2 #
3 # Image configuration for the OE Micro Linux Distribuion (micro, micro-uclibc)
4 #
5
6 # Install basic files only
7 IMAGE_INSTALL = "base-files base-passwd dropbear netbase"
8 IMAGE_LINGUAS = ""
9
10 # Use busybox as login manager
11 IMAGE_LOGIN_MANAGER = "busybox"
12
13 # Include minimum init and init scripts
14 IMAGE_DEV_MANAGER = "busybox-mdev"
15 IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof"
16 IMAGE_INITSCRIPTS = ""
17
18 inherit image
19