Message ID | 20231010080305.3762206-1-nobuhiro1.iwamatsu@toshiba.co.jp (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [isar-cip-core,v2] wic: Rename wic/simatic-ipc227e.wks to wic/x86_64-generic.wks | expand |
On 10.10.23 10:03, Nobuhiro Iwamatsu wrote: > Currently wic/simatic-ipc227e.wks has generic settings for x86_64. It is > also available for other x86_64 reference HWs. > Therefore, change this to wic/x86_64-generic.wks as the generic file name. > > Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> > --- > v2: Merge patch:'simatic-ipc227e: conf: Add WKS_FILE as x86_64-generic.wks' > > --- > conf/machine/simatic-ipc227e.conf | 1 + > wic/{simatic-ipc227e.wks => x86_64-generic.wks} | 0 > 2 files changed, 1 insertion(+) > rename wic/{simatic-ipc227e.wks => x86_64-generic.wks} (100%) > > diff --git a/conf/machine/simatic-ipc227e.conf b/conf/machine/simatic-ipc227e.conf > index a624fcd..8bb3e80 100644 > --- a/conf/machine/simatic-ipc227e.conf > +++ b/conf/machine/simatic-ipc227e.conf > @@ -9,6 +9,7 @@ > DISTRO_ARCH = "amd64" > > IMAGE_FSTYPES ?= "wic" > +WKS_FILE ?= "x86_64-generic.wks" > IMAGER_INSTALL += "${GRUB_BOOTLOADER_INSTALL}" > USE_CIP_KERNEL_CONFIG = "1" > KERNEL_DEFCONFIG = "cip-kernel-config/${KERNEL_DEFCONFIG_VERSION}/x86/siemens_ipc227e_defconfig" > diff --git a/wic/simatic-ipc227e.wks b/wic/x86_64-generic.wks > similarity index 100% > rename from wic/simatic-ipc227e.wks > rename to wic/x86_64-generic.wks Thanks, applied. Jan
diff --git a/conf/machine/simatic-ipc227e.conf b/conf/machine/simatic-ipc227e.conf index a624fcd..8bb3e80 100644 --- a/conf/machine/simatic-ipc227e.conf +++ b/conf/machine/simatic-ipc227e.conf @@ -9,6 +9,7 @@ DISTRO_ARCH = "amd64" IMAGE_FSTYPES ?= "wic" +WKS_FILE ?= "x86_64-generic.wks" IMAGER_INSTALL += "${GRUB_BOOTLOADER_INSTALL}" USE_CIP_KERNEL_CONFIG = "1" KERNEL_DEFCONFIG = "cip-kernel-config/${KERNEL_DEFCONFIG_VERSION}/x86/siemens_ipc227e_defconfig" diff --git a/wic/simatic-ipc227e.wks b/wic/x86_64-generic.wks similarity index 100% rename from wic/simatic-ipc227e.wks rename to wic/x86_64-generic.wks
Currently wic/simatic-ipc227e.wks has generic settings for x86_64. It is also available for other x86_64 reference HWs. Therefore, change this to wic/x86_64-generic.wks as the generic file name. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> --- v2: Merge patch:'simatic-ipc227e: conf: Add WKS_FILE as x86_64-generic.wks' --- conf/machine/simatic-ipc227e.conf | 1 + wic/{simatic-ipc227e.wks => x86_64-generic.wks} | 0 2 files changed, 1 insertion(+) rename wic/{simatic-ipc227e.wks => x86_64-generic.wks} (100%)