summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2018-03-07 10:29:25 -0600
committerAndrei Gherzan <andrei@gherzan.com>2018-03-07 23:35:18 +0000
commitad7693c9a06a35f7251ea607c0290583c6b5c4ab (patch)
tree138a92b6a98f280a9337a32266f60b1a6f774d04
parent0e1e2c6e0aebab8a7536f81dc25f50c0f2f6d518 (diff)
downloadmeta-raspberrypi-ad7693c9a06a35f7251ea607c0290583c6b5c4ab.tar.gz
rpi-base.inc: set default wic kickstart file
While wic is not a standard image, adding it to IMAGE_FSTYPES in local.conf will fail unless a WKS_FILE is provided. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
-rw-r--r--conf/machine/include/rpi-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index ae71818..8042d65 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -6,6 +6,7 @@ SOC_FAMILY = "rpi"
6include conf/machine/include/soc-family.inc 6include conf/machine/include/soc-family.inc
7 7
8IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" 8IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
9WKS_FILE ?= "sdimage-raspberrypi.wks"
9 10
10XSERVER = " \ 11XSERVER = " \
11 xserver-xorg \ 12 xserver-xorg \