rauc: Create default files for a rauc slot to be used by the image

Create a sysmocom-nitb-rauc-image and create a rauc packagegroup
with the default depdencies and an include file to be used by
other images. This assumes that sysmocom-image.inc has been
included first.
This commit is contained in:
Holger Hans Peter Freyther 2015-08-10 16:26:40 +02:00
parent e6712d10df
commit fdc0560b63
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,2 @@
require sysmocom-nitb-image.bb
require sysmocom-rauc-slot.inc

View File

@ -0,0 +1,5 @@
IMAGE_INSTALL_append = " packagegroup-rauc-slot "
# force it to a squashfs
IMAGE_FSTYPES = "squashfs"

View File

@ -0,0 +1,18 @@
DESCRIPTION = "Task for sysmocom rauc slots"
LICENSE = "MIT"
LIC_FILES_CHKSUM = " \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY_${PN} = "1"
PR = "r1"
RDEPENDS_${PN} = "\
rauc \
sysmocom-backup-data \
sysmocom-backup-default \
"
# Add minimal debug helpers
RDEPENDS_${PN} += "\
strace tcpdump \
"