summaryrefslogtreecommitdiff
path: root/packages/images/slugos-imagename.bb
blob: 61629d44af465a6b8902c43eabafc2a87112d33c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This is an inglorious hack to provide a package to match
# ${SLUGOS_IMAGENAME}-image
LICENSE = "MIT"
PN = "${SLUGOS_IMAGENAME}-image"
PV = "0"
PR = "r0"
DEPENDS = "slugos-image"
PACKAGES = ""
INHIBIT_DEFAULT_DEPS = "1"

SLUGOS_IMAGENAME ?= "slugos"
COMPATIBLE_MACHINE = "nslu2"

do_fetch() {
}
do_unpack() {
}
do_patch() {
}
do_configure() {
}
do_compile() {
}
do_install() {
}
do_stage() {
}
do_build() {
}