surpport seeking the recorded video
[vuplus_openembedded] / recipes / images / slugos-image.inc
1 # This describes a generic SlugOS image, even though the bb file is
2 # called 'slugos-image.bb' the distro specific configuration is
3 # done in conf/distro/${DISTRO}.conf (which should always include
4 # conf/distro/slugos.conf to get the standard settings).
5
6 HOMEPAGE = "http://www.nslu2-linux.org"
7
8 DEPENDS = "task-slugos"
9 IMAGE_INSTALL = "task-slugos"
10
11 COMPATIBLE_MACHINE = "nslu2|ixp4xx|sheevaplug"
12
13 IMAGE_NAME = "${IMAGE_BASENAME}-${DISTRO_VERSION}"
14 IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
15 IMAGE_FSTYPES = "jffs2 tar.gz"
16 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
17 IMAGE_LINGUAS = ""
18
19 # IMAGE_PREPROCESS_COMMAND is run before making the image.  In SlugOS the
20 # kernel image is removed from the root file system to recover the space used -
21 # SlugOS is assumed to boot from a separate kernel image in flash (not in the
22 # root file system), if this is not the case the following must not be done!
23 IMAGE_PREPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/?Image*;"
24
25 inherit image