Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org, Andreas Ziegler <br025@umbiko.net>,
	Angelo Compagnucci <angelo.compagnucci@gmail.com>,
	Fabrice Fontaine <fontaine.fabrice@gmail.com>,
	Mahyar Koshkouei <mahyar.koshkouei@gmail.com>,
	Matt Flax <flatmax@flatmax.org>,
	Romain Naour <romain.naour@gmail.com>,
	Simon Dawson <spdawson@gmail.com>,
	Woodrow Douglass <wdouglass@carnegierobotics.com>
Subject: Re: [Buildroot] [PATCH v8 00/29] Remove packages
Date: Tue, 30 Dec 2025 12:08:47 +0100	[thread overview]
Message-ID: <20251230120847.22375487@windsurf> (raw)
In-Reply-To: <20251229175938.3549882-1-bernd@kuhls.net>

Hello,

On Mon, 29 Dec 2025 18:59:08 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> Bernd Kuhls (29):
>   package/libnids: remove package
>   package/dmraid: remove package
>   package/libmhash: remove package
>   package/connman-gtk: remove package
>   package/hawktracer: remove package
>   package/let-me-create: remove package
>   package/libcgi: remove package
>   package/libiqrf: remove package
>   package/libuwsc: remove package
>   package/alure: remove package

I've applied up to this point.

>   package/openpowerlink: remove package

This one causes warnings:

Config.in.legacy:6025: BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE not referenced but has a comment stating it is
Config.in.legacy:6035: BR2_PACKAGE_OPENPOWERLINK_LIBPCAP not referenced but has a comment stating it is

>   package/opentracing-cpp: remove package
>   package/qjson: remove package
>   package/sconeserver: remove package
>   package/taskd: remove package
>   package/racehound: remove package

This one:

WARNING: .checkpackageignore:881: ignored file package/racehound/0001-Fix-module-install-path-lib-instead-of-usr-lib-prefi.patch is missing

>   package/musepack: remove package
>   package/libcuefile: remove package

This one doesn't apply on the latest master.

>   package/python-aioredis: remove package
>   package/cppdb: remove package
>   package/ffmpeg: remove optional dependency to opencv3
>   package/freeswitch: remove optional dependency to opencv3
>   package/gtkiostream: remove optional dependency to opencv3
>   package/mjpg-streamer: remove optional dependency to opencv3
>   package/vlc: remove optional dependency to opencv3
>   package/opencv3: remove package

I'm happy to apply up to this point once the above issues are fixed.

>   package/ogre: remove dependency to libfreeimage
>   package/cegui: remove dependency to libfreeimage
>   package/libfreeimage: remove package

For this one, I suggested to drop libfreeimage, so of course I'm fine
with it, but "ogre" is still relevant and maintained upstream. Is it
still using libfreeimage in its latest version?

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2025-12-30 11:08 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-29 17:59 [Buildroot] [PATCH v8 00/29] Remove packages Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 01/29] package/libnids: remove package Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 02/29] package/dmraid: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 03/29] package/libmhash: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 04/29] package/connman-gtk: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 05/29] package/hawktracer: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 06/29] package/let-me-create: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 07/29] package/libcgi: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 08/29] package/libiqrf: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 09/29] package/libuwsc: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 10/29] package/alure: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 11/29] package/openpowerlink: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 12/29] package/opentracing-cpp: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 13/29] package/qjson: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 14/29] package/sconeserver: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 15/29] package/taskd: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 16/29] package/racehound: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 17/29] package/musepack: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 18/29] package/libcuefile: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 19/29] package/python-aioredis: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 20/29] package/cppdb: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 21/29] package/ffmpeg: remove optional dependency to opencv3 Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 22/29] package/freeswitch: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 23/29] package/gtkiostream: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 24/29] package/mjpg-streamer: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 25/29] package/vlc: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 26/29] package/opencv3: remove package Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 27/29] package/ogre: remove dependency to libfreeimage Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 28/29] package/cegui: " Bernd Kuhls
2025-12-29 17:59 ` [Buildroot] [PATCH v8 29/29] package/libfreeimage: remove package Bernd Kuhls
2025-12-30 11:08 ` Thomas Petazzoni via buildroot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251230120847.22375487@windsurf \
    --to=buildroot@buildroot.org \
    --cc=angelo.compagnucci@gmail.com \
    --cc=bernd@kuhls.net \
    --cc=br025@umbiko.net \
    --cc=flatmax@flatmax.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=mahyar.koshkouei@gmail.com \
    --cc=romain.naour@gmail.com \
    --cc=spdawson@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=wdouglass@carnegierobotics.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox