Rename docker-image -> docker-host-image

This commit is contained in:
tkl
2021-02-04 14:51:30 +01:00
parent d698d2f609
commit 497d6aa4e3
10 changed files with 39 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
SUMMARY = "Development image for docker host system"
HOMEPAGE = "https://blackfinn.de"
LICENSE = "MIT"
require docker-host-image.bb
IMAGE_INSTALL_append = " \
git \
vim \
"
export IMAGE_BASENAME = "docker-host-dev-image"

View File

@@ -10,5 +10,5 @@ EXTRA_USERS_PARAMS += " \
usermod -a -G docker tkl \
"
export IMAGE_BASENAME = "docker-image"
export IMAGE_BASENAME = "docker-host-image"