diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-16 17:43:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:25 +0000 |
commit | 95f236f668f641224144a527279e368e98e2e6bf (patch) | |
tree | 33b9226229a885ded1029c30a21770f1001a83ab /meta/recipes-extended/images | |
parent | 9ebd0a84e70294440445c8d2da382409f2dcadf9 (diff) | |
download | poky-95f236f668f641224144a527279e368e98e2e6bf.tar.gz |
core-image-testmaster: Rename to core-image-testcontroller
Rename the image, the test controller class/code/module and the underlying
image sentinel file to all match the controller terminology.
(From OE-Core rev: f87b32833ac5327c4659ab8c06af34e7bda83f83)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/images')
-rw-r--r-- | meta/recipes-extended/images/core-image-testcontroller-initramfs.bb (renamed from meta/recipes-extended/images/core-image-testmaster-initramfs.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-extended/images/core-image-testcontroller.bb (renamed from meta/recipes-extended/images/core-image-testmaster.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/images/core-image-testmaster-initramfs.bb b/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb index 1a2e0af27b..2bc035a538 100644 --- a/meta/recipes-extended/images/core-image-testmaster-initramfs.bb +++ b/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb | |||
@@ -7,7 +7,7 @@ PACKAGE_INSTALL = "initramfs-live-boot initramfs-live-install-testfs initramfs-l | |||
7 | # Do not pollute the initrd image with rootfs features | 7 | # Do not pollute the initrd image with rootfs features |
8 | IMAGE_FEATURES = "" | 8 | IMAGE_FEATURES = "" |
9 | 9 | ||
10 | export IMAGE_BASENAME = "core-image-testmaster-initramfs" | 10 | export IMAGE_BASENAME = "core-image-testcontroller-initramfs" |
11 | IMAGE_NAME_SUFFIX ?= "" | 11 | IMAGE_NAME_SUFFIX ?= "" |
12 | IMAGE_LINGUAS = "" | 12 | IMAGE_LINGUAS = "" |
13 | 13 | ||
diff --git a/meta/recipes-extended/images/core-image-testmaster.bb b/meta/recipes-extended/images/core-image-testcontroller.bb index 0faf18f5a4..20edbd5630 100644 --- a/meta/recipes-extended/images/core-image-testmaster.bb +++ b/meta/recipes-extended/images/core-image-testcontroller.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A master image to be deployed on a target useful for testing other images" | 1 | DESCRIPTION = "A test controller image to be deployed on a target useful for testing other images using the OEQA runtime tests" |
2 | 2 | ||
3 | IMAGE_FEATURES += "ssh-server-openssh package-management" | 3 | IMAGE_FEATURES += "ssh-server-openssh package-management" |
4 | 4 | ||
@@ -14,5 +14,5 @@ IMAGE_INSTALL += "\ | |||
14 | # we need a particular initramfs for live images | 14 | # we need a particular initramfs for live images |
15 | # that pulls custom install scripts which take | 15 | # that pulls custom install scripts which take |
16 | # care of partitioning for us | 16 | # care of partitioning for us |
17 | INITRD_IMAGE = "core-image-testmaster-initramfs" | 17 | INITRD_IMAGE = "core-image-testcontroller-initramfs" |
18 | 18 | ||