public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: "Piotr Łobacz" <p.lobacz@welotec.com>
Cc: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: ODP: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support
Date: Fri, 21 Jul 2023 14:00:14 +0200	[thread overview]
Message-ID: <202307211200147e423198@mail.local> (raw)
In-Reply-To: <VI1PR04MB5373508095825FE89990A5AC913FA@VI1PR04MB5373.eurprd04.prod.outlook.com>

On 21/07/2023 11:23:10+0000, Piotr Łobacz wrote:
> OK do you want it to be on top of openembedded-core-contrib/origin/abelloni/master-next or just openembedded-core/master-next?

Now that the opkg upgrade had been merged in master, you can rebase on
top of master.

> ________________________________
> Od: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> w imieniu użytkownika Piotr Łobacz via lists.openembedded.org <p.lobacz=welotec.com@lists.openembedded.org>
> Wysłane: piątek, 21 lipca 2023 11:31
> Do: Alexandre Belloni <alexandre.belloni@bootlin.com>
> DW: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org>
> Temat: Re: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support
> 
> Yes but within an hour?
> 
> Wysyłane z aplikacji Outlook dla systemu iOS<https://aka.ms/o0ukef>
> ________________________________
> Od: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Wysłane: Friday, July 21, 2023 11:30:54 AM
> Do: Piotr Łobacz <p.lobacz@welotec.com>
> DW: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org>
> Temat: Re: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support
> 
> Hello,
> 
> I want to give this a shot again, can you rebase on top of my
> master-next branch ?
> 
> On 19/07/2023 21:48:38+0200, Piotr Łobacz wrote:
> > Include support for ACLs and extended file attributes for native
> > builds, by default.
> >
> > Signed-off-by: Piotr Łobacz <p.lobacz@welotec.com>
> > ---
> >  meta/conf/bitbake.conf | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> > index 9625a6fef4..8daaaad615 100644
> > --- a/meta/conf/bitbake.conf
> > +++ b/meta/conf/bitbake.conf
> > @@ -904,7 +904,7 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
> >
> >  # Native distro features (will always be used for -native, even if they
> >  # are not enabled for target)
> > -DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr"
> > +DISTRO_FEATURES_NATIVE ?= "acl x11 ipv6 xattr"
> >  DISTRO_FEATURES_NATIVESDK ?= "x11"
> >
> >  # Normally target distro features will not be applied to native builds:
> > --
> > 2.34.1
> >
> 
> >
> >
> >
> 
> 
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbootlin.com%2F&data=05%7C01%7Cp.lobacz%40welotec.com%7C2fcf33853c84429feb0708db89cd2f44%7C25111a7f1d5a4c51a4ca7f8e44011b39%7C0%7C0%7C638255286582480321%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=VzoZv0Pjtc0D2%2FwMEi32VYkRde7xvWr4b5hHMopFJN0%3D&reserved=0<https://bootlin.com/>

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


  reply	other threads:[~2023-07-21 12:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-19 19:48 [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 2/6] package_ipk.bbclass: add support for ACLs and xattr Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 3/6] package.bbclass: " Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 4/6] opkg-utils: add acl and xattr support Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 5/6] opkg: add options to enable support for acl and xattr Piotr Łobacz
2023-07-19 19:48 ` [OE-Core][PATCH v6 6/6] opkg: set locale from system environment variables Piotr Łobacz
2023-07-19 20:03 ` ODP: [OE-Core][PATCH v6 1/6] bitbake.conf: add acl and xattr distro native features support Piotr Łobacz
2023-07-21  9:30 ` Alexandre Belloni
2023-07-21  9:31   ` Piotr Łobacz
     [not found]   ` <1773D81D0EEA3783.27973@lists.openembedded.org>
2023-07-21 11:23     ` ODP: " Piotr Łobacz
2023-07-21 12:00       ` Alexandre Belloni [this message]
2023-07-21 12:12         ` ODP: " Piotr Łobacz

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=202307211200147e423198@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=p.lobacz@welotec.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