From ba4fd5229893a24ef1f305c0b04facf2329b16df Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 3 Jun 2025 22:17:37 +0100 Subject: classes/recipes-devtools: Drop icecc from OE-Core There are reports this class has been broken since mickledore which suggests there are limited numbers of users. It doesn't have any automated testing and it would be hard to setup and maintain a testing environment for it. The original users/manintainers aren't using it now. For those reasons, drop from OE-Core as we're not in a good position to maintain it. I'd suggest anyone wanting to use it creates a dedicated layer with maintainers who are in a position to test/develop it appropriately since it is standalone code. (From OE-Core rev: ecf8c386cf83ea235bdc4ee0da6671a395a4c358) Signed-off-by: Richard Purdie --- meta/conf/distro/include/distro_alias.inc | 1 - meta/conf/distro/include/maintainers.inc | 2 -- meta/conf/documentation.conf | 5 ----- meta/conf/layer.conf | 1 - 4 files changed, 9 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/distro_alias.inc b/meta/conf/distro/include/distro_alias.inc index 8052464f1d..20882523c2 100644 --- a/meta/conf/distro/include/distro_alias.inc +++ b/meta/conf/distro/include/distro_alias.inc @@ -105,7 +105,6 @@ DISTRO_PN_ALIAS:pn-gtk-icon-utils-native = "OSPDT" DISTRO_PN_ALIAS:pn-systemd-boot = "Ubuntu=systemd-boot Fedora=systemd-boot" DISTRO_PN_ALIAS:pn-hello-mod = "OE-Core" DISTRO_PN_ALIAS:pn-hwlatdetect = "OSPDT" -DISTRO_PN_ALIAS:pn-icecc-create-env = "OE-Core" DISTRO_PN_ALIAS:pn-init-ifupdown = "Debian=ifupdown Ubuntu=ifupdown" DISTRO_PN_ALIAS:pn-initramfs-boot = "OE-Core" DISTRO_PN_ALIAS:pn-initramfs-framework = "OE-Core" diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 674779fa3b..5c315d58cf 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -272,7 +272,6 @@ RECIPE_MAINTAINER:pn-hicolor-icon-theme = "Anuj Mittal " RECIPE_MAINTAINER:pn-hwdata = "Hiago De Franco " RECIPE_MAINTAINER:pn-hwlatdetect = "Unassigned " RECIPE_MAINTAINER:pn-i2c-tools = "Anuj Mittal " -RECIPE_MAINTAINER:pn-icecc-create-env = "Joshua Watt " RECIPE_MAINTAINER:pn-icon-naming-utils = "Richard Purdie " RECIPE_MAINTAINER:pn-icu = "Unassigned " RECIPE_MAINTAINER:pn-ifupdown = "Anuj Mittal " @@ -548,7 +547,6 @@ RECIPE_MAINTAINER:pn-musl-utils = "Khem Raj " RECIPE_MAINTAINER:pn-nasm = "Richard Purdie " RECIPE_MAINTAINER:pn-nativesdk-buildtools-perl-dummy = "Richard Purdie " RECIPE_MAINTAINER:pn-nativesdk-clang-glue = "Khem Raj " -RECIPE_MAINTAINER:pn-nativesdk-icecc-toolchain = "Joshua Watt " RECIPE_MAINTAINER:pn-nativesdk-libtool = "Richard Purdie " RECIPE_MAINTAINER:pn-nativesdk-packagegroup-sdk-host = "Ross Burton " RECIPE_MAINTAINER:pn-nativesdk-qemu-helper = "Richard Purdie " diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 570a604494..2710485227 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -201,11 +201,6 @@ HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR." #I -ICECC_ENV_EXEC[doc] = "Points to the icecc-create-env script that you provide." -ICECC_PATH[doc] = "The location of the icecc binary." -ICECC_CLASS_DISABLE[doc] = "Identifies user classes that you do not want the Icecream distributed compile support to consider." -ICECC_RECIPE_DISABLE[doc] = "Identifies user recipes that you do not want the Icecream distributed compile support to consider." -ICECC_RECIPE_ENABLE[doc] = "Identifies user recipes that use an empty PARALLEL_MAKE variable that you want to force remote distributed compilation on using the Icecream distributed compile support." IMAGE_BASENAME[doc] = "The base name of image output files." IMAGE_BOOT_FILES[doc] = "Whitespace separated list of files from ${DEPLOY_DIR_IMAGE} to place in boot partition. Entries will be installed under a same name as the source file. To change the destination file name, pass a desired name after a semicolon (eg. u-boot.img;uboot)." IMAGE_CLASSES[doc] = "A list of classes that all images should inherit." diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index e19431e724..44267ce8e2 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -53,7 +53,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ *->quilt-native \ *->subversion-native \ *->git-native \ - *->icecc-create-env-native \ gcc-cross-${TARGET_ARCH}->linux-libc-headers \ ppp-dialin->ppp \ resolvconf->bash \ -- cgit v1.2.3-54-g00ecf