blob: 24e83f0b66f64199980b6cf5405100264e04eb3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This describes a generic SlugOS image, even though the bb file is
# called 'slugos-image.bb' the distro specific configuration is
# done in conf/distro/${DISTRO}.conf (which should always include
# conf/distro/slugos.conf to get the standard settings).
DESCRIPTION = "Generic SlugOS image"
PR = "r1"
require slugos-image.inc
inherit nslu2-image
|