[yocto] [meta-cgl][PATCH 1/2] core-image-cgl/core-image-cgl-initramfs: remove them

Changqing Li changqing.li at windriver.com
Thu Nov 21 01:13:31 PST 2019


ping

On 9/17/19 4:04 PM, changqing.li at windriver.com wrote:
> From: Changqing Li <changqing.li at windriver.com>
>
> remove core-image-cgl.bb and core-image-cgl-initramfs.bb
>
> * They require core-image-lsb.bb which has been removed by oe-core
>
> * Even before LSB support is dropped by oe-core, core-image-cgl
>    and core-image-cgl-initramfs cannot build success, failed during
>    do_rootfs with below error, so I suppose that no one use these
>    2 recipes, so remove it
>
> Error:
>   Problem: package logcheck-1.3.20-r0.core2_64 requires rsyslog, but none of the providers can be installed
>    - package rsyslog-8.1907.0-r0.core2_64 conflicts with sysklogd provided by sysklogd-1.5.1-r0.core2_64
>    - package sysklogd-1.5.1-r0.core2_64 conflicts with rsyslog provided by rsyslog-8.1907.0-r0.core2_64
>    - package packagegroup-cgl-applications-1.0-r0.noarch requires logcheck, but none of the providers can be installed
>    - package packagegroup-core-full-cmdline-initscripts-1.0-r6.noarch requires sysklogd, but none of the providers can be installed
>    - package packagegroup-cgl-1.0-r0.noarch requires packagegroup-cgl-applications, but none of the providers can be installed
>    - package packagegroup-core-full-cmdline-1.0-r6.noarch requires packagegroup-core-full-cmdline-initscripts, but none of the providers can be installed
>
> Signed-off-by: Changqing Li <changqing.li at windriver.com>
> ---
>   meta-cgl-common/images/core-image-cgl-initramfs.bb | 19 ---------------
>   meta-cgl-common/images/core-image-cgl.bb           | 28 ----------------------
>   2 files changed, 47 deletions(-)
>   delete mode 100644 meta-cgl-common/images/core-image-cgl-initramfs.bb
>   delete mode 100644 meta-cgl-common/images/core-image-cgl.bb
>
> diff --git a/meta-cgl-common/images/core-image-cgl-initramfs.bb b/meta-cgl-common/images/core-image-cgl-initramfs.bb
> deleted file mode 100644
> index 67cb4c1..0000000
> --- a/meta-cgl-common/images/core-image-cgl-initramfs.bb
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -require core-image-cgl.bb
> -
> -# Recipe is based on core-image-minimal.bb
> -DESCRIPTION = "Initramfs used to mount multipath device as root file system"
> -
> -PACKAGE_INSTALL = "initramfs-cgl-boot busybox base-passwd udev"
> -
> -# Do not pollute the initrd image with rootfs features
> -IMAGE_FEATURES = ""
> -
> -export IMAGE_BASENAME = "core-image-cgl-initramfs"
> -IMAGE_LINGUAS = ""
> -
> -LICENSE = "MIT"
> -IMAGE_FSTYPES ??= "cpio.gz.u-boot"
> -
> -IMAGE_ROOTFS_SIZE = "8192"
> -
> -BAD_RECOMMENDATIONS += "busybox-syslog"
> diff --git a/meta-cgl-common/images/core-image-cgl.bb b/meta-cgl-common/images/core-image-cgl.bb
> deleted file mode 100644
> index 86bf7d4..0000000
> --- a/meta-cgl-common/images/core-image-cgl.bb
> +++ /dev/null
> @@ -1,28 +0,0 @@
> -require recipes-extended/images/core-image-lsb.bb
> -
> -
> -VALGRIND ?= ""
> -VALGRIND_powerpc ?= "valgrind"
> -VALGRIND_e500v2 ?= ""
> -VALGRIND_x86 ?= "valgrind"
> -VALGRIND_x86_64 ?= "valgrind"
> -VALGRIND_armv7a ?= "valgrind"
> -
> -# Include modules in rootfs
> -IMAGE_INSTALL += "\
> -    packagegroup-core-buildessential \
> -    packagegroup-core-selinux \
> -    packagegroup-cgl \
> -    kexec-tools \
> -    lttng-tools \
> -    lttng-modules \
> -    ${VALGRIND} \
> -    "
> -
> -IMAGE_FSTYPES += " ext3.gz"
> -
> -# kexec-tools doesn't work on Mips
> -KEXECTOOLS_mips ?= ""
> -KEXECTOOLS_mipsel ?= ""
> -
> -IMAGE_FEATURES += "tools-debug tools-profile"


More information about the yocto mailing list