Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Markus Volk <f_l_k@t-online.de>
To: Khem Raj <raj.khem@gmail.com>, openembedded-core@lists.openembedded.org
Subject: Re: [oe-core][PATCHv2] default-providers.inc: add entries for virtual/libsdl2
Date: Fri, 25 Apr 2025 00:56:18 +0200	[thread overview]
Message-ID: <UPV8VS.UUSELDRXFPCO1@t-online.de> (raw)
In-Reply-To: <CAMKF1so=LdPAFO3cuYV_xsOHtqfNAXXmxGzBCgEKScuHS9sSgA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3210 bytes --]

> +PREFERRED_PROVIDER_virtual/nativesdk-libsdl2 ?= "nativesdk-libsdl2"

I think the entry for ntivesdk is correct ?

On Thu, Apr 24 2025 at 15:53:09 -07:00:00, Khem Raj 
<raj.khem@gmail.com> wrote:
> 
> 
> On Thu, Apr 24, 2025 at 2:40 PM Markus Volk via 
> lists.openembedded.org <http://lists.openembedded.org/> 
> <f_l_k=t-online.de@lists.openembedded.org 
> <mailto:t-online.de@lists.openembedded.org>> wrote:
>> v2: add missing -native
> 
> How about nativesdk
>> 
>> On Thu, Apr 24 2025 at 23:39:51 +02:00:00, Markus Volk 
>> <f_l_k@t-online.de <mailto:f_l_k@t-online.de>> wrote:
>>> virtual/libsdl2 can be provided by 'libsdl2' and 'libsdl2-compat' 
>>> where the latter
>>> is a replacement for libsdl2 that uses libsdl3 behind the scenes 
>>> and should
>>> be favored if applicable.
>>> 
>>> Signed-off-by: Markus Volk <f_l_k@t-online.de 
>>> <mailto:f_l_k@t-online.de>>
>>> ---
>>>  meta/conf/distro/include/default-providers.inc | 4 ++++
>>>  1 file changed, 4 insertions(+)
>>> 
>>> diff --git a/meta/conf/distro/include/default-providers.inc 
>>> b/meta/conf/distro/include/default-providers.inc
>>> index cebd0400f4..ee91af8796 100644
>>> --- a/meta/conf/distro/include/default-providers.inc
>>> +++ b/meta/conf/distro/include/default-providers.inc
>>> @@ -4,6 +4,8 @@
>>>  BB_RECIPE_VIRTUAL_PROVIDERS = "virtual/cross-cc virtual/cross-c++ 
>>> virtual/cross-binutils virtual/nativesdk-cross-cc 
>>> virtual/nativesdk-cross-c++ virtual/nativesdk-cross-binutils"
>>>  PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
>>>  PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg"
>>> +PREFERRED_PROVIDER_virtual/libsdl2 ?= "libsdl2"
>>> +PREFERRED_PROVIDER_virtual/libsdl2-native ?= "libsdl2-native"
>>>  PREFERRED_PROVIDER_virtual/egl ?= "mesa"
>>>  PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
>>>  PREFERRED_PROVIDER_virtual/libglx ?= "mesa"
>>> @@ -32,6 +34,7 @@ VIRTUAL-RUNTIME_base-utils-hwclock ?= 
>>> "busybox-hwclock"
>>>  VIRTUAL-RUNTIME_base-utils-syslog ?= "busybox-syslog"
>>>  VIRTUAL-RUNTIME_keymaps ?= "keymaps"
>>>  VIRTUAL-RUNTIME_dbus ?= "dbus"
>>> +VIRTUAL-RUNTIME_libsdl2 ?= "libsdl2"
>>> 
>>>  #
>>>  # Default recipe providers
>>> @@ -62,5 +65,6 @@ PREFERRED_PROVIDER_pkgconfig-native ?= 
>>> "pkgconfig-native"
>>>  PREFERRED_RPROVIDER_initd-functions ?= "initscripts"
>>> 
>>>  PREFERRED_PROVIDER_nativesdk-mesa ?= "nativesdk-mesa"
>>> +PREFERRED_PROVIDER_virtual/nativesdk-libsdl2 ?= "nativesdk-libsdl2"
>>> 
>>>  PREFERRED_RPROVIDER_virtual-x-terminal-emulator ?= "rxvt-unicode"
>>> --
>>> 2.49.0
>>> 
>>> 
>>> 
>>> 
>> 
>>  -=-=-=-=-=-=-=-=-=-=-=-
>>  Links: You receive all messages sent to this group.
>>  View/Reply Online (#215407): 
>> <https://lists.openembedded.org/g/openembedded-core/message/215407>
>>  Mute This Topic: 
>> <https://lists.openembedded.org/mt/112441574/1997914>
>>  Group Owner: openembedded-core+owner@lists.openembedded.org 
>> <mailto:openembedded-core%2Bowner@lists.openembedded.org>
>>  Unsubscribe: 
>> <https://lists.openembedded.org/g/openembedded-core/unsub> 
>> [raj.khem@gmail.com <mailto:raj.khem@gmail.com>]
>>  -=-=-=-=-=-=-=-=-=-=-=-
>> 


[-- Attachment #2: Type: text/html, Size: 4696 bytes --]

  reply	other threads:[~2025-04-24 22:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <18395F03D66275F9.31387@lists.openembedded.org>
2025-04-24 21:40 ` [oe-core][PATCHv2] default-providers.inc: add entries for virtual/libsdl2 Markus Volk
2025-04-24 22:53   ` Khem Raj
2025-04-24 22:56     ` Markus Volk [this message]
2025-04-24 21:39 Markus Volk
2025-04-25  7:59 ` Alexander Kanavin
2025-04-25  8:25   ` Markus Volk
2025-04-25  8:36     ` Alexander Kanavin

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=UPV8VS.UUSELDRXFPCO1@t-online.de \
    --to=f_l_k@t-online.de \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.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