Skip to content

Commit

Permalink
add warrior to LAYERSERIES_COMPAT
Browse files Browse the repository at this point in the history
Changelog: None

Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
  • Loading branch information
mirzak committed Aug 1, 2019
1 parent dd615e7 commit a8fe626
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meta-mender-core/conf/layer.conf
Expand Up @@ -17,5 +17,5 @@ BBFILE_PRIORITY_mender = "6"

INHERIT += "mender-setup"

LAYERSERIES_COMPAT_mender = "thud"
LAYERSERIES_COMPAT_mender = "thud warrior"
LAYERDEPENDS_mender = "core"
2 changes: 1 addition & 1 deletion meta-mender-demo/conf/layer.conf
Expand Up @@ -15,5 +15,5 @@ BBFILE_PRIORITY_mender-demo = "6"
MENDER_STORAGE_TOTAL_SIZE_MB_DEFAULT ?= "608"
IMAGE_OVERHEAD_FACTOR = "1.0"

LAYERSERIES_COMPAT_mender-demo = "thud"
LAYERSERIES_COMPAT_mender-demo = "thud warrior"
LAYERDEPENDS_mender-demo = "mender"
2 changes: 1 addition & 1 deletion meta-mender-qemu/conf/layer.conf
Expand Up @@ -12,7 +12,7 @@ BBFILE_COLLECTIONS += "mender-qemu"
BBFILE_PATTERN_mender-qemu = "^${LAYERDIR}/"
BBFILE_PRIORITY_mender-qemu = "6"

LAYERSERIES_COMPAT_mender-qemu = "thud"
LAYERSERIES_COMPAT_mender-qemu = "thud warrior"
LAYERDEPENDS_mender-qemu = "mender"

EXTRA_IMAGEDEPENDS_append_mender-image-uefi_x86 = " ovmf"
Expand Down
2 changes: 1 addition & 1 deletion meta-mender-raspberrypi-demo/conf/layer.conf
Expand Up @@ -15,4 +15,4 @@ LAYERDEPENDS_mender-raspberrypi-demo = "mender mender-demo mender-raspberrypi"

INHERIT += "rpi-demo-wifi"

LAYERSERIES_COMPAT_mender-raspberrypi-demo = "thud"
LAYERSERIES_COMPAT_mender-raspberrypi-demo = "thud warrior"
2 changes: 1 addition & 1 deletion meta-mender-raspberrypi/conf/layer.conf
Expand Up @@ -14,7 +14,7 @@ BBFILE_PRIORITY_mender-raspberrypi = "10"

LAYERDEPENDS_mender-raspberrypi = "mender raspberrypi"

LAYERSERIES_COMPAT_mender-raspberrypi = "thud"
LAYERSERIES_COMPAT_mender-raspberrypi = "thud warrior"

# Raspberry Pi doesn't work with GRUB currently.
_MENDER_IMAGE_TYPE_DEFAULT = "mender-image-sd"
Expand Down

0 comments on commit a8fe626

Please sign in to comment.