Den fre 14 jan. 2022 kl 09:38 skrev Vincent Lefevre :
> Imagine that any language (including those in a non-Latin script)
> would like to use its own reply prefix, and the complexity to handle
> that...
>
That's already the case. For example in Sweden, "Sv:" is used instead of
"Re:". This is not
From: Richard Purdie
Sent: Tuesday, September 8, 2020 1:25 PM
To: Fredrik Gustafsson; Fredrik Gustafsson
Cc: openembedded-core@lists.openembedded.org; tools-cfpbuild-internal
Subject: Re: [OE-core] [PATCH] package management: Allow dynamic loading of PM
* Run those 16 tests on master and verify that they fail there as well
* Fix errors making tests works on master but not with this patch.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 10 ++
meta/lib/oe/package_manager/deb/__init__.py | 4 +--
meta/lib/oe
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/rpm/rootfs.py | 148 ++
meta/lib/oe/root
This is part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/rpm/sdk.py | 114 +
meta/lib/oe/sdk.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 21 +
meta/lib/oe/package_manager/deb/__init__.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/deb/rootfs.py | 209 ++
meta/lib/oe/root
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/__init__.py | 487
meta/lib/oe/package_manager/deb/__init
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/deb/sdk.py | 95 ++
meta/lib/oe/sdk.py
This is part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/{package_manager.py => package_manager/__init__.py} | 0
1 file changed, 0 insertions(+), 0 d
This is part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/__init__.py | 432 -
meta/lib/oe/package_manager/ipk/__init__.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 72 +---
meta/lib/oe/package_manager/ipk/__init
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/ipk/sdk.py | 96 ++
meta/lib/oe/sdk.py
OE-core today has three different package managers, the well-known formats deb
and rpm is supported as well as ipkg that is good for embedded devices.
When building and having a good cache hit, a significant amount of time is
spent in the phase of generating a rootfs, which is really about the
per
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 53 +---
meta/lib/oe/package_manager/rpm/__init
This is part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/__init__.py | 398 ---
meta/lib/oe/package_manager/rpm/__init__.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/ipk/rootfs.py | 385 ++
meta/lib/oe/root
eeks forward. Please
don't take my silence then as a lack of interest. This has my highest priority.
Best regards
Fredrik
From: Paul Barker
Sent: Saturday, July 18, 2020 5:29 PM
To: Fredrik Gustafsson
Cc: openembedded-core@lists.openembedded.org; tools-c
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/ipk/rootfs.py | 385 ++
meta/lib/oe/root
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/ipk/sdk.py | 96 ++
meta/lib/oe/sdk.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/__init__.py | 487 -
.../oe/package_manager/deb/package_manag
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 21 +
meta/lib/oe/package_manager/deb/__init__.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/rpm/rootfs.py | 148 ++
meta/lib/oe/root
This is part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/__init__.py | 398 -
.../oe/package_manager/rpm/package_manag
OE-core today has three different package managers, the well-known formats deb
and rpm is supported as well as ipkg that is good for embedded devices.
When building and having a good cache hit, a significant amount of time is
spent in the phase of generating a rootfs, which is really about the
per
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/deb/rootfs.py | 209 ++
meta/lib/oe/root
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 72 +---
meta/lib/oe/package_manager/ipk/__init
This is part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
---
meta/lib/oe/{package_manager.py => package_manager/__init__.py} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename meta/lib/oe/{package_manager.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 53 +---
meta/lib/oe/package_manager/rpm/__init
This is part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/rpm/sdk.py | 114 +
meta/lib/oe/sdk.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/deb/sdk.py | 95 ++
meta/lib/oe/sdk.py
This is part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager/__init__.py | 432 ---
.../oe/package_manager/ipk/package_manager.py
Thank you, just let me know if I can make it any easier to review this,
I know it's a big patch.
BR
Fredrik
From: Paul Barker
Sent: Thursday, July 9, 2020 6:19 PM
To: Fredrik Gustafsson
Cc: openembedded-core@lists.openembedded.org; tools-cfpbuild-int
Hi,
is there something I can do to make this series move forward?
/Fredrik
From: Fredrik Gustafsson
Sent: Friday, July 3, 2020 1:43 PM
To: openembedded-core@lists.openembedded.org
Cc: tools-cfpbuild-internal; Fredrik Gustafsson
Subject: [PATCH v4 01/12
Hi Richard,
is there something I can do to make this move forward?
/Fredrik
From: Fredrik Gustafsson
Sent: Wednesday, July 1, 2020 10:46 AM
To: openembedded-core@lists.openembedded.org
Cc: tools-cfpbuild-internal; Fredrik Gustafsson
Subject: [PATCH v3
From: Paul Barker
Sent: Thursday, July 2, 2020 10:28 PM
To: Fredrik Gustafsson
Cc: openembedded-core; tools-cfpbuild-internal
Subject: Re: [OE-core] Add package managers as a plugin
On Thu, 2 Jul 2020 at 20:29, Fredrik Gustafsson
wrote:
>
> O
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 21 +---
meta/lib/oe/package_managers/deb/__init__.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 51 +-
meta/lib/oe/package_managers/rpm/__init
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/ipk/sdk.py | 98 +
meta/lib/oe/sdk.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 398 -
.../package_managers/rpm/package_manag
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 407 --
.../package_managers/ipk/package_manag
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/deb/sdk.py | 98 +
meta/lib/oe/sdk.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/rpm/sdk.py | 117
meta/lib/oe/sdk.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/ipk/rootfs.py | 385 +
meta/lib/oe/root
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/deb/rootfs.py | 211 +
meta/lib/oe/root
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/rpm/rootfs.py | 150 +
meta/lib/oe/root
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 512 --
.../package_managers/deb/package_manag
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 71 +-
meta/lib/oe/package_managers/ipk/__init
OE-core today has three different package managers, the well-known formats deb
and rpm is supported as well as ipkg that is good for embedded devices.
When building and having a good cache hit, a significant amount of time is
spent in the phase of generating a rootfs, which is really about the
per
Since I've edited four files, which one should be used as ?
/Fredrik
From: Patchwork
Sent: Thursday, July 2, 2020 9:32 PM
To: Fredrik Gustafsson
Cc: openembedded-core@lists.openembedded.org
Subject: ✗ patchtest: failure for "[v3] Move rpm manif
OE-core today has three different package managers, the well-known formats deb
and rpm is supported as well as ipkg that is good for embedded devices.
When building and having a good cache hit, a significant amount of time is
spent in the phase of generating a rootfs, which is really about the
per
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 51 +-
meta/lib/oe/package_managers/rpm/__init
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 21 +---
meta/lib/oe/package_managers/deb/__init__.py
This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 71 +-
meta/lib/oe/package_managers/ipk/__init
something like
EXTRA_NOPACKAGE_DELTASKS_append() be used?
/Fredrik
From: Paul Barker
Sent: Wednesday, July 1, 2020 12:22 PM
To: Richard Purdie
Cc: Fredrik Gustafsson; openembedded-core; tools-cfpbuild-internal; Fredrik
Gustafsson
Subject: Re: [OE-core]
OE-core today has three different package managers, the well-known formats deb
and rpm is supported as well as ipkg that is good for embedded devices.
When building and having a good cache hit, a significant amount of time is
spent in the phase of generating a rootfs, which is really about the
per
Get tasks from a variable instead of having them hardcoded. This will
enable other layers to add tasks that should be deleted when nopackages
is used.
Signed-off-by: Fredrik Gustafsson
---
meta/classes/nopackages.bbclass | 19 +++
1 file changed, 7 insertions(+), 12 deletions
ps://www.youtube.com/watch?v=sIG2P9k6EjA
BR
Fredrik
From: Martin Jansa
Sent: Tuesday, June 30, 2020 11:54 PM
To: Fredrik Gustafsson
Cc: Ross Burton; OE-core; tools-cfpbuild-internal
Subject: Re: [OE-core] Add package managers as a plugin
On Tue, Jun 30, 2020
of
builds, and we do a lot (I guess we might approach 100 000 builds/week in the
next year). Then this will save 92.5 days build time each week.
That's why I'm passionated about this.
/Fredrik
From: Ross Burton
Sent: Friday, June 26, 2020 12:52
ne 30, 2020 5:43 PM
To: Fredrik Gustafsson
Cc: OE-core; tools-cfpbuild-internal; Hugo Cedervall
Subject: Re: [OE-core] Add package managers as a plugin
What I meant is that 15s vs 20s on a small image could have been 5 min vs
5min5s on a bigger image, so I wanted to see that the difference does sca
Hi Paul,
thank you for your effort on this. It's appreciated! I'll go through ýour advice
and see if I can improve this series.
BR
Fredrik
From: Paul Barker
Sent: Thursday, June 25, 2020 12:40 PM
To: Fredrik Gustafsson
Cc: openembedded-c
bedded.org
on behalf of Alex Stewart
Sent: Wednesday, June 24, 2020 5:18 PM
To: Fredrik Gustafsson; openembedded-core@lists.openembedded.org
Cc: tools-cfpbuild-internal; Hugo Cedervall; Alejandro Del Castillo
Subject: Re: [OE-core] Add package managers as a plugin
On 6/23/20 6:13 AM, Fredrik
23, 2020 8:50 PM
To: Fredrik Gustafsson
Cc: openembedded-core@lists.openembedded.org; tools-cfpbuild-internal; Hugo
Cedervall
Subject: Re: [OE-core] Add package managers as a plugin
You mentioned Poky few times below - why is it Poky-specific? Since you are
not submitting this change to Poky, bu
k
From: Alexander Kanavin
Sent: Thursday, June 25, 2020 12:24 PM
To: Fredrik Gustafsson
Cc: OE-core; tools-cfpbuild-internal; Hugo Cedervall
Subject: Re: [OE-core] Add package managers as a plugin
Apologies, but these metrics do not look particularly convincing -
Let the code that is only used by opkg package manager live in that
package manager owned directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 27 --
.../package_managers/ipk/package_manager.py | 85 +++
meta/lib/oe/rootfs.py
Let the sdk only used by the rpm package manager live in the rpm
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/rpm/sdk.py | 113
meta/lib/oe/sdk.py | 106 +-
2 files changed, 115 insertions(+), 104
This is first part of a refactoring to split up the package managers to
different files making it easier to extend OE-Core with more package
managers.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/deb/__init__.py | 3 +++
meta/lib/oe/package_managers/ipk/__init__.py | 3
Let the code that is only used by opkg package manager live in that
package manager owned directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 74 ---
.../package_managers/deb/package_manager.py | 74 +++
2 files
Decide which manifest we should load in run time without any hard coded
values but look at which package type that is used.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 10 ++--
meta/lib/oe/package_managers/deb/manifest.py | 2 +-
meta/lib/oe
Let the code that is only used by opkg package manager live in that
package manager owned directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 53 ---
.../package_managers/ipk/package_manager.py | 52 ++
2 files
Rename all *PM classeds to PkgPM for consistency sake and cleanup some
naming that now can be improved.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 4 +--
.../package_managers/deb/package_manager.py | 4 +--
meta/lib/oe/package_managers/deb
Decide which sdk we should load in run time without any hard coded
values but look at which package type that is used.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/deb/sdk.py | 4 ++--
meta/lib/oe/package_managers/ipk/sdk.py | 4 ++--
meta/lib/oe/package_managers/rpm
Let the package_manager only used by the dpkg package manager live in the dpkg
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 328 --
.../package_managers/deb/package_manager.py | 402 ++
meta/lib/oe
Let the package_manager only used by the ipk package manager live in the ipk
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 419 -
.../package_managers/ipk/package_manager.py | 426 ++
meta/lib/oe
Let the rootfs only used by the ipk package manager live in the ipk
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/ipk/rootfs.py | 381 +
meta/lib/oe/rootfs.py | 268 +--
2 files changed, 383 insertions(+), 266
Rename all *Indexer classeds to PkgIndexer to enable dynamic calling.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 22 +--
.../package_managers/deb/package_manager.py | 8 +--
.../package_managers/ipk/package_manager.py | 7
Let the sdk only used by the ipk package manager live in the ipk
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/ipk/sdk.py | 93 +
meta/lib/oe/sdk.py | 84 +-
2 files changed, 94 insertions(+), 83
Let the code that is only used by rpm package manager live in that
package manager owned directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 36 ---
.../package_managers/rpm/package_manager.py | 36 +++
2 files
Let the package_manager only used by the rpm package manager live in the rpm
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 358 +
.../package_managers/rpm/package_manager.py | 363 ++
2 files changed, 364
Let the rootfs only used by the rpm package manager live in the rpm
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/rpm/rootfs.py | 147 +
meta/lib/oe/rootfs.py | 142 +---
2 files changed, 149 insertions
Let the rootfs only used by the dpkg package manager live in the dpkg
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/deb/rootfs.py | 473 +
meta/lib/oe/rootfs.py | 93 +---
2 files changed, 475 insertions(+), 91 deletions
Let the code that is only used by dpkg package manager live in that
package manager owned directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py| 79 ---
.../package_managers/deb/package_manager.py | 79 +++
meta/lib/oe
Decide which rootfs we should load in run time without any hard coded
values but look at which package type that is used.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/deb/rootfs.py | 4 +-
meta/lib/oe/package_managers/ipk/rootfs.py | 4 +-
meta/lib/oe/package_managers
Let the code that is only used by rpm package manager live in that
package manager owned directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_manager.py | 5 -
meta/lib/oe/package_managers/rpm/package_manager.py | 4
meta/lib/oe/rootfs.py
Let the manifest only used by the ipk package manager live in the ipk
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 71 +-
meta/lib/oe/package_managers/ipk/manifest.py | 76
meta/lib/oe/rootfs.py
Let the manifest only used by the rpm package manager live in the rpm
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 51 +-
meta/lib/oe/package_managers/rpm/manifest.py | 57
meta/lib/oe/rootfs.py
Rename all *PkgsList classeds to PkgsList to enable dynamic calling.
Signed-off-by: Fredrik Gustafsson
---
.../oe/package_managers/deb/package_manager.py| 4 ++--
.../oe/package_managers/ipk/package_manager.py| 12 +++-
.../oe/package_managers/rpm/package_manager.py| 2
Poky today has three different package managers, the well-known formats deb
and rpm is supported as well as ipkg that is good for embedded devices.
When building and having a good cache hit, a significant amount of time is
spent in the phase of generating a rootfs, which is really about the
perfor
Get tasks from a variable instead of having them hardcoded. This will
enable other layers to add tasks that should be deleted when nopackages
is used.
Signed-off-by: Fredrik Gustafsson
---
meta/classes/nopackages.bbclass | 19 +++
1 file changed, 7 insertions(+), 12 deletions
Let the sdk only used by the dpkg package manager live in the dpkg
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/package_managers/deb/sdk.py | 94 +
meta/lib/oe/sdk.py | 86 +-
2 files changed, 95 insertions(+), 85
Let the manifest only used by the dpkg package manager live in the dpkg
directory.
Signed-off-by: Fredrik Gustafsson
---
meta/lib/oe/manifest.py | 23 +
meta/lib/oe/package_managers/deb/manifest.py | 27
meta/lib/oe/rootfs.py
Poky today has three different package managers, the well-known formats deb
and rpm is supported as well as ipkg that is good for embedded devices.
When building and having a good cache hit, a significant amount of time is
spent in the phase of generating a rootfs, which is really about the
perfor
From: Richard Purdie
Sent: Tuesday, June 23, 2020 2:02 PM
To: Fredrik Gustafsson; openembedded-core@lists.openembedded.org
Cc: tools-cfpbuild-internal; Hugo Cedervall; Fredrik Gustafsson
Subject: Re: [OE-core] [PATCH 2/2] lib/oe: Split package manager
Poky today has three different package managers, the well-known formats deb
and rpm is supported as well as ipkg that is good for embedded devices.
When building and having a good cache hit, a significant amount of time is
spent in the phase of generating a rootfs, which is really about the
perfor
easier to maintain.
Signed-off-by: Fredrik Gustafsson
---
meta/classes/nopackages.bbclass | 15 +++
meta/classes/nopackages_base.bbclass | 12
2 files changed, 15 insertions(+), 12 deletions(-)
create mode 100644 meta/classes/nopackages_base.bbclass
diff --git a/meta
I've multiple django sites: customer1.example.com, customer2.example.com,
customer3.example.com, etc. I want to use one django instance for all
customers. How can I make django to dynamic change it's database depending
on the hostname of the webrequest?
--
Fredrik Gustafsson
CTO
fredr
_over_bluetooth(dp);
next_to_log_ptr = increase_ptr(next_to_log_ptr);
The details I haven't bothered with here is for example:
* don't log value that is ahead of next_insert_ptr
* cycle memory, when 8 gb is full, start again at 0 (or some address
above your code)
--
Fredrik Gustafsson
for
example) suit us better?
- Is a rebase workflow something we would benefit from?
All other questions, it seems like you're on top of already.
--
Fredrik Gustafsson
phone: +46 733-608274
e-mail: iv...@iveqy.com
website: http://www.iveqy.com
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
Device supports static SMPS
Device supports dynamic SMPS
Device supports configuring vdev MAC-addr on create.
Device supports VHT-IBSS.
--
Fredrik Gustafsson
phone: +46 733-608274
e-mail: iv...@iveqy.com
website: http://www.iveqy.com
3.
Continue to use perforce. If I recall correctly perforce has even a git
integration today.
4.
Use integration branches in git and run the tests on that branch. This
can be easy todo if you write some scripts for it.
Good luck!
--
Fredrik Gustafsson
phone: +46 733-608274
e-mail: iv...@iveqy.com
website: http://www.iveqy.com
1 - 100 of 359 matches
Mail list logo