From patchwork Fri Jul 25 08:51:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Robert P. J. Day" X-Patchwork-Id: 67457 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D638C83F26 for ; Fri, 25 Jul 2025 08:51:24 +0000 (UTC) Received: from cpanel10.indieserve.net (cpanel10.indieserve.net [199.212.143.9]) by mx.groups.io with SMTP id smtpd.web11.15173.1753433478176822635 for ; Fri, 25 Jul 2025 01:51:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@crashcourse.ca header.s=default header.b=ftnOpF2+; spf=pass (domain: crashcourse.ca, ip: 199.212.143.9, mailfrom: rpjday@crashcourse.ca) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crashcourse.ca; s=default; h=Content-Type:MIME-Version:Message-ID:Subject: To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ZLbqFPMlg2X2xd/nfn1skym7gGTZ02hw0hEGRGFjfJI=; b=ftnOpF2+hidy+HEhgVrY8R6UGJ p9K8OUywEoKuD0+5c04F2SrU89FLQezH3M/or8OF/gItoeEFRKwx0ZPmt+0+oLZiXHW9wVW+/Ajzw WWc3HWQ72Bip/Kh3YIXOzoAERVsHi0l+hZ8CtrgRLH3OS5Ld+U03o1ep+cJrLpzPIweobPzNmM4Jz C5T/6JYTENVhmIvRB4SK/mMt7p1pGO0t40zIzmruW6/9afgFyAqcJ2q7FY8tzIj/lsA7wNvqtxV6h wDcUJCBxovmPlR9v4f+04JgqeHiLm9+U6zCH/Hx1hMhFLgPVZ7ydF3hqD8R+fU4ytAZIzsl6Nn6E5 If4OstRQ==; Received: from pool-174-114-102-5.cpe.net.cable.rogers.com ([174.114.102.5]:43150 helo=asus) by cpanel10.indieserve.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1ufE93-000000009k9-1osv for openembedded-core@lists.openembedded.org; Fri, 25 Jul 2025 04:51:16 -0400 Date: Fri, 25 Jul 2025 04:51:09 -0400 (EDT) From: "Robert P. J. Day" To: OE Core mailing list Subject: [PATCH] drop reference to obsolete tar packaging for IMAGE_PKGTYPE Message-ID: <455cf9a7-4512-36df-e1fc-a156d0f019b9@crashcourse.ca> MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel10.indieserve.net X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Get-Message-Sender-Via: cpanel10.indieserve.net: authenticated_id: rpjday+crashcourse.ca/only user confirmed/virtual account not confirmed X-Authenticated-Sender: cpanel10.indieserve.net: rpjday@crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 25 Jul 2025 08:51:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220901 tar packaging was removed some time ago. Signed-off-by: Robert P. J. Day diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 2710485227..741130a392 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -212,7 +212,7 @@ IMAGE_INSTALL[doc] = "Specifies the packages to install into an image. Image rec IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." IMAGE_NAME[doc] = "The name of the output image files minus the extension." IMAGE_OVERHEAD_FACTOR[doc] = "Defines a multiplier that the build system applies to the initial image size for cases when the multiplier times the returned disk usage value for the image is greater than the sum of IMAGE_ROOTFS_SIZE and IMAGE_ROOTFS_EXTRA_SPACE." -IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system." +IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM or IPK) used by the OpenEmbedded build system." IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'."