Re: [oe] [meta-networking][kirkstone][PATCH] networkmanager: fix build with enabled ppp

2022-07-01 Thread Otavio Salvador
Em seg., 27 de jun. de 2022 às 10:39, Javier Viguera via
lists.openembedded.org 
escreveu:

> If 'ppp' packageconfig option is enabled, but the build system does NOT
> have pppd binary installed, the build fails with:
>
> | Has header "pppd/pppd.h" : YES
> | Program pppd /sbin/pppd /usr/sbin/pppd found: NO
> |
> | ../NetworkManager-1.36.2/meson.build:570:4: ERROR: Assert failed: pppd
> required but not found, please provide a valid pppd path or use -Dppp=false
> to disable it
>
> This is due to meson trying to look for the 'pppd' binary in the build
> system when it should not. If the build system does not contain pppd,
> the build fails.
>
> Signed-off-by: Javier Viguera 
>

Please send it against master, first, then we can ask for backports.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97663): 
https://lists.openembedded.org/g/openembedded-devel/message/97663
Mute This Topic: https://lists.openembedded.org/mt/92020681/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [OE-core] Announcing pkgexp

2022-06-28 Thread Otavio Salvador
Em ter., 28 de jun. de 2022 às 11:26, Michael Opdenacker via
lists.openembedded.org  escreveu:

>
> On 6/28/22 16:24, Ross Burton wrote:
> >
> >> On 28 Jun 2022, at 15:11, Michael Opdenacker <
> michael.opdenac...@bootlin.com> wrote:
> >> Hey, this looks very nice and very easy to use!
> >> One minor complaint, though: the "What Depends on" button didn't
> immediately catch my eye.
> >> Would it be possible to show such reverse dependencies in the same way
> you show RDEPENDS? The result may look better and everything would be on
> the same page.
> > The immediate problem with that is that for some packages, like libc,
> the reverse depends list can be hge.  If the page is redesigned to have
> scrollable regions then sure.  That would likely involve someone more
> skilled in web design than me getting involved ;)
>

Ross, take a look on ye (https://github.com/OSSystemsEmbeddedLinux/ye) it
does have some things worth adding as well.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97611): 
https://lists.openembedded.org/g/openembedded-devel/message/97611
Mute This Topic: https://lists.openembedded.org/mt/92044622/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [PATCH v4 meta-oe] rtc-tools: Add a recipe

2022-01-28 Thread Otavio Salvador
Em sex., 28 de jan. de 2022 às 16:54, Fabio Estevam
 escreveu:
>
> From: Fabio Estevam 
>
> rtc-tools is a useful utility developed by Alexandre Belloni
> for testing RTC kernel drivers, such as y2038 support.
>
> Based on the initial recipe from Heiko Schocher .
>
> Signed-off-by: Fabio Estevam 

Acked-by: Otavio Salvador 

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#95164): 
https://lists.openembedded.org/g/openembedded-devel/message/95164
Mute This Topic: https://lists.openembedded.org/mt/88753075/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [PATCH v2 meta-oe] rtc-tools: Add a recipe

2022-01-26 Thread Otavio Salvador
Em qua., 26 de jan. de 2022 às 15:32, Khem Raj  escreveu:
> > +do_install() {
> > +   oe_runmake install
> > +}

IIRC this is the default so EXTRA_OEMAKE (removing this task) would just work.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#95108): 
https://lists.openembedded.org/g/openembedded-devel/message/95108
Mute This Topic: https://lists.openembedded.org/mt/88703575/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-networking][PATCH v2] ifupdown-ng: Add recipe

2022-01-05 Thread Otavio Salvador
Hello Ross,

Em ter., 4 de jan. de 2022 às 07:28, Ross Burton  escreveu:
> On Mon, 3 Jan 2022 at 16:40, Alex Kiernan  wrote:
> > ifupdown-ng is a network device manager that is largely compatible with
> > Debian ifupdown, BusyBox ifupdown and Cumulus Networks' ifupdown2.
>
> If this is a superior alternative, should this be merged into oe-core
> as the replacement for the existing ifupdown scripts?

I think we could consider it but it'd be interesting to check the size
difference between both so we can have a clear idea on the impact of
it.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94659): 
https://lists.openembedded.org/g/openembedded-devel/message/94659
Mute This Topic: https://lists.openembedded.org/mt/88115930/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-networking][PATCH v2] ifupdown-ng: Add recipe

2022-01-05 Thread Otavio Salvador
Em seg., 3 de jan. de 2022 às 13:37, Alex Kiernan
 escreveu:
>
> ifupdown-ng is a network device manager that is largely compatible with
> Debian ifupdown, BusyBox ifupdown and Cumulus Networks' ifupdown2.
>
> Signed-off-by: Alex Kiernan 
> Signed-off-by: Alex Kiernan 
> ---
> Changes in v2:
> - drop merged upstream SBINDIR patch
>
>  .../ifupdown-ng/ifupdown-ng_0.11.3.bb | 45 +++
>  1 file changed, 45 insertions(+)
>  create mode 100644 
> meta-networking/recipes-support/ifupdown-ng/ifupdown-ng_0.11.3.bb
>
> diff --git 
> a/meta-networking/recipes-support/ifupdown-ng/ifupdown-ng_0.11.3.bb 
> b/meta-networking/recipes-support/ifupdown-ng/ifupdown-ng_0.11.3.bb
> new file mode 100644
...

> +do_compile () {
> +   oe_runmake
> +}
> +
> +do_install () {
> +   oe_runmake 'DESTDIR=${D}' install
> +}

The do_compile and do_install could be dropped as this is the default.


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94658): 
https://lists.openembedded.org/g/openembedded-devel/message/94658
Mute This Topic: https://lists.openembedded.org/mt/88115930/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH] libwebsockets: Update 4.2.0 -> 4.2.1

2021-07-15 Thread Otavio Salvador
Em qui., 15 de jul. de 2021 às 09:05, Luan Rafael Carneiro
 escreveu:
>
> Update the library to the 4.2.1 stable release.
> This commit includes following changes:
>
> 8a580b59 v4.2.1
> e90f005a vhost: listen: protect listen port transfer between
> 041baf93 mbedtls: sessions: clean session on bail path
> 4038a7d4 windows: align plat insert socket POLLIN handling to linux
> a310e16f socks5: cast for mingw3 nonposix recv args
> 439651fa openssl: manage _GNU_SOURCE better
> c042ba8c mqtt: handle NULL mqtt publish metadata
> 04761c4b event libs: glib: use glib.h specifically
> 599d318a mqtt: coverity: help coverity see we wont have an mqtt role wsi 
> without mqtt member allocated
> bae99f63 tls: add option to serialize ssl handshake
> ff1b8ed0 tls: fix inbalanced tls restrict borrow/return calls
> ad3901d0 raw-proxy: fix role bind flag
> 4bc8b1a4 extpoll: clean up test server for Wconversion in extpoll parts
> eeea000c dns: handle EAI_NONAME as fatal
> 9e5acc05 minimal: hcmulti: modernize startup to use OPERATIONAL
> 55533f96 netlink: hold in COLDPLUG until we actually have some routing 
> table contents
> fa1a7040 sspc: close: differentiate between ss and sspc at final wsi close
> 3f0fef17 gcc: gcc8 only recognizes fallthu
> e319b15b minimal: ws client spam: modernize with pvo and cancel service 
> after interrupted
> ea4d8008 service: fix casts for EXTERNAL_POLL
> aea9d0ce tls-sessions: remove no stash warning
> 10c1b882 ss: check destroy null policy
> e4aa3ece ss: check serialize null policy
> 4141a68f ss: avoid null ss policy on req tx len
> de8185db ss: avoid null ss policy on req tx
> 526310df ss: h1: log dereferences NULL
> 7a283eba minimal: htt-client: send user agent and accept
> 3d13468e ctest: do not reuse ctest-ssp path
> e3da2a3b android: getnameinfo uses nonstandard size_t
> 8398ef79 getifaddrs: casts for android
> 02ae95fa non-windows: explicit cast vaarg to mode_t
> 7c3c179e win32: client: just do WIN32 check
> 4c8195df windows: only conceal mode_t on windows
> 0ba8df6e threadpool: disassociate wsi on close
> 94c50618 tls: mbedtls: fix cast for dump helper
> d896d401 freertos: check for forcing each time around service loop
> cd87bc1c cmake: tls: use CHECK_SYMBOL_EXISTS
> da17f018 plugin: post: check unexpected write after protocol unbind
> 1c935dff clean: else became a NOP
> 896a2e09 strexp: handle NULL better
> aa090fc2 cygwin: include in unix type socket init
> 58a34cb0 examples: embedded: keep loop running on WROVER
> 85f772f2 OSX: Fixed can't find clock_gettime
> 014aa77e core-net: Remove unused variable
> e1ef2301 ss: h2: handle zero length COLON_PATH for metadata
> 0557e919 sspc: handle nonexistent metadata cleanly
> 07bef6b8 coverity: ntp from blob: handle blob missing
> 2f9ed48d coverity: report problem in hpack_dynamic_size() to parent
> d155970b coverity: h->cwsi must be valid if we are handling rx on it
> 2d97e343 ss: split out blob into own minimal example
> c3dd4d05 ss: sspc: handle destroy for client_connect and request_tx
>
> Signed-off-by: Luan Rafael Carneiro 

Acked-by: Otavio Salvador 


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92210): 
https://lists.openembedded.org/g/openembedded-devel/message/92210
Mute This Topic: https://lists.openembedded.org/mt/84223419/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH] libgpiod: refactor the recipe

2020-09-28 Thread Otavio Salvador
Em seg., 28 de set. de 2020 às 05:38, Bartosz Golaszewski
 escreveu:
> On Sat, Sep 26, 2020 at 4:04 AM Khem Raj  wrote:
> >
> > Usually, the recipes are moving otherway. include files are useful
> > only when there should be multiple recipes sharing common stuff. For a
> > single recipe it would be an overkill IMO
> >
>
> I considered pulling everything into libgpiod_1.4.4.bb but we're
> currently in the process of developing v2 of the GPIO user API in the
> kernel and libgpiod will get a new major, non compatible release after
> that's upstream. That means: even if we pull everything into .bb now,
> we'll revert back to having an .inc later.
>
> What do you think is the best way to go about this?

If in future it makes sense to split it we can do. It is hard to
predict what the v2 will be as for example the build options might end
being different and then the .inc makes no sense.

I'd say let's consolidate it and whenever the v2 is out, we consider
the best option depending on how it ends being done.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#87292): 
https://lists.openembedded.org/g/openembedded-devel/message/87292
Mute This Topic: https://lists.openembedded.org/mt/77077568/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH] libgpiod: refactor the recipe

2020-09-26 Thread Otavio Salvador
Em sex., 25 de set. de 2020 às 23:04, Khem Raj  escreveu:
>
> Usually, the recipes are moving otherway. include files are useful
> only when there should be multiple recipes sharing common stuff. For a
> single recipe it would be an overkill IMO

Agreed; it adds an extra indirection for no good reason.


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#87261): 
https://lists.openembedded.org/g/openembedded-devel/message/87261
Mute This Topic: https://lists.openembedded.org/mt/77077568/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH 2/2] libqmi: Update 1.26.0 -> 1.26.4

2020-09-09 Thread Otavio Salvador
Hello Fabio,

Em qua., 9 de set. de 2020 às 09:23, Fabio Berton
 escreveu:
>
> Switch to autotools-brokensep to use the same directory for build and source 
> avoiding error:
>
>   configure: error: source directory already configured; run "make distclean" 
> there first
>
> Signed-off-by: Fabio Berton 

The brokensep change can be undone as the 1.26.4 tarball has fixed the
issue I reported. So the distroclean likely is not needed anymore as
well.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#86969): 
https://lists.openembedded.org/g/openembedded-devel/message/86969
Mute This Topic: https://lists.openembedded.org/mt/76730890/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell meta-oe PATCH] haveged: upgrade 1.9.9 -> 1.9.13

2020-08-14 Thread Otavio Salvador
From: Pierre-Jean Texier 

This includes the following changes:

1.9.10:
 - fix ordering cycle with private tmp

1.9.11:
 - Fixed wrong version string in v1.9.10

1.9.12:
 - Fix a memory leak in havege_destroy

1.9.13:
 - Added support for --version
 - Updated systemd SystemCallFilter settings

Signed-off-by: Pierre-Jean Texier 
Signed-off-by: Khem Raj 
(cherry picked from commit 7e82d252fa558ebb6fe0d07b50a4be6abe40a725)
Signed-off-by: Otavio Salvador 
---

 .../haveged/{haveged_1.9.9.bb => haveged_1.9.13.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/haveged/{haveged_1.9.9.bb => 
haveged_1.9.13.bb} (97%)

diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.9.bb 
b/meta-oe/recipes-extended/haveged/haveged_1.9.13.bb
similarity index 97%
rename from meta-oe/recipes-extended/haveged/haveged_1.9.9.bb
rename to meta-oe/recipes-extended/haveged/haveged_1.9.13.bb
index c1839b37a..50326ea2f 100644
--- a/meta-oe/recipes-extended/haveged/haveged_1.9.9.bb
+++ b/meta-oe/recipes-extended/haveged/haveged_1.9.13.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv3"
 LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 # v1.9.9
-SRCREV = "6da706c8026b629d9bb7ebebc32239305a03da8e"
+SRCREV = "1283a65c541c4a83e152024a63faf7b267b9b1cd"
 SRC_URI = "git://github.com/jirka-h/haveged.git \
 "
 S = "${WORKDIR}/git"
-- 
2.28.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#86390): 
https://lists.openembedded.org/g/openembedded-devel/message/86390
Mute This Topic: https://lists.openembedded.org/mt/76197300/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2

2020-06-12 Thread Otavio Salvador
Em sex., 12 de jun. de 2020 às 17:56, akuster808
 escreveu:
> On 6/12/20 11:35 AM, Otavio Salvador wrote:
>
> From: Domarys Correa 
>
> Signed-off-by: Domarys Correa 
> Signed-off-by: Khem Raj 
> (cherry picked from commit ae8968122461df7e1fa39138f32caa35218bb71f)
> Signed-off-by: Otavio Salvador 
>
>
> Am I missing the context around "dunfell-fallback" ? Was there a cover letter 
> that would explain that I missed?
>
> Generally adding new packages don't fall inside a Stable branch policy.
>
> please clarify.

We are moving packages from multiple layer (with even duplicated
recipes) to meta-python. Those recipes we are adding so we could use
labgrid. It was sent to master and I'd like to backport so we could
later clean this up.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85096): 
https://lists.openembedded.org/g/openembedded-devel/message/85096
Mute This Topic: https://lists.openembedded.org/mt/74845169/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 22/22] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
(cherry picked from commit 2d0086afeeea83ee4d50e2e8b483afc8b565a666)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-pytest-asyncio_0.10.0.bb| 13 -
 .../python/python3-pytest-asyncio_0.12.0.bb| 14 ++
 2 files changed, 14 insertions(+), 13 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
 create mode 100644 
meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb 
b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
deleted file mode 100644
index a7e963b04..0
--- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in 
Python, for testing asyncio code with pytest"
-HOMEPAGE = "https://github.com/pytest-dev/pytest-asyncio;
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=ae62268d207c73b615fbefddaf91a881"
-
-SRC_URI[md5sum] = "247a7ec32f24a185341327c42a0f85bf"
-SRC_URI[sha256sum] = 
"9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf"
-
-inherit pypi setuptools3
-
-DEPENDS += "${PYTHON_PN}-pytest-native"
-
-BBCLASSEXTEND = "native"
diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb 
b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb
new file mode 100644
index 0..d83c42de3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in 
Python, for testing asyncio code with pytest"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://README.rst;md5=3faed73a08162b5b5367cdcaee996f75"
+
+SRC_URI[sha256sum] = 
"475bd2f3dc0bc11d2463656b3cbaafdbec5a47b47508ea0b329ee693040eebd2"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-pytest \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85092): 
https://lists.openembedded.org/g/openembedded-devel/message/85092
Mute This Topic: https://lists.openembedded.org/mt/74845208/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 17/22] python3-ansicolors: Add recipe version 1.1.8

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Acked-by: Trevor Gamblin 
Signed-off-by: Khem Raj 
(cherry picked from commit bb4cdd4d80fe690a28c2c20048d675d4584ae9c7)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-ansicolors_1.1.8.bb   | 12 
 1 file changed, 12 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb

diff --git a/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb 
b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb
new file mode 100644
index 0..9ba710cb7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Add ANSI colors and decorations to your strings"
+
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aef5566ac4fede9815eccf124c281317"
+
+SRC_URI[sha256sum] = 
"99f94f5e3348a0bcd43c82e5fc4414013ccc19d70bd939ad71e0133ce9c372e0"
+
+PYPI_PACKAGE_EXT = "zip"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85087): 
https://lists.openembedded.org/g/openembedded-devel/message/85087
Mute This Topic: https://lists.openembedded.org/mt/74845198/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 19/22] python3-pytest: Update 5.3.5 -> 5.4.2

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
(cherry picked from commit 530e54b7bf6eb6002e42144203fc7adf55360cdf)
Signed-off-by: Otavio Salvador 
---

 .../{python3-pytest_5.3.5.bb => python3-pytest_5.4.2.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest_5.3.5.bb => 
python3-pytest_5.4.2.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb 
b/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb
rename to meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
index 8dad13a9e..9258c21ca 100644
--- a/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
@@ -1,10 +1,9 @@
 SUMMARY = "Simple powerful testing with python"
-HOMEPAGE = "http://pytest.org;
+
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
 
-SRC_URI[md5sum] = "d5ef453f723be46d93e0795f3be86c88"
-SRC_URI[sha256sum] = 
"0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d"
+SRC_URI[sha256sum] = 
"eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698"
 
 SRC_URI_append = " 
file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch "
 
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85089): 
https://lists.openembedded.org/g/openembedded-devel/message/85089
Mute This Topic: https://lists.openembedded.org/mt/74845201/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 18/22] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
(cherry picked from commit d09f8bce84198b3f50d56c9a178cbea16b94cd9c)
Signed-off-by: Otavio Salvador 
---

 .../{python3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb}  | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb => 
python3-pyudev_0.22.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb 
b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
index 49a3628f4..38c012843 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "A libudev binding"
+
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
-SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
-SRC_URI[sha256sum] = 
"094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
+SRC_URI[sha256sum] = 
"69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
 
 inherit pypi setuptools3
 
@@ -20,3 +20,5 @@ RDEPENDS_${PN} = "\
 ${PYTHON_PN}-fcntl \
 libudev \
 "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85088): 
https://lists.openembedded.org/g/openembedded-devel/message/85088
Mute This Topic: https://lists.openembedded.org/mt/74845199/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 12/22] python3-autobahn: Add recipe version 20.4.3

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 6cf47ddf3e5ed023548217b034f6367251e32860)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-autobahn_20.4.3.bb | 23 +++
 1 file changed, 23 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb 
b/meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb
new file mode 100644
index 0..60ef57d04
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
+
+SRC_URI[sha256sum] = 
"c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-twisted \
+${PYTHON_PN}-zopeinterface \
+${PYTHON_PN}-py-ubjson \
+${PYTHON_PN}-cbor2 \
+${PYTHON_PN}-u-msgpack-python \
+${PYTHON_PN}-lz4 \
+${PYTHON_PN}-snappy \
+${PYTHON_PN}-pyopenssl \
+${PYTHON_PN}-txaio \
+${PYTHON_PN}-six \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85082): 
https://lists.openembedded.org/g/openembedded-devel/message/85082
Mute This Topic: https://lists.openembedded.org/mt/74845189/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 16/22] python3-watchdog: Add recipe version 0.10.2

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 3e431c3ce9bc58ff58a10c8fbd6ff556fcc66838)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-watchdog_0.10.2.bb  | 18 ++
 1 file changed, 18 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb 
b/meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb
new file mode 100644
index 0..93a1c192f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Filesystem events monitoring"
+DEPENDS = "${PYTHON_PN}-argh"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[sha256sum] = 
"c560efb643faed5ef28784b2245cf8874f939569717a4a12826a173ac644456b"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} = " \
+${PYTHON_PN}-argh \
+${PYTHON_PN}-pathtools3 \
+${PYTHON_PN}-pyyaml \
+${PYTHON_PN}-requests \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85086): 
https://lists.openembedded.org/g/openembedded-devel/message/85086
Mute This Topic: https://lists.openembedded.org/mt/74845197/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 20/22] python3-pytest-html: Update 1.6 -> 2.1.1

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
(cherry picked from commit fac673dc825eac87e77fd89c5d1dc58b76979c00)
Signed-off-by: Otavio Salvador 
---

 ...html_1.6.bb => python3-pytest-html_2.1.1.bb} | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-html_1.6.bb => 
python3-pytest-html_2.1.1.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb 
b/meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb
rename to meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
index 8ace29ed1..27b768155 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
@@ -1,19 +1,24 @@
 DESCRIPTION = "pytest plugin for generating html reports from test results"
-HOMEPAGE = "https://github.com/pytest-dev/pytest-html;
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = 
"file://../pytest-html.LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
 # Per README.rst the license statement is fetched from
 # https://raw.githubusercontent.com/davehunt/pytest-html/master/LICENSE
 SRC_URI += 
"https://raw.githubusercontent.com/davehunt/pytest-html/master/LICENSE;name=license;downloadfilename=pytest-html.LICENSE;
+SRC_URI[license.md5sum] = "5d425c8f3157dbf212db2ec53d9e5132"
+SRC_URI[license.sha256sum] = 
"2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e"
+
+SRC_URI[sha256sum] = 
"6a4ac391e105e391208e3eb9bd294a60dd336447fd8e1acddff3a6de7f4e57c5"
+
 
 PYPI_PACKAGE = "pytest-html"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "ac956864a9b3392203dacd287ae450f0"
-SRC_URI[sha256sum] = 
"a359de04273239587bd1a15b29b2266daeaf56b7a13f8224bc4fb3ae0ba72c3f"
-SRC_URI[license.md5sum] = "5d425c8f3157dbf212db2ec53d9e5132"
-SRC_URI[license.sha256sum] = 
"2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e"
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-pytest \
+"
 
-RDEPENDS_${PN} = "${PYTHON_PN}-pytest"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85090): 
https://lists.openembedded.org/g/openembedded-devel/message/85090
Mute This Topic: https://lists.openembedded.org/mt/74845204/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 14/22] python3-cbor2: Add recipe version 5.1.0

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit e57344e7979acfe2b59ee5df082c4736620fe7aa)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-cbor2_5.1.0.bb | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb 
b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb
new file mode 100644
index 0..b42516b7d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object 
Representation (CBOR)."
+DEPENDS +="${PYTHON_PN}-setuptools-scm-native"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+
+SRC_URI[sha256sum] = 
"43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-datetime \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85084): 
https://lists.openembedded.org/g/openembedded-devel/message/85084
Mute This Topic: https://lists.openembedded.org/mt/74845193/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 13/22] python3-snappy: Add recipe version 0.5.4

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit a6fa788675ac7f5921b8fdf1ddf29dc7a3f78c93)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-snappy_0.5.4.bb| 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb 
b/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb
new file mode 100644
index 0..1836473b8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Python library for the snappy compression library from Google"
+DEPENDS += "snappy"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b3090152f53ee19f6a7b64b1a36384fb"
+
+SRC_URI[sha256sum] = 
"d9c26532cfa510f45e8d135cde140e8a5603d3fb254cfec273ebc0ecf9f668e2"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "python-snappy"
+
+RDEPENDS_${PN} += "snappy"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85083): 
https://lists.openembedded.org/g/openembedded-devel/message/85083
Mute This Topic: https://lists.openembedded.org/mt/74845192/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 15/22] python3-pathtools3: Add recipe version 0.2.1

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit c68dad28f3287d91ed530991929cd896e83da41b)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-pathtools3_0.2.1.bb | 10 ++
 1 file changed, 10 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb 
b/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb
new file mode 100644
index 0..644f7b119
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Filesystem events monitoring"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=56bd93578433bb99b4fdf7ff481722df"
+
+SRC_URI[sha256sum] = 
"630c1edc09ef93abea40fc06b10067e5734d8f38cc85867bc61d1a5c9eb7796f"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85085): 
https://lists.openembedded.org/g/openembedded-devel/message/85085
Mute This Topic: https://lists.openembedded.org/mt/74845195/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 21/22] python3-pytest-metadata: Update 1.8.0 -> 1.9.0

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
(cherry picked from commit 08b633b4f352ac9dcc4da13a8a967c87803c6c14)
Signed-off-by: Otavio Salvador 
---

 ...a_1.8.0.bb => python3-pytest-metadata_1.9.0.bb} | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-metadata_1.8.0.bb 
=> python3-pytest-metadata_1.9.0.bb} (54%)

diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb 
b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
index 807b0cedb..4a77af3cf 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
@@ -1,15 +1,17 @@
 DESCRIPTION = "pytest-metadata is a plugin that allowed for accessing pytest 
metadata"
-HOMEPAGE = "https://github.com/pytest-dev/pytest-metadata;
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
+SRC_URI[sha256sum] = 
"168d203abba8cabb65cf1b5fa675b0ba60dccbf1825d147960876a7e6f7c219c"
+
 PYPI_PACKAGE = "pytest-metadata"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "95674c2390b58e0138cabac5101d1908"
-SRC_URI[sha256sum] = 
"2071a59285de40d7541fde1eb9f1ddea1c9db165882df82781367471238b66ba"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+RDEPENDS_${PN} = " \
+${PYTHON_PN}-pytest \
+"
 
-RDEPENDS_${PN} = "${PYTHON_PN}-pytest"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85091): 
https://lists.openembedded.org/g/openembedded-devel/message/85091
Mute This Topic: https://lists.openembedded.org/mt/74845206/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 11/22] python3-lz4: Add recipe version 3.0.2

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit a011a5fc045aba99378c54e6d2a58f2f7c22b416)
Signed-off-by: Otavio Salvador 
---

 .../recipes-devtools/python/python3-lz4_3.0.2.bb   | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb 
b/meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb
new file mode 100644
index 0..e39ca8f3b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573"
+
+DEPENDS += " \
+${PYTHON_PN}-setuptools-scm-native \
+${PYTHON_PN}-pkgconfig-native \
+"
+SRC_URI[sha256sum] = 
"9c9f6a8b71c18c24bd83537a4d616f0301623a5e98db7c7ca956d608e1bcd4c7"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85081): 
https://lists.openembedded.org/g/openembedded-devel/message/85081
Mute This Topic: https://lists.openembedded.org/mt/74845187/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 10/22] python3-multidict: Update 4.7.4 -> 4.7.5

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 3491b0dee95898c7c6895a86e97e8c1d02362206)
Signed-off-by: Otavio Salvador 
---

 ...hon3-multidict_4.7.4.bb => python3-multidict_4.7.5.bb} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-multidict_4.7.4.bb => 
python3-multidict_4.7.5.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb 
b/meta-python/recipes-devtools/python/python3-multidict_4.7.5.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb
rename to meta-python/recipes-devtools/python/python3-multidict_4.7.5.bb
index 0636972ec..30e10c251 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_4.7.5.bb
@@ -1,12 +1,12 @@
 SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args 
etc."
 HOMEPAGE = "https://github.com/aio-libs/multidict/;
+
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
 
-inherit pypi setuptools3 ptest
+SRC_URI[sha256sum] = 
"aee283c49601fa4c13adc64c09c978838a7e812f85377ae130a24d7198c0331e"
 
-SRC_URI[md5sum] = "22b46f759cf2cc3ca1d2c9f82cc9bb79"
-SRC_URI[sha256sum] = 
"d7d428488c67b09b26928950a395e41cc72bb9c3d5abfe9f0521940ee4f796d4"
+inherit pypi setuptools3 ptest
 
 SRC_URI += " \
file://run-ptest \
@@ -20,3 +20,5 @@ do_install_ptest() {
install -d ${D}${PTEST_PATH}/tests
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
 }
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85080): 
https://lists.openembedded.org/g/openembedded-devel/message/85080
Mute This Topic: https://lists.openembedded.org/mt/74845186/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 07/22] python3-txaio: Add recipe version 20.4.1

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 97b34ad1f1a8a07216d99c1838ba20299eaa5232)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-txaio_20.4.1.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb 
b/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
new file mode 100644
index 0..75a9395a2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
+
+SRC_URI[sha256sum] = 
"17938f2bca4a9cabce61346758e482ca4e600160cbc28e861493eac74a19539d"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-twisted \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85077): 
https://lists.openembedded.org/g/openembedded-devel/message/85077
Mute This Topic: https://lists.openembedded.org/mt/74845180/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit ae8968122461df7e1fa39138f32caa35218bb71f)
Signed-off-by: Otavio Salvador 
---

 .../recipes-devtools/python/python3-argh_0.26.2.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-argh_0.26.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb 
b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb
new file mode 100644
index 0..6aa758876
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Pattern matching and various utilities for file systems paths."
+
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad"
+
+SRC_URI[sha256sum] = 
"e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85071): 
https://lists.openembedded.org/g/openembedded-devel/message/85071
Mute This Topic: https://lists.openembedded.org/mt/74845169/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 05/22] python3-trafaret: Add recipe version 2.0.2

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit dadaed39c981f360609d6c4fc53a9ed6568adf46)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-trafaret_2.0.2.bb | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb 
b/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb
new file mode 100644
index 0..4e814073b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Ultimate transformation library that supports validation, contexts 
and aiohttp."
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=21ecc7aa8f699874e706fc1354903437"
+
+SRC_URI[sha256sum] = 
"61dfc25b574f70bfdf7ee3a808ec423061811c13a10b8d3c9e11ab539b96ab65"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-datetime \
+${PYTHON_PN}-numbers \
+${PYTHON_PN}-urllib3 \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85075): 
https://lists.openembedded.org/g/openembedded-devel/message/85075
Mute This Topic: https://lists.openembedded.org/mt/74845176/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 02/22] python3-graphviz: Add recipe version 0.14

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 636d98b3ab80ac2d295851aa985d7a71eee29ec4)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-graphviz_0.14.bb  | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.bb

diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb 
b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
new file mode 100644
index 0..98bbddd21
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Graphviz protocol implementation"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+SRC_URI[sha256sum] = 
"e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE_EXT = "zip"
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85072): 
https://lists.openembedded.org/g/openembedded-devel/message/85072
Mute This Topic: https://lists.openembedded.org/mt/74845170/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 08/22] python3-u-msgpack-python: Add recipe version 2.6.0

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 9f16073b4b1db5dbcff15344a9021bdf731561ae)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-u-msgpack-python_2.6.0.bb   | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb 
b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
new file mode 100644
index 0..6d2e0e0c3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A portable, lightweight MessagePack serializer and deserializer 
written in pure Python."
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=9eb4691bcb66360acee473a8cf75f594"
+
+SRC_URI[sha256sum] = 
"754edb07eaee39a9686a99823892e3a1be4e0948d9cc5c717946750c27643c9c"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-datetime \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85078): 
https://lists.openembedded.org/g/openembedded-devel/message/85078
Mute This Topic: https://lists.openembedded.org/mt/74845183/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 04/22] python3-py-ubjson: Add recipe version 0.16.1

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 11858121c397d085bc5a7d568a81cc2138e65254)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-py-ubjson_0.16.1.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb 
b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb
new file mode 100644
index 0..31f07a518
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Universal Binary JSON encoder/decoder"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=383b9e6c3f9d1386a4eea17792291d91"
+
+SRC_URI[sha256sum] = 
"b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69a5a482"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-numbers \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85074): 
https://lists.openembedded.org/g/openembedded-devel/message/85074
Mute This Topic: https://lists.openembedded.org/mt/74845174/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 09/22] python3-xmodem: Add recipe version 0.4.6

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 0dccb1e5a698aec92506196fc1a9fcde601160ce)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-xmodem_0.4.6.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb

diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb 
b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb
new file mode 100644
index 0..3fdd3e58c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "XMODEM protocol implementation"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+SRC_URI[sha256sum] = 
"089737298f5738eabc43f2519efdc80b402693768f16383f7013b9e6f8f279d7"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85079): 
https://lists.openembedded.org/g/openembedded-devel/message/85079
Mute This Topic: https://lists.openembedded.org/mt/74845185/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 06/22] python3-trafaret-config: Add recipe version 2.0.2

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 8288281e3b35674e8a76b600cb114e328c3ed94f)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-trafaret-config_2.0.2.bb   | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb 
b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb
new file mode 100644
index 0..b0f7548e4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = "This is a wrapper that loads yaml and checks config using trafaret 
while keeping track of actual lines of file where error has happened."
+
+LICENSE = "Apache-2.0 & MIT"
+LIC_FILES_CHKSUM = 
"file://README.rst;beginline=98;endline=106;md5=a15308789c3b7d0f3ef36b69048423e4"
+
+SRC_URI[sha256sum] = 
"440b6b49e5e975f9a640a2519abb2feddd96eb2aeb1715f87f947a7a079f20be"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-trafaret \
+${PYTHON_PN}-pyyaml \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85076): 
https://lists.openembedded.org/g/openembedded-devel/message/85076
Mute This Topic: https://lists.openembedded.org/mt/74845178/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [dunfell-backport meta-python PATCH 03/22] python3-aiohttp-jinja2: Add recipe version 1.2.0

2020-06-12 Thread Otavio Salvador
From: Domarys Correa 

Signed-off-by: Domarys Correa 
Signed-off-by: Khem Raj 
(cherry picked from commit 498901a50b961dcc4828be79ced44564e5f826be)
Signed-off-by: Otavio Salvador 
---

 .../python/python3-aiohttp-jinja2_1.2.0.bb| 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb 
b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
new file mode 100644
index 0..de336af22
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
@@ -0,0 +1,15 @@
+SUMMARY = "jinja2 template renderer for aiohttp.web (http server for asyncio)"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c82758543767c96574b6e29fc478fb73"
+
+SRC_URI[sha256sum] = 
"2dfe29cfd278d07cd0a851afb98471bc8ce2a830968443e40d67636f3c035d79"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-jinja2 \
+${PYTHON_PN}-aiohttp \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85073): 
https://lists.openembedded.org/g/openembedded-devel/message/85073
Mute This Topic: https://lists.openembedded.org/mt/74845172/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-11 Thread Otavio Salvador
On Wed, Mar 11, 2020 at 10:28 AM Nicolas Dechesne
 wrote:
> On Wed, Mar 11, 2020 at 9:04 AM Bartosz Golaszewski  wrote:
>> wt., 3 mar 2020 o 14:56 Bartosz Golaszewski  napisał(a):
>> >
>> > If this is not something that should be part of meta-openembedded - is
>> > there any way to have it hosted at https://git.yoctoproject.org/cgit/
>> > as an official yocto layer? I'm sorry if this is a dumb question, I
>> > don't know exactly what the policy is for that.
>> gentle ping on this. What is the procedure of hosting a layer at OE?
>
> it depends what you mean here.
>
> 1. Hosting on git.yoctoproject.org is mostly for layers supported by YP 
> membership, these layers are under the responsibility of the YP TSC [1]
> 2. Hosting on git.openembedded.org is under the responsibility of the OE TSC 
> [2]
>
> We recently started an initiative using gitlab, to host layers: 
> https://gitlab.com/openembedded/community, though it's not picking up much 
> for now. But that would be another option, Paul B. or myself could give you 
> access
>
> You might want to host the layer on your own (github, gitlab or anywhere 
> else). I understand why you think that hosting on yoctoproject.org would make 
> it 'more' official, however hundreds of layers are 'self hosted' and it's 
> usually not a big concern.
>
> In any case you should register your layer in the OE layer index.
>
>
> [1] https://wiki.yoctoproject.org/wiki/TSC
> [2] https://www.openembedded.org/wiki/TSC

I've been preferring github over gitlab but either works. I also think
we ought to put it under one of those platforms and rely on those for
future.


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-02 Thread Otavio Salvador
Hello Bartosz,

On Mon, Mar 2, 2020 at 2:39 PM Bartosz Golaszewski  wrote:
> pon., 2 mar 2020 o 12:25 Otavio Salvador
>  napisał(a):
> >
> > On Mon, Mar 2, 2020 at 4:37 AM Bartosz Golaszewski  wrote:
> > > niedz., 1 mar 2020 o 14:43 Otavio Salvador
> > >  napisał(a):
> Khem, Armin: any thoughts?

All this sounds great, I just don't see it fitting on meta-oe. I'd
like to propose we create an orga for it, on github, and host it
there.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-02 Thread Otavio Salvador
On Mon, Mar 2, 2020 at 4:37 AM Bartosz Golaszewski  wrote:
> niedz., 1 mar 2020 o 14:43 Otavio Salvador
>  napisał(a):
> This single class surely doesn't justify a new layer but I have a
> bunch of other stuff lined up for upstreaming if this is accepted.
> This is thematically separate from most of the recipes in meta-oe too.

So please give us an idea of what are your plans, so we can understand
it better.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-01 Thread Otavio Salvador
Hello,

On Fri, Feb 28, 2020 at 12:03 PM Bartosz Golaszewski  wrote:
...
> Over-The-Air updates are a crucial part of IoT systems based on linux.
> There are several OTA update frameworks available and many offer some
> sort of support in yocto (e.g. meta-mender, meta-rauc). There are certain
> operations that are common to all of them such as: generating binary
> delta patches, system recovery, creating provisioning images etc.
>
> This patch proposes to add a new layer in meta-openembedded dedicated to
> OTA. As the first functionality it adds a bbclass for generating binary
> delta images using two popular algorithms - vcdiff and rsync.
>
> Such images can then be easily packaged in update artifacts for different
> OTA frameworks.
>
> Signed-off-by: Bartosz Golaszewski 

I see the value of this, as we are also doing OTA update framework
development, however I wonder if it is worth a new layer for this. For
now, I'd say to put it inside meta-oe directly.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with zeus

2019-11-05 Thread Otavio Salvador
On Tue, Nov 5, 2019 at 5:58 AM Vincent Prince
 wrote:
> Thanks Richard, no problem for delay, we all have lot of work (and
> hopefully it will continue)

Same here. We are focused on other customer stuff and didn't use java lately.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH] zram: Avoid installing init and services, if unused

2019-10-05 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 meta-oe/recipes-extended/zram/zram_0.1.bb | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-extended/zram/zram_0.1.bb 
b/meta-oe/recipes-extended/zram/zram_0.1.bb
index dfd75e71c..564a0877c 100644
--- a/meta-oe/recipes-extended/zram/zram_0.1.bb
+++ b/meta-oe/recipes-extended/zram/zram_0.1.bb
@@ -16,11 +16,16 @@ SRC_URI = " \
 
 do_install () {
 # Sysvinit
-install -d ${D}${sysconfdir}/init.d
-install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/zram
-
-install -d ${D}${systemd_unitdir}/system
-install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system
+if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; 
then
+   install -d ${D}${sysconfdir}/init.d
+   install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/zram
+fi
+
+# SystemD
+if ${@bb.utils.filter('DISTRO_FEATURES','systemd','true','false',d)}; then
+   install -d ${D}${systemd_unitdir}/system
+   install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system
+fi
 }
 
 FILES_${PN} = "${sysconfdir}"
-- 
2.23.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH] modemmanager: Upgrade 1.10.2 -> 1.10.6

2019-10-01 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 .../{modemmanager_1.10.2.bb => modemmanager_1.10.6.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.10.2.bb => 
modemmanager_1.10.6.bb} (92%)

diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.2.bb 
b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.6.bb
similarity index 92%
rename from meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.2.bb
rename to meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.6.bb
index 5fe7fb83f..92d4fe0f4 100644
--- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.2.bb
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.6.bb
@@ -14,8 +14,8 @@ DEPENDS = "glib-2.0 libgudev intltool-native libxslt-native"
 SRC_URI = 
"http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz \
"
 
-SRC_URI[md5sum] = "dad80b3b4f27c1d6eae7e019542338be"
-SRC_URI[sha256sum] = 
"bbcf6da35da3d72f688675bde91dfed6485845c3fedd1805ae914b71d1b783f2"
+SRC_URI[md5sum] = "7452a94f0d1ca361ae51ff1d287c53f5"
+SRC_URI[sha256sum] = 
"3c2ca73782215664141042422759899ca9846440fc26d6223c7cf7ea4dd3c996"
 
 S = "${WORKDIR}/ModemManager-${PV}"
 
-- 
2.23.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 3/5] networkmanager: Add sysvinit support

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 .../networkmanager/networkmanager.initd   | 110 ++
 .../networkmanager/networkmanager_1.18.2.bb   |   6 +-
 2 files changed, 115 insertions(+), 1 deletion(-)
 create mode 100644 
meta-networking/recipes-connectivity/networkmanager/networkmanager/networkmanager.initd

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager/networkmanager.initd
 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager/networkmanager.initd
new file mode 100644
index 0..4fdd80d41
--- /dev/null
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager/networkmanager.initd
@@ -0,0 +1,110 @@
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides:  network-manager
+# Required-Start:$remote_fs dbus udev
+# Required-Stop: $remote_fs dbus udev
+# Should-Start:  $syslog
+# Should-Stop:   $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: network connection manager
+# Description:   Daemon for automatically switching network
+#connections to the best available connection.
+### END INIT INFO
+
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+DESC="network connection manager"
+NAME="NetworkManager"
+
+DAEMON=/usr/sbin/$NAME
+
+PIDFILE=/run/$NAME/$NAME.pid
+
+SCRIPTNAME=/etc/init.d/network-manager
+
+. /etc/init.d/functions || exit 1
+
+# Exit if the package is not installed
+[ -x "$DAEMON" ] || exit 0
+
+log_daemon_msg() {
+echo -n $*
+}
+
+log_end_msg() {
+if [ $1 -eq 0 ]; then
+success
+else
+failure
+fi
+echo
+}
+
+log_progress_msg () {
+if [ -z "${1:-}" ]; then
+return 1
+fi
+echo -n " $@"
+}
+
+#
+#   Function that starts the daemon/service.
+#
+d_start() {
+start-stop-daemon --start --quiet --pidfile $PIDFILE \
+--exec $DAEMON -- $DAEMON_OPTS
+}
+
+#
+#   Function that stops the daemon/service.
+#
+d_stop() {
+start-stop-daemon --stop --retry 5 --quiet --pidfile $PIDFILE \
+--exec $DAEMON
+}
+
+d_reload() {
+start-stop-daemon --stop --signal HUP --quiet --pidfile $PIDFILE \
+--exec $DAEMON
+}
+
+case "$1" in
+  start)
+log_daemon_msg "Starting $DESC" "$NAME"
+d_start
+case "$?" in
+0) log_end_msg 0 ;;
+1) log_progress_msg "already started"
+   log_end_msg 0 ;;
+*) log_end_msg 1 ;;
+esac
+;;
+  stop)
+log_daemon_msg "Stopping $DESC" "$NAME"
+d_stop
+case "$?" in
+0) log_end_msg 0 ;;
+1) log_progress_msg "already stopped"
+   log_end_msg 0 ;;
+*) log_end_msg 1 ;;
+esac
+;;
+  reload|force-reload)
+log_daemon_msg "Reloading $DESC" "$NAME"
+d_reload
+log_end_msg $?
+;;
+  restart)
+$0 stop
+$0 start
+;;
+  status)
+status_of_proc -p $PIDFILE $DAEMON $NAME && exit 0 || exit $?
+;;
+  *)
+echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload|status}" 
>&2
+exit 1
+;;
+esac
+
+exit 0
diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb
index 3c220ec77..db69a5e77 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb
@@ -19,10 +19,11 @@ DEPENDS = " \
 curl \
 "
 
-inherit gnomebase gettext systemd bash-completion vala gobject-introspection 
gtk-doc update-alternatives
+inherit gnomebase gettext update-rc.d systemd bash-completion vala 
gobject-introspection gtk-doc update-alternatives
 
 SRC_URI = " \
 
${GNOME_MIRROR}/NetworkManager/${@gnome_verdir("${PV}")}/NetworkManager-${PV}.tar.xz
 \
+file://${BPN}.initd \
 file://0001-Fixed-configure.ac-Fix-pkgconfig-sysroot-locations.patch \
 file://0002-Do-not-create-settings-settings-property-documentati.patch \
 "
@@ -130,6 +131,7 @@ FILES_${PN}-nmtui-doc = " \
 ${mandir}/man1/nmtui* \
 "
 
+INITSCRIPT_NAME = "network-manager"
 SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 
'NetworkManager.service NetworkManager-dispatcher.service', '', d)}"
 
 ALTERNATIVE_PRIORITY = "100"
@@ -138,6 +140,8 @@ ALTERNATIVE_TARGET[resolv-conf] = 
"${@bb.utils.contains('DISTRO_FEATURES','syste
 ALTERNATIVE_LINK_NAME[resolv-conf] = 
"${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}"
 
 do_install_append() {
+install -Dm 0755 ${WORKDIR}/${BPN}.initd 
${D}${sysconfdir}/init.d/network-manager
+
 rm -rf ${D}/run ${D}${localstatedir}/run
 
 # For read-only filesystem, do not create links during bootup
-- 
2.23.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 5/5] modemmanager: Upgrade 1.10.0 -> 1.10.2

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 .../{modemmanager_1.10.0.bb => modemmanager_1.10.2.bb}  | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.10.0.bb => 
modemmanager_1.10.2.bb} (91%)

diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.0.bb 
b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.2.bb
similarity index 91%
rename from meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.0.bb
rename to meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.2.bb
index ef5af3a57..5fe7fb83f 100644
--- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.0.bb
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.10.2.bb
@@ -13,8 +13,9 @@ DEPENDS = "glib-2.0 libgudev intltool-native libxslt-native"
 
 SRC_URI = 
"http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz \
"
-SRC_URI[md5sum] = "92d25176d0cc9d588ca29700b33c7d98"
-SRC_URI[sha256sum] = 
"fd0f39996025dac96995daea8a58ec7dd571582f7563a8ae0d5f65b571b76ee2"
+
+SRC_URI[md5sum] = "dad80b3b4f27c1d6eae7e019542338be"
+SRC_URI[sha256sum] = 
"bbcf6da35da3d72f688675bde91dfed6485845c3fedd1805ae914b71d1b783f2"
 
 S = "${WORKDIR}/ModemManager-${PV}"
 
@@ -38,6 +39,7 @@ FILES_${PN} += " \
 ${datadir}/icons \
 ${datadir}/polkit-1 \
 ${datadir}/dbus-1 \
+${datadir}/ModemManager \
 ${libdir}/ModemManager \
 ${systemd_unitdir}/system \
 "
-- 
2.23.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 1/5] networkmanager: Fix ADSL plugin packaging

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 .../networkmanager/networkmanager_1.18.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb
index b760a40c3..1c93f0115 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb
@@ -92,7 +92,7 @@ FILES_libnmutil += "${libdir}/libnm-util.so.*"
 FILES_libnmglib += "${libdir}/libnm-glib.so.*"
 FILES_libnmglib-vpn += "${libdir}/libnm-glib-vpn.so.*"
 
-FILES_${PN}-adsl = "${libdir}/NetworkManager/libnm-device-plugin-adsl.so"
+FILES_${PN}-adsl = "${libdir}/NetworkManager/${PV}/libnm-device-plugin-adsl.so"
 
 FILES_${PN} += " \
 ${libexecdir} \
-- 
2.23.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 4/5] libqmi: Upgrade 1.22.2 -> 1.24.0

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 .../libqmi/{libqmi_1.22.2.bb => libqmi_1.24.0.bb}| 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.22.2.bb => 
libqmi_1.24.0.bb} (85%)

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.2.bb 
b/meta-oe/recipes-connectivity/libqmi/libqmi_1.24.0.bb
similarity index 85%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.22.2.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.24.0.bb
index 3b2fe51bb..9b89e1dd8 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.22.2.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.24.0.bb
@@ -13,8 +13,9 @@ inherit autotools pkgconfig bash-completion
 
 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
"
-SRC_URI[md5sum] = "3fd831c1b0de4a4432be628432a960ff"
-SRC_URI[sha256sum] = 
"f1f1e514a89b1dcba05cf7274895e7301a2da4c947b7c2f17acb84fc74038227"
+
+SRC_URI[md5sum] = "4b181c0a8b933226ce3dce09565fe8f8"
+SRC_URI[sha256sum] = 
"aeb69f90c273467cce246176cba0967c6413f1995a976992770a597c4fe28c79"
 
 PACKAGECONFIG ??= "udev mbim"
 PACKAGECONFIG[udev] = ",--without-udev,libgudev"
-- 
2.23.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 2/5] networkmanager: Add a `resolvconf` PACKAGECONFIG

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 .../recipes-connectivity/networkmanager/networkmanager_1.18.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb
index 1c93f0115..3c220ec77 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb
@@ -78,6 +78,7 @@ PACKAGECONFIG[dhclient] = 
"--with-dhclient=${base_sbindir}/dhclient,,,dhcp-clien
 PACKAGECONFIG[dnsmasq] = "--with-dnsmasq=${bindir}/dnsmasq"
 PACKAGECONFIG[nss] = "--with-crypto=nss,,nss"
 PACKAGECONFIG[glib] = "--with-libnm-glib,,dbus-glib-native dbus-glib"
+PACKAGECONFIG[resolvconf] = 
"--with-resolvconf=${base_sbindir}/resolvconf,,,resolvconf"
 PACKAGECONFIG[gnutls] = "--with-crypto=gnutls,,gnutls"
 PACKAGECONFIG[wifi] = "--enable-wifi=yes,--enable-wifi=no,,wpa-supplicant"
 PACKAGECONFIG[ifupdown] = "--enable-ifupdown,--disable-ifupdown"
-- 
2.23.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-browser][PATCH 1/2] chromium: don't pass is_official_build=true when doing a component-build

2019-08-19 Thread Otavio Salvador
On Fri, Aug 9, 2019 at 6:20 AM Rasmus Villemoes
 wrote:
>
> When setting the PACKAGECONFIG component-build, the build breaks
> immediately due to this from the toplevel BUILD.gn:
>
> if (is_official_build) {
>   # An official (maximally optimized!) component (optimized for build times)
>   # build doesn't make sense and usually doesn't work.
>   assert(!is_component_build)
> }
>
> So we must make is_official_build the negative of component-build.
>
> Signed-off-by: Rasmus Villemoes 

Good, please open a PR on GitHub so we can merge it :-)

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-browser] host leaking wayland-scanner?

2019-06-26 Thread Otavio Salvador
Hello Ulrich,

On Wed, Jun 26, 2019 at 10:29 AM Ulrich Ölmann  wrote:
> Again it's me with another small question regarding meta-browser's
> maintainership - I got the following back from our mail delivery system:
...
> Are Denis Carikli and Eric Bénard still actively maintaining meta-
> browser? (Their last commits are from 2012-07-12 and 2013-03-08
> respectively).

They are not.

> As both are listed as maintainers in [6] I would like to
> ask if a patch to update the README file is welcome? Are there other
> maintainers that shall be listed there instead?

Absolutely, please prepare it.

Raphael, Maksim, Khem, Fabio and I are the active people.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-browser][PATCH] chromium: add 2 fixes for v4l2 VDA support

2019-03-16 Thread Otavio Salvador
Hello Peter,

On Fri, Mar 15, 2019 at 8:25 PM Peter Griffin  wrote:
>
> The first patch allows GpuVideoDecoder to actually get created.
> Without it chrome://gpu report hardware video acceleration is
> enabled, but actually ffmpegVideoDecoder is used for the decode.
>
> The second adds NV12 & YVU420 formats for all ARM platforms,
> otherwise V4L2 VDA on dragonboard will error with NV12 buffers.
>
> Signed-off-by: Peter Griffin 

Thank you for working on this; please open a PR on github as we have
been using it for the layer as a way to get more people to contribute
to it.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 1/2] python-idna: Avoid removing executing bit from `.egg-info/` directory

2019-03-01 Thread Otavio Salvador
The chmod was removing the executing bit from the directory and then
the native version was failing to build.

Signed-off-by: Otavio Salvador 
---

 meta-python/recipes-devtools/python/python-idna.inc | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index 436b58606..519812ddc 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -16,7 +16,3 @@ do_compile_prepend() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
-
-do_install_append() {
-chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
-}
\ No newline at end of file
-- 
2.21.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 2/2] python-idna: Upgrade 2.7 -> 2.8

2019-03-01 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 meta-python/recipes-devtools/python/python-idna.inc   | 4 ++--
 .../python/{python-idna_2.7.bb => python-idna_2.8.bb} | 0
 .../python/{python3-idna_2.7.bb => python3-idna_2.8.bb}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-idna_2.7.bb => 
python-idna_2.8.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-idna_2.7.bb => 
python3-idna_2.8.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index 519812ddc..13b0cdb62 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/kjd/idna;
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd"
 
-SRC_URI[md5sum] = "0e5bb69018ddef1b9d95f681182be82c"
-SRC_URI[sha256sum] = 
"684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16"
+SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1"
+SRC_URI[sha256sum] = 
"c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"
 
 RDEPENDS_${PN}_class-target = "\
 ${PYTHON_PN}-codecs \
diff --git a/meta-python/recipes-devtools/python/python-idna_2.7.bb 
b/meta-python/recipes-devtools/python/python-idna_2.8.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-idna_2.7.bb
rename to meta-python/recipes-devtools/python/python-idna_2.8.bb
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.7.bb 
b/meta-python/recipes-devtools/python/python3-idna_2.8.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-idna_2.7.bb
rename to meta-python/recipes-devtools/python/python3-idna_2.8.bb
-- 
2.21.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory

2019-03-01 Thread Otavio Salvador
On Fri, Mar 1, 2019 at 12:56 PM Khem Raj  wrote:
> Can you resend this patch series, its missing in patchwork, so
> hopefully, it will catch it this time.

Resent.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 2/2] python-idna: Upgrade 2.7 -> 2.8

2019-03-01 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 meta-python/recipes-devtools/python/python-idna.inc   | 4 ++--
 .../python/{python-idna_2.7.bb => python-idna_2.8.bb} | 0
 .../python/{python3-idna_2.7.bb => python3-idna_2.8.bb}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-idna_2.7.bb => 
python-idna_2.8.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-idna_2.7.bb => 
python3-idna_2.8.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index 519812ddc..13b0cdb62 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/kjd/idna;
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd"
 
-SRC_URI[md5sum] = "0e5bb69018ddef1b9d95f681182be82c"
-SRC_URI[sha256sum] = 
"684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16"
+SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1"
+SRC_URI[sha256sum] = 
"c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"
 
 RDEPENDS_${PN}_class-target = "\
 ${PYTHON_PN}-codecs \
diff --git a/meta-python/recipes-devtools/python/python-idna_2.7.bb 
b/meta-python/recipes-devtools/python/python-idna_2.8.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-idna_2.7.bb
rename to meta-python/recipes-devtools/python/python-idna_2.8.bb
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.7.bb 
b/meta-python/recipes-devtools/python/python3-idna_2.8.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-idna_2.7.bb
rename to meta-python/recipes-devtools/python/python3-idna_2.8.bb
-- 
2.21.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory

2019-03-01 Thread Otavio Salvador
The chmod was removing the executing bit from the directory and then
the native version was failing to build.

Signed-off-by: Otavio Salvador 
---

 meta-python/recipes-devtools/python/python-idna.inc | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index 436b58606..519812ddc 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -16,7 +16,3 @@ do_compile_prepend() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
-
-do_install_append() {
-chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
-}
\ No newline at end of file
-- 
2.21.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory

2019-02-25 Thread Otavio Salvador
On Mon, Feb 25, 2019 at 2:03 PM Burton, Ross  wrote:
>
> The original patch doesn't explain what it's doing and is clearly
> going to remove executable bits from directories, which clearly isn't
> right.
>
> I'd say remove it, and *then* if it breaks again fix properly.

I am with Ross here. It is a really ugly patch and if need, we need a
comment on the code and a proper reason to add it back.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 2/2] python-idna: Upgrade 2.7 -> 2.8

2019-02-25 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 meta-python/recipes-devtools/python/python-idna.inc   | 4 ++--
 .../python/{python-idna_2.7.bb => python-idna_2.8.bb} | 0
 .../python/{python3-idna_2.7.bb => python3-idna_2.8.bb}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-idna_2.7.bb => 
python-idna_2.8.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-idna_2.7.bb => 
python3-idna_2.8.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index 519812ddc..13b0cdb62 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/kjd/idna;
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd"
 
-SRC_URI[md5sum] = "0e5bb69018ddef1b9d95f681182be82c"
-SRC_URI[sha256sum] = 
"684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16"
+SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1"
+SRC_URI[sha256sum] = 
"c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"
 
 RDEPENDS_${PN}_class-target = "\
 ${PYTHON_PN}-codecs \
diff --git a/meta-python/recipes-devtools/python/python-idna_2.7.bb 
b/meta-python/recipes-devtools/python/python-idna_2.8.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-idna_2.7.bb
rename to meta-python/recipes-devtools/python/python-idna_2.8.bb
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.7.bb 
b/meta-python/recipes-devtools/python/python3-idna_2.8.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-idna_2.7.bb
rename to meta-python/recipes-devtools/python/python3-idna_2.8.bb
-- 
2.20.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory

2019-02-25 Thread Otavio Salvador
The chmod was removing the executing bit from the directory and then
the native version was failing to build.

Signed-off-by: Otavio Salvador 
---

 meta-python/recipes-devtools/python/python-idna.inc | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index 436b58606..519812ddc 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -16,7 +16,3 @@ do_compile_prepend() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
-
-do_install_append() {
-chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
-}
\ No newline at end of file
-- 
2.20.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 2/2] python-idna: Upgrade 2.7 -> 2.8

2019-02-22 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---

 meta-python/recipes-devtools/python/python-idna.inc   | 4 ++--
 .../python/{python-idna_2.7.bb => python-idna_2.8.bb} | 0
 .../python/{python3-idna_2.7.bb => python3-idna_2.8.bb}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-idna_2.7.bb => 
python-idna_2.8.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-idna_2.7.bb => 
python3-idna_2.8.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index 519812ddc..13b0cdb62 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/kjd/idna;
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd"
 
-SRC_URI[md5sum] = "0e5bb69018ddef1b9d95f681182be82c"
-SRC_URI[sha256sum] = 
"684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16"
+SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1"
+SRC_URI[sha256sum] = 
"c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"
 
 RDEPENDS_${PN}_class-target = "\
 ${PYTHON_PN}-codecs \
diff --git a/meta-python/recipes-devtools/python/python-idna_2.7.bb 
b/meta-python/recipes-devtools/python/python-idna_2.8.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-idna_2.7.bb
rename to meta-python/recipes-devtools/python/python-idna_2.8.bb
diff --git a/meta-python/recipes-devtools/python/python3-idna_2.7.bb 
b/meta-python/recipes-devtools/python/python3-idna_2.8.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-idna_2.7.bb
rename to meta-python/recipes-devtools/python/python3-idna_2.8.bb
-- 
2.20.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory

2019-02-22 Thread Otavio Salvador
The chmod was removing the executing bit from the directory and then
the native version was failing to build.

Signed-off-by: Otavio Salvador 
---

 meta-python/recipes-devtools/python/python-idna.inc | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc 
b/meta-python/recipes-devtools/python/python-idna.inc
index 436b58606..519812ddc 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -16,7 +16,3 @@ do_compile_prepend() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
-
-do_install_append() {
-chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
-}
\ No newline at end of file
-- 
2.20.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH] libusbgx: Add recipe

2018-11-30 Thread Otavio Salvador
The libusbgx allow easier use and setup of USB gadgets. To easy
integration on different systems a libusbgx-config package is provided
so it can be used to start and enable respective USB gadget schema.

Signed-off-by: Otavio Salvador 
---

 .../libusbgx/libusbgx-config.bb   |  12 ++
 .../libusbgx/libusbgx-config/usbgx.default|   2 +
 .../libusbgx/libusbgx/gadget-start|  11 ++
 .../libusbgx/libusbgx/usbgx.initd | 143 ++
 .../libusbgx/libusbgx/usbgx.service   |   9 ++
 .../recipes-support/libusbgx/libusbgx_git.bb  |  40 +
 6 files changed, 217 insertions(+)
 create mode 100644 meta-oe/recipes-support/libusbgx/libusbgx-config.bb
 create mode 100644 
meta-oe/recipes-support/libusbgx/libusbgx-config/usbgx.default
 create mode 100644 meta-oe/recipes-support/libusbgx/libusbgx/gadget-start
 create mode 100644 meta-oe/recipes-support/libusbgx/libusbgx/usbgx.initd
 create mode 100644 meta-oe/recipes-support/libusbgx/libusbgx/usbgx.service
 create mode 100644 meta-oe/recipes-support/libusbgx/libusbgx_git.bb

diff --git a/meta-oe/recipes-support/libusbgx/libusbgx-config.bb 
b/meta-oe/recipes-support/libusbgx/libusbgx-config.bb
new file mode 100644
index 0..b269e33c4
--- /dev/null
+++ b/meta-oe/recipes-support/libusbgx/libusbgx-config.bb
@@ -0,0 +1,12 @@
+SUMMARY = "USB Gadget Configuration Files"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = 
"file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+SRC_URI = "file://usbgx.default"
+
+do_configure[noexec] = "1"
+do_compile[noexec] = "1"
+
+do_install() {
+install -Dm 0644 ${WORKDIR}/usbgx.default ${D}${sysconfdir}/default/usbgx
+}
diff --git a/meta-oe/recipes-support/libusbgx/libusbgx-config/usbgx.default 
b/meta-oe/recipes-support/libusbgx/libusbgx-config/usbgx.default
new file mode 100644
index 0..f690dfe2a
--- /dev/null
+++ b/meta-oe/recipes-support/libusbgx/libusbgx-config/usbgx.default
@@ -0,0 +1,2 @@
+IMPORT_SCHEMAS=""
+ENABLED_SCHEMAS="$IMPORT_SCHEMAS"
diff --git a/meta-oe/recipes-support/libusbgx/libusbgx/gadget-start 
b/meta-oe/recipes-support/libusbgx/libusbgx/gadget-start
new file mode 100644
index 0..1a106b785
--- /dev/null
+++ b/meta-oe/recipes-support/libusbgx/libusbgx/gadget-start
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+[ -r /etc/default/usbgx ] && . /etc/default/usbgx
+
+for i in $IMPORT_SCHEMAS; do
+/usr/bin/gadget-import "$i" /etc/usbgx/"$i".schema
+done
+
+for i in $ENABLED_SCHEMAS; do
+ls /sys/class/udc/ > /sys/kernel/config/usb_gadget/"$i"/UDC
+done
diff --git a/meta-oe/recipes-support/libusbgx/libusbgx/usbgx.initd 
b/meta-oe/recipes-support/libusbgx/libusbgx/usbgx.initd
new file mode 100644
index 0..d1938078f
--- /dev/null
+++ b/meta-oe/recipes-support/libusbgx/libusbgx/usbgx.initd
@@ -0,0 +1,143 @@
+#! /bin/sh
+### BEGIN INIT INFO
+# Provides:  usbg
+# Required-Start:$local_fs
+# Should-Start:
+# Required-Stop: $local_fs
+# Should-Stop:
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: Example initscript
+# Description:   This file should be used to construct scripts to be
+#placed in /etc/init.d
+### END INIT INFO
+
+# PATH should only include /usr/* if it runs after the mountnfs.sh script
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+
+DESC="Load USB gadget schemas"
+NAME="usbgx"
+DAEMON=/usr/bin/gadget-start
+DAEMON_ARGS=""
+PIDFILE=/var/run/$NAME.pid
+
+. /etc/init.d/functions || exit 1
+
+# Exit if the package is not installed
+[ -x "$DAEMON" ] || exit 0
+
+# Read configuration variable file if it is present
+[ -r /etc/default/$NAME ] && . /etc/default/$NAME
+
+#
+# Function that starts the daemon/service
+#
+do_start() {
+local status pid
+
+status=0
+pid=`pidofproc $NAME` || status=$?
+case $status in
+0)
+echo "$DESC already running ($pid)."
+exit 1
+;;
+*)
+echo "Starting $DESC ..."
+exec $DAEMON $DAEMON_ARGS >/dev/null 2>&1 || status=$?
+echo "ERROR: Failed to start $DESC."
+exit $status
+;;
+esac
+}
+
+#
+# Function that stops the daemon/service
+#
+do_stop() {
+local pid status
+
+status=0
+pid=`pidofproc $NAME` || status=$?
+case $status in
+0)
+# Exit when fail to stop, the kill would complain when fail
+kill -s 15 $pid >/dev/null && rm -f $PIDFILE && \
+echo "Stopped $DESC ($pid)." || exit $?
+;;
+*)
+echo "$DESC is not running; none killed." >&2
+;;
+esac
+
+return $status
+}
+
+#
+# Function that sends a SIGHUP to the daemon/service
+#
+do_reload() {
+   

[oe] [PATCH] mozjs: Avoid use of X11 from host when X11 is disabled

2018-11-27 Thread Otavio Salvador
The mozjs build system makes use of host headers and libraries if not
passed an invalid path for `--x-includes` and `--x-libraries`. This
fixes host contamination while building in a development host.

Signed-off-by: Otavio Salvador 
---

 meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb 
b/meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb
index 0dfe2f848..440a25b74 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb
@@ -49,7 +49,7 @@ EXTRA_OECONF = " \
 "
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
-PACKAGECONFIG[x11] = "--x-includes=${STAGING_INCDIR} 
--x-libraries=${STAGING_LIBDIR},,virtual/libx11"
+PACKAGECONFIG[x11] = "--x-includes=${STAGING_INCDIR} 
--x-libraries=${STAGING_LIBDIR},--x-includes=no --x-libraries=no,virtual/libx11"
 
 EXTRA_OEMAKE_task-compile += "OS_LDFLAGS='-Wl,-latomic ${LDFLAGS}'"
 EXTRA_OEMAKE_task-install += "STATIC_LIBRARY_NAME=js_static"
-- 
2.19.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH v2] postgresql: Allow successful run of postgresql-setup

2018-11-23 Thread Otavio Salvador
The postgresql-setup utility log-in on postgres user to create the
database, however, the shell was set to bash and it wasn't being
installed as runtime dependency.

This rework this expectation to use busybox ash as shell and avoid the
new dependency

Signed-off-by: Otavio Salvador 
---

Changes in v2:
- drop bash use

 .../files/{postgresql-bashprofile => postgresql-profile}  | 0
 meta-oe/recipes-dbs/postgresql/postgresql.inc | 8 
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-dbs/postgresql/files/{postgresql-bashprofile => 
postgresql-profile} (100%)

diff --git a/meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile 
b/meta-oe/recipes-dbs/postgresql/files/postgresql-profile
similarity index 100%
rename from meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile
rename to meta-oe/recipes-dbs/postgresql/files/postgresql-profile
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc 
b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 3bf71f02e..dc8522454 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -25,7 +25,7 @@ ARM_INSTRUCTION_SET = "arm"
 
 SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \
 file://postgresql.init \
-file://postgresql-bashprofile \
+file://postgresql-profile \
 file://postgresql.pam \
 file://postgresql-setup \
 file://postgresql.service \
@@ -155,7 +155,7 @@ usernum = "28"
 groupnum = "28"
 USERADD_PACKAGES = "${PN}"
 USERADD_PARAM_${PN} = "-M -g postgres -o -r -d ${localstatedir}/lib/${BPN} \
--s /bin/bash -c 'PostgreSQL Server' -u ${usernum} postgres"
+-s /bin/sh -c 'PostgreSQL Server' -u ${usernum} postgres"
 GROUPADD_PARAM_${PN} = "-g ${groupnum} -o -r postgres"
 
 INITSCRIPT_PACKAGES = "${PN}"
@@ -182,7 +182,7 @@ do_install_append() {
 install -m 0755 ${WORKDIR}/${BPN}-setup ${D}${bindir}/${BPN}-setup
 install -d -m 700 ${D}${localstatedir}/lib/${BPN}/data
 install -d -m 700 ${D}${localstatedir}/lib/${BPN}/backups
-install -m 644 ${WORKDIR}/${BPN}-bashprofile 
${D}${localstatedir}/lib/${BPN}/.bash_profile
+install -m 644 ${WORKDIR}/${BPN}-profile 
${D}${localstatedir}/lib/${BPN}/.profile
 chown -R postgres:postgres ${D}${localstatedir}/lib/${BPN}
 # multiple server config directory
 install -d -m 700 ${D}${sysconfdir}/default/${BPN}
@@ -222,7 +222,7 @@ RPROVIDES_${PN}-dbg += "libecpg-compat-dbg \
 
 FILES_${PN} += "${sysconfdir}/init.d/${BPN}-server \
 ${localstatedir}/lib/${BPN}/data ${localstatedir}/lib/${BPN}/backups \
-${localstatedir}/lib/${BPN}/.bash_profile ${sysconfdir}/default/${BPN} \
+${localstatedir}/lib/${BPN}/.profile ${sysconfdir}/default/${BPN} \
 ${libdir}/${BPN}/dict_snowball.so ${libdir}/${BPN}/plpgsql.so \
 ${libdir}/${BPN}/euc2004_sjis2004.so \
 ${libdir}/${BPN}/libpqwalreceiver.so \
-- 
2.19.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] postgresql: Allow successful run of postgresql-setup

2018-11-23 Thread Otavio Salvador
On Fri, Nov 23, 2018 at 8:01 AM Martin Hundebøll  wrote:
> > diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc 
> > b/meta-oe/recipes-dbs/postgresql/postgresql.inc
> > index 3bf71f02e..5fc823898 100644
> > --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
> > +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
> > @@ -231,6 +231,7 @@ FILES_${PN} += "${sysconfdir}/init.d/${BPN}-server \
> >  if 'pam' == d.getVar('enable_pam') \
> >  else ''} \
> >   "
> > +RDEPENDS_${PN} += "bash"
>
> Is bash needed or would busybox' ash be enough? If so, then changing
> USERADD_PARAM_${PN} to use /bin/sh instead would be leaner.

I will prepare a v2 doing it.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH] postgresql: Allow successful run of postgresql-setup

2018-11-23 Thread Otavio Salvador
The postgresql-setup utility log-in on postgres user to create the
database, however, the shell set to the user is bash and it wasn't
being installed as runtime dependency.

Signed-off-by: Otavio Salvador 
---

 meta-oe/recipes-dbs/postgresql/postgresql.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc 
b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 3bf71f02e..5fc823898 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -231,6 +231,7 @@ FILES_${PN} += "${sysconfdir}/init.d/${BPN}-server \
if 'pam' == d.getVar('enable_pam') \
else ''} \
 "
+RDEPENDS_${PN} += "bash"
 
 FILES_${PN}-client = "${bindir}/clusterdb \
 ${bindir}/createdb \
-- 
2.19.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] bug-tracker

2018-08-20 Thread Otavio Salvador
On Mon, Aug 20, 2018 at 12:26 PM Richard Leitner
 wrote:
> On 7/25/18 10:39 AM, Otavio Salvador wrote:
> > Em qua, 25 de jul de 2018 06:38, Khem Raj  escreveu:
> >
> >> how about gitlab ?
> >
> >
> > Personally I prefer github as most people have account on it and are used
> > to it.
>
> Same for me... I'd prefer github and a new organization as owner.
>
> So who would be capable of doing this?
> Also setting up the mirrors (either way it will be) correctly?
>
> Or are there any reasons against it?

Sounds good to me.

I can help setting it up if desired.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-qt5][sumo][PATCH] qtwebkit: Make qtwebkit support armv BE

2018-07-31 Thread Otavio Salvador
On Tue, Jul 17, 2018 at 5:15 PM, Lei Maohui  wrote:
> Signed-off-by: Lei Maohui 

The commit log inside of the patch file deserves a little more love,
it could be improved to describe what it fixes. It also needs the
Upstream-Status field.

Please send it as a PR against our meta-qt5's github repository as we
moved to it as our way to process patches.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] bug-tracker

2018-07-25 Thread Otavio Salvador
Em qua, 25 de jul de 2018 06:38, Khem Raj  escreveu:

> how about gitlab ?


Personally I prefer github as most people have account on it and are used
to it.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] bug-tracker

2018-07-24 Thread Otavio Salvador
Em ter, 24 de jul de 2018 16:25, Henning Heinold <
henn...@itconsulting-heinold.de> escreveu:

> On Tue, Jul 24, 2018 at 08:55:34AM +0100, Otavio Salvador wrote:
> > Em ter, 24 de jul de 2018 08:33, Richard Leitner <
> > richard.leit...@skidata.com> escreveu:
> >
> > > Hi,
> > > finally I have another question regarding the meta-java layer :-)
> > >
> > > Do we have some kind of bug-tracker?
> > >
> > > If no: I would really love to see one for meta-java.
> > > What are our possibilities here? YP Bugzilla? GitHub? others?
> > >
> > > What do you think?
> > >
> >
> > We recently passed the review process of meta-qt5 to github and it has
> been
> > much better this using the patchwork.
> >
> > Maybe we could consider the possibility of moving meta-java there and
> make
> > the yp.org a mirror so we use the issues, PR and all resources it offers
> > (Travis as well).
>
> The question is under which github space that should happen and who has
> the control over it.
>

We can make a organization as we did for qt5 or it might be under OSSystems
umbrella.

>
> Bye Henning
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] bug-tracker

2018-07-24 Thread Otavio Salvador
Em ter, 24 de jul de 2018 08:33, Richard Leitner <
richard.leit...@skidata.com> escreveu:

> Hi,
> finally I have another question regarding the meta-java layer :-)
>
> Do we have some kind of bug-tracker?
>
> If no: I would really love to see one for meta-java.
> What are our possibilities here? YP Bugzilla? GitHub? others?
>
> What do you think?
>

We recently passed the review process of meta-qt5 to github and it has been
much better this using the patchwork.

Maybe we could consider the possibility of moving meta-java there and make
the yp.org a mirror so we use the issues, PR and all resources it offers
(Travis as well).

>
> regards;Richard.L
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-qt5 PATCH] README: Rework to start using GitHub for development

2018-06-22 Thread Otavio Salvador
On Fri, Jun 22, 2018 at 3:59 PM, Martin Jansa  wrote:
> On Fri, Jun 22, 2018 at 03:32:46PM -0300, Otavio Salvador wrote:
>> This changes the content so we start sending people to GitHub and
>> deprecate the OpenEmbedded-Devel mailing list as the place for patch
>> submission.
>>
>> The content has been reworked so it renders better inside GitHub and
>> provide a more structured content.
>
> I'm done with patchwork.
>
> If anyone has some pending changes which I haven't merged to master-next
> last night, then send pings or re-submit them as pull-requests. Pending
> changes from master-next will be merged to master together with 5.11.1
> upgrade soon.
>
> Acked-by: Martin Jansa 

+1

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-qt5 PATCH] README: Rework to start using GitHub for development

2018-06-22 Thread Otavio Salvador
This changes the content so we start sending people to GitHub and
deprecate the OpenEmbedded-Devel mailing list as the place for patch
submission.

The content has been reworked so it renders better inside GitHub and
provide a more structured content.

Signed-off-by: Otavio Salvador 
---

 README| 33 -
 README.md | 32 
 2 files changed, 32 insertions(+), 33 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md

diff --git a/README b/README
deleted file mode 100644
index 9817851..000
--- a/README
+++ /dev/null
@@ -1,33 +0,0 @@
-This layer depends on:
-
-URI: git://github.com/openembedded/oe-core.git
-branch: master
-revision: HEAD
-
-When building stuff like qtdeclarative, qtquick, qtwebkit, make sure that
-you have required PACKAGECONFIG options enabled in qtbase build, see qtbase.inc
-for detail.
-
-Send pull requests to openembedded-devel@lists.openembedded.org with 
'[meta-qt5]' in the subject'
-
-When sending single patches, please using something like:
-
-git send-email -M -1 --to openembedded-devel@lists.openembedded.org 
--subject-prefix='meta-qt5][PATCH'
-
-Change option '-1' to '-n' for n number of patches in series
-
-You are encouraged to fork the mirror on github[1] to share your
-patches. This is preferred for patch sets consisting of more than one
-patch. Other services like gitlab, repo.or.cz or self hosted setups
-are of course accepted as well, 'git fetch ' works the same on
-all of them. We recommend github because it is free, easy to use, has
-been proven to be reliable and has a really good web GUI.
-
-1. https://github.com/meta-qt5/meta-qt5/
-
-meta-qt5 has Yocto Project Compatible status since 2013:
-https://www.yoctoproject.org/product/meta-qt5
-
-Main layer maintainers:
-  Martin 'JaMa' Jansa 
-  Otavio Salvador 
diff --git a/README.md b/README.md
new file mode 100644
index 000..fe94321
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+Qt5 OpenEmbedded/Yocto Project layer
+
+
+This layer depends on:
+
+URI: https://github.com/openembedded/openembedded-core
+branch: master
+revision: HEAD
+
+When building stuff like `qtdeclarative`, `qtquick`, `qtwebkit`, make
+sure that you have required `PACKAGECONFIG` options enabled in qtbase
+build, see `qtbase` recipe for detail.
+
+
+Contributing
+
+
+Please submit any patches against the `meta-qt5` layer by using the
+GitHub pull-request feature.  Fork the repo, make a branch, do the
+work, rebase from upstream, create the pull request, yada-yada.
+
+Maintainers
+---
+
+- Martin 'JaMa' Jansa 
+- Otavio Salvador 
+
+Yocto Project Compatible
+
+
+meta-qt5 has Yocto Project Compatible status since 2013:
+https://www.yoctoproject.org/product/meta-qt5
-- 
2.17.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Fwd: [yocto] [meta-java][PATCH 3/3] openjdk-8: use ca-certificates-java

2018-06-15 Thread Otavio Salvador
On Fri, Jun 15, 2018 at 6:21 AM, Henning Heinold
 wrote:
> On Fri, Jun 15, 2018 at 11:58:55AM +0300, Maxin B. John wrote:
>> Hi Richard,
>>
>> On Fri, Jun 15, 2018 at 10:19:06AM +0200, 
>> prvs=6977bbb5e=richard.leit...@skidata.com wrote:
>> > fyi, as this was posted on yo...@yoctoproject.org
>> >
>> > @Otavio/Maxin/Henning: is it OK to just force-push to>> > master-next 
>> > without this commit? Or should I push a
>> > "revert" commit?
>>
>> I think it is ok to force-push to the master-next branch
>> (obviously not ok to force push to other branches).
>>
>> > regards;Richard.L
>>
>> Best Regards,
>> Maxin
>
> Hi,
>
> I am fine with push-force in this case too.
>
> Bye Henning



-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java][PATCH 3/4] README: add maintainer: Richard Leitner

2018-06-12 Thread Otavio Salvador
On Tue, Jun 12, 2018 at 11:33 AM, Richard Leitner
 wrote:
> As discussed on the openembedded-devel ML [1] add myself as a maintainer
> for this layer.
>
> [1] 
> http://lists.openembedded.org/pipermail/openembedded-devel/2018-June/118697.html
>
> Cc: Henning Heinold 
> Cc: Mario Domenech Goulart 
> Cc: Maxin John 
> Cc: Otavio Salvador 
> Signed-off-by: Richard Leitner 

Acked-by: Otavio Salvador 

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] maintainer status

2018-06-07 Thread Otavio Salvador
On Thu, Jun 7, 2018 at 10:53 AM, Richard Leitner
 wrote:

> As I'm using this layer now for quite a few years I'll be glad to help you 
> with
> the maintainership of meta-java. Nonetheless I have to admit that I have no
> experience in maintaining an openembedded layer ;-)
>
> Therefore if you're still interested I'd have some questions regarding the
> "strategic" targets, workflows and stuff like that...

Awesome, new energy!

Sure, go ahead and ask :-D

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] maintainer status

2018-06-05 Thread Otavio Salvador
On Tue, Jun 5, 2018 at 12:11 PM, Mark Asselstine
 wrote:
> Several of us have noticed that nothing has been merged to meta-java since
> mid-April (roughly 8 weeks ago). With about a dozen commits sent to the list
> and pending merges I thought I might email you, the maintainers, directly to
> determine if this is expected to continue. Should we be looking to update the
> maintainers list and/or recruiting new people to restore the vitality of this
> repo? Have your roles or positions changed making it no longer viable for you
> to contribute to this repo?
>
> Thanks in advance for your responses.

I've been busy with multiple things and couldn't focus on it for a
while. But Maxin was keeping it up to date. Do you have a bundle of
patches need to take a review / test?

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Most meta-qt5 patches on ML marked as Not Applicable on patchwork

2018-04-18 Thread Otavio Salvador
On Wed, Apr 18, 2018 at 8:50 AM, Martin Jansa <martin.ja...@gmail.com> wrote:
> Otavio: I think it's time we start using separate ML and gerrit for
> meta-qt5, do you still have the public gerrit instance somewhere we can use?
> I don't want to deal with patchwork anymore.

We do. It is at code.ossystems.com.br. I can easily add a group with a
specific set of access for it if you want.

I also like the idea of Gerrit for it. We have a clear view of pending
patches, feedback and like. For the ML, I think doing the review on
Gerrit reduces a lot the use of ML leaving it just for general
discussion so leaving it as is also works...

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Splitting meta-oe?

2018-02-22 Thread Otavio Salvador
On Thu, Feb 22, 2018 at 6:27 AM, Patrick Ohly <patrick.o...@intel.com> wrote:
> On Thu, 2018-02-22 at 07:53 +0100, Jonas Bonn wrote:
>> On 21 February 2018 at 15:09, Martin Hundebøll <m...@prevas.dk>
>> wrote:
>>
>> > Now that the discussion branched out a bit...
>> >
>> > We would like better support for this too. Our setup uses a
>> > "manifest"
>> > repository with git submodules to setup the layers:
>> >
>> > > yocto/
>> > >   meta-poky/
>> > >   meta-qt5/
>> > >   meta-foo/
>> > >   meta-bar/
>> > >   conf/
>> > >bblayers.conf
>> > >local.conf
>> > >   .gitmodules
>> >
>> > With this setup, customers simply need to clone our yocto repo
>> > recursively, run `yocto/meta-poky/oe-init-build-env yocto` and then
>> > `bitbake image-recipe`.
>> >
>> > But this is rather inflexible, as it requires the "yocto" folder to
>> > be the
>> > build folder to activate the config files...
>> >
>> > We looked into putting the configs in "meta-foo/conf/*.conf.sample"
>> > and
>> > using TEMPLATECONF, but the "oe-init-build-env" script is rather
>> > picky
>> > about poky being the "top" directory.
>> >
>> > I guess the oe-init-build-env script can be changed to look for
>> > .templateconf in any parent folder?
>>
>>
>> Putting together a deliverable setup that's easy for the customer to
>> get
>> started with is a bit tricky.  Here's the approach that's worked well
>> for
>> me:
>>
>> /myproject
>> /env<-- script
>> /build
>> /meta-myproject
>> /bitbake
>> /oe-core
>> /meta-layer1
>> /meta-layer2
>>
>> env, build, meta-myproject are part of the myproject repo, everything
>> else is a submodule.
>
> refkit used the same approach. One thing that I would prefer to do
> differently is the location of the submodule: having them in their own
> directory would make it more transparent which code is "external" and
> which is "internal".
>
>> "env" is a script containing just the following:
>> . ./oe-core/oe-init-build-env build/ bitbake/
>
> We ended up with a top-level "oe-init-build-env" wrapper script around
> the actual oe-core/oe-init-build-env. That way the repo could be used
> the same way as poky. The script sets TEMPLATECONF, so the usual local
> build setup happens based on refkit sample files.

We have a script set and a document which describes how we do it:

http://doc.ossystems.com.br/managing-platforms.html

The script sources can be seen at:

https://code.ossystems.com.br/gitweb?p=ossystems-yocto-base-scripts.git

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [RESEND meta-python PATCH 2/2] python3-requests: Remove RDEPENDS on python3-misc

2018-02-21 Thread Otavio Salvador
On Wed, Feb 21, 2018 at 6:48 PM, Alejandro Enedino Hernandez Samaniego
<alejandro.enedino.hernandez-samani...@xilinx.com> wrote:
> Just to clarify that the misc package wasnt removed, it still exists, but
> with the rework
>
> selectors was put on core, so your patch is fine, but what was removed was
> the
>
> dependency on misc, not the package itself, just a technicality.

Sent a v2. Thanks for the review :-)

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python PATCH v2 2/2] python3-requests: Remove RDEPENDS on python3-misc

2018-02-21 Thread Otavio Salvador
The selectors module is now part of python3-core. Remove this
dependency.
Tested using updatehub's uhu utility.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

Changes in v2:
- Fix commit log

 meta-python/recipes-devtools/python/python3-requests_2.18.4.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb 
b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
index d91d993bf..0a2410f85 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
@@ -1,5 +1,2 @@
 inherit setuptools3
 require python-requests.inc
-
-# Add the runtime depends for selectors.py
-RDEPENDS_${PN} += "${PYTHON_PN}-misc"
-- 
2.16.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python PATCH v2 1/2] python3-jsonschema: Remove RDEPENDS on python3-misc

2018-02-21 Thread Otavio Salvador
The misc dependency is not need anymore since python3 package rework.

Tested using updatehub's uhu utility.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

Changes in v2:
- Rework commit log.

 meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb 
b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
index 5aaee682b..926990747 100644
--- a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
@@ -1,6 +1,2 @@
 inherit pypi setuptools3
 require python-jsonschema.inc
-
-RDEPENDS_${PN} += " \
-${PYTHON_PN}-misc \
-"
-- 
2.16.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [RESEND meta-python PATCH 2/2] python3-requests: Remove RDEPENDS on python3-misc

2018-02-21 Thread Otavio Salvador
The misc package has been removed when the python3 was reworked.

Tested using updatehub's uhu utility.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

 meta-python/recipes-devtools/python/python3-requests_2.18.4.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb 
b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
index d91d993bf..0a2410f85 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
@@ -1,5 +1,2 @@
 inherit setuptools3
 require python-requests.inc
-
-# Add the runtime depends for selectors.py
-RDEPENDS_${PN} += "${PYTHON_PN}-misc"
-- 
2.16.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [RESEND meta-python PATCH 1/2] python3-jsonschema: Remove RDEPENDS on python3-misc

2018-02-21 Thread Otavio Salvador
The misc package has been removed when the python3 was reworked.

Tested using updatehub's uhu utility.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

 meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb 
b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
index 5aaee682b..926990747 100644
--- a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
@@ -1,6 +1,2 @@
 inherit pypi setuptools3
 require python-jsonschema.inc
-
-RDEPENDS_${PN} += " \
-${PYTHON_PN}-misc \
-"
-- 
2.16.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Splitting meta-oe?

2018-02-21 Thread Otavio Salvador
On Wed, Feb 21, 2018 at 11:58 AM, Patrick Ohly <patrick.o...@intel.com> wrote:
> On Wed, 2018-02-21 at 14:14 +, Burton, Ross wrote:
>> > But that kind of mechanism seems highly prone to breakage and
>> > likely to
>> > be highly contentious even if it was shown to be reliable, so it
>> > may not
>> > get beyond a "that'd be nice" thing for me.
>> >
>> > Unless someone else has already implemented it and I'm just not
>> > aware of
>> > how to use it?  :-)
>> >
>>
>> meta-freescale (iirc) does this, conditionally adds
>> sub-layers to BBLAYERS based on what other layers are already
>> enabled.
>
> The approach used by meta-freescale works with older releases.
> BBFILES_DYNAMIC [1] (supported by bitbake 1.36/Yocto 2.4) is a bit more
> robust.
>
> [1] https://patchwork.openembedded.org/patch/140532/

That's nice; I will update our use for rocko and beyond! :-)

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Splitting meta-oe?

2018-02-21 Thread Otavio Salvador
On Wed, Feb 21, 2018 at 10:57 AM, Tom Rini <tr...@konsulko.com> wrote:
> On Tue, Feb 20, 2018 at 09:10:25PM -0300, Otavio Salvador wrote:
>> On Tue, Feb 20, 2018 at 9:07 PM, Otavio Salvador
>> <ota...@ossystems.com.br> wrote:
>> > On Tue, Feb 20, 2018 at 3:52 PM, Richard Purdie
>> > <richard.pur...@linuxfoundation.org> wrote:
>> >> I could combo-layer pieces of meta-oe into poky but I'd imagine that
>> >> would create more problems than it would solve too and given the
>> >> general dislike of combo-layer, I think ultimately better layer tooling
>> >> would be a better answer and more acceptable to everyone.
>> >
>> > Poky creates more problems then it solves
>>
>> ... send was too soon ...
>>
>> Poky creates more problems then it solves.
>>
>>  - it causes confusion
>>  - it avoids the urgency in adopting a setup script
>>  - it does not use the layers as we market as being a good thing
>>
>> So adding more things to it, just makes it worse.
>>
>> The setup script is more urgent to be discussed then splitting meta-oe.
>
> I agree that a setup script of some sort (off the top of my head,
> something that takes layer-names as input, checks vs a list,
> fetches/clones, creates a wrapper around bitbake-layers to always add
> them) should be a high priority.  I don't have a problem telling my
> customers to clone meta-openembedded and then use the layers that are
> needed in that specific project.  But it's painful to have a shell
> for-loop in the docs we provide so they can setup a build.

I think we ought to start a thread about the tooling, but let's focus
on meta-oe split here.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Splitting meta-oe?

2018-02-21 Thread Otavio Salvador
On Wed, Feb 21, 2018 at 10:55 AM, Bruce Ashfield
<bruce.ashfi...@gmail.com> wrote:
> On Wed, Feb 21, 2018 at 8:45 AM, Joe MacDonald <joe_macdon...@mentor.com> 
> wrote:
>> [Re: [oe] Splitting meta-oe?] On 18.02.21 (Wed 09:49) Martin Jansa wrote:
>>
>>> > I need an updated python- package for an unrelated package
>>>
>>> And how far will you go?
>>>
>>> If you want just newer python- and nothing else, will you take other
>>> changes to other python-* recipes from meta-python layer? There is a lot of
>>> recipes there, if you're so picky about updates, then you shouldn't update
>>> whole oe-core as well.
>>
>> It seems like this part is already settled, but it would seem to me that
>> this scenario, if I understand it correctly, is "I'm using oe-core and
>> see up-stream meta-oe/meta-somethingorother has an updated or new recipe
>> for something I want in my image but I don't want to do a pull on all of
>> meta-oe and potentially cause a huge rebuild of stuff I don't really
>> care about".
>>
>> That sounds like a problem better solved with 'git branch', 'git fetch'
>> and 'git cherry-pick' on the developer's side than breaking up meta-oe
>> across existing meta-boundaries.
>
> Agreed. I was just probing to see if anyone had ideas on how that could
> be managed by infrastructure, versus me mucking about.
>
> Maybe RP's thoughts on layer tooling or setup possibilities would help,
> but either way, I'll keep chugging along :D

I think this is a valid thing to discuss but not in this thread (as
well as for tooling and etc.).

Here I think we ought to focus in:

 Should we split meta-oe?

My vote is no! Yocto Project as a whole would benefit of people inside
of Yocto Project QA sending fixes for parse errors introduced by their
changes in OE-Core  and so I'd prefer to keep it as is.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Splitting meta-oe?

2018-02-20 Thread Otavio Salvador
On Tue, Feb 20, 2018 at 9:07 PM, Otavio Salvador
<ota...@ossystems.com.br> wrote:
> On Tue, Feb 20, 2018 at 3:52 PM, Richard Purdie
> <richard.pur...@linuxfoundation.org> wrote:
>> I could combo-layer pieces of meta-oe into poky but I'd imagine that
>> would create more problems than it would solve too and given the
>> general dislike of combo-layer, I think ultimately better layer tooling
>> would be a better answer and more acceptable to everyone.
>
> Poky creates more problems then it solves

... send was too soon ...

Poky creates more problems then it solves.

 - it causes confusion
 - it avoids the urgency in adopting a setup script
 - it does not use the layers as we market as being a good thing

So adding more things to it, just makes it worse.

The setup script is more urgent to be discussed then splitting meta-oe.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Splitting meta-oe?

2018-02-20 Thread Otavio Salvador
On Tue, Feb 20, 2018 at 3:52 PM, Richard Purdie
<richard.pur...@linuxfoundation.org> wrote:
> I could combo-layer pieces of meta-oe into poky but I'd imagine that
> would create more problems than it would solve too and given the
> general dislike of combo-layer, I think ultimately better layer tooling
> would be a better answer and more acceptable to everyone.

Poky creates more problems then it solves
>
> Cheers,
>
> Richard
>
>
>
>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python PATCH 2/2] python3-requests: Remove RDEPENDS on python3-misc

2018-02-08 Thread Otavio Salvador
The misc package has been removed when the python3 was reworked.

Tested using updatehub's uhu utility.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

 meta-python/recipes-devtools/python/python3-requests_2.18.4.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb 
b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
index d91d993bf..0a2410f85 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb
@@ -1,5 +1,2 @@
 inherit setuptools3
 require python-requests.inc
-
-# Add the runtime depends for selectors.py
-RDEPENDS_${PN} += "${PYTHON_PN}-misc"
-- 
2.16.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python PATCH 1/2] python3-jsonschema: Remove RDEPENDS on python3-misc

2018-02-08 Thread Otavio Salvador
The misc package has been removed when the python3 was reworked.

Tested using updatehub's uhu utility.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

 meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb 
b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
index 5aaee682b..926990747 100644
--- a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
@@ -1,6 +1,2 @@
 inherit pypi setuptools3
 require python-jsonschema.inc
-
-RDEPENDS_${PN} += " \
-${PYTHON_PN}-misc \
-"
-- 
2.16.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH v4] nghttp2: Move to meta-networking

2018-02-01 Thread Otavio Salvador
The nghttp2 depends on c-ares which is provided by meta-networking
layer, so it should be moved there as well.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

Changes in v4:
 - rebase on top of master

Changes in v3:
 - rebase on top of master-next

Changes in v2:
 - rebase on top of master

 {meta-oe => meta-networking}/recipes-support/nghttp2/nghttp2_1.26.0.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {meta-oe => meta-networking}/recipes-support/nghttp2/nghttp2_1.26.0.bb 
(100%)

diff --git a/meta-oe/recipes-support/nghttp2/nghttp2_1.26.0.bb 
b/meta-networking/recipes-support/nghttp2/nghttp2_1.26.0.bb
similarity index 100%
rename from meta-oe/recipes-support/nghttp2/nghttp2_1.26.0.bb
rename to meta-networking/recipes-support/nghttp2/nghttp2_1.26.0.bb
-- 
2.16.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [global meta-oe PATCH] Stop using base_conditional utility method

2018-01-31 Thread Otavio Salvador
On Wed, Jan 31, 2018 at 1:37 PM, Martin Jansa <martin.ja...@gmail.com> wrote:
> FWIW: I've sent the same change yesterday.

Great; it was not merged yet it seems as I got parse errors :-(  Armin?

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [global meta-oe PATCH] Stop using base_conditional utility method

2018-01-31 Thread Otavio Salvador
OE-Core finally removed the base_conditional method and the recipes
must move to bb.utils.contains instead. This patch does the change on
all recipes from meta-openembedded so they are compatible with current
OE-Core.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

 meta-initramfs/recipes-devtools/klibc/klibc-utils.inc| 2 +-
 meta-networking/recipes-connectivity/samba/samba_4.7.0.bb| 2 +-
 meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 2 +-
 meta-oe/recipes-devtools/php/php.inc | 2 +-
 meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb| 4 ++--
 meta-oe/recipes-kernel/linux/linux.inc   | 2 +-
 meta-oe/recipes-support/mongodb/mongodb_git.bb   | 2 +-
 meta-oe/recipes-support/opencv/opencv_3.3.bb | 4 ++--
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc  | 4 ++--
 meta-webserver/recipes-httpd/nginx/nginx.inc | 2 +-
 10 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc 
b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc
index 9014f5267..85639e31c 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc
@@ -48,7 +48,7 @@ do_install() {
 ln -s gzip ${D}${base_bindir}/zcat
 }
 
-EXTRA_KLIBC_DEPS = "${@base_conditional('KLIBC_UTILS_VARIANT', 'shared', 
'${THIS_LIBKLIBC}', '', d)}"
+EXTRA_KLIBC_DEPS = "${@bb.utils.contains('KLIBC_UTILS_VARIANT', 'shared', 
'${THIS_LIBKLIBC}', '', d)}"
 
 PACKAGES_DYNAMIC += "^${KLIBC_UTILS_PKGNAME}-.*"
 
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb 
b/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb
index f33c1384b..7f8cfcc47 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb
@@ -119,7 +119,7 @@ EXTRA_OECONF += "--enable-fhs \
  --disable-rpath-install \
  --with-shared-modules=${SAMBA4_MODULES} \
  --bundled-libraries=${SAMBA4_LIBS} \
- ${@base_conditional('TARGET_ARCH', 'x86_64', '', 
'--disable-glusterfs', d)} \
+ ${@bb.utils.contains('TARGET_ARCH', 'x86_64', '', 
'--disable-glusterfs', d)} \
  --with-cluster-support \
  --with-profiling-data \
  --with-libiconv=${STAGING_DIR_HOST}${prefix} \
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb 
b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
index 3c0587469..9b8452c9b 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
@@ -60,7 +60,7 @@ EXTRA_OECONF = "--enable-shared \
 --with-defaults \
 --with-install-prefix=${D} \
 --with-persistent-directory=${localstatedir}/lib/net-snmp \
-${@base_conditional('SITEINFO_ENDIANNESS', 'le', 
'--with-endianness=little', '--with-endianness=big', d)} \
+${@bb.utils.contains('SITEINFO_ENDIANNESS', 'le', 
'--with-endianness=little', '--with-endianness=big', d)} \
 "
 
 # net-snmp needs to have mib-modules=smux enabled to enable quagga to support 
snmp
diff --git a/meta-oe/recipes-devtools/php/php.inc 
b/meta-oe/recipes-devtools/php/php.inc
index e466cdaf6..e3b73daa4 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -60,7 +60,7 @@ EXTRA_OECONF = "--enable-mbstring \
 --with-mcrypt=${STAGING_DIR_TARGET}${exec_prefix} \
 --with-bz2=${STAGING_DIR_TARGET}${exec_prefix} \
 
--with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} \
-${@base_conditional('SITEINFO_ENDIANNESS', 'le', 
'ac_cv_c_bigendian_php=no', 'ac_cv_c_bigendian_php=yes', d)} \
+${@bb.utils.contains('SITEINFO_ENDIANNESS', 'le', 
'ac_cv_c_bigendian_php=no', 'ac_cv_c_bigendian_php=yes', d)} \
 ${@bb.utils.contains('PACKAGECONFIG', 'pam', '', 
'ac_cv_lib_pam_pam_start=no', d)} \
 ${COMMON_EXTRA_OECONF} \
 "
diff --git a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb 
b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb
index cbf04734e..391d63c82 100644
--- a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb
+++ b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb
@@ -20,8 +20,8 @@ S = "${WORKDIR}/git"
 inherit cmake
 
 EXTRA_OECMAKE = "-DWITH_PYTHON=ON \
- ${@base_conditional("libdir", "/usr/lib64", 
"-DLIB_SUFFIX=64", "", d)} \
- ${@base_conditional("libdir", "/usr/lib32", 
"-DLIB_SUFFIX=32", "", d)}

[oe] qtbase failing due host contamination

2018-01-17 Thread Otavio Salvador
Hello folks,

Did someone see:

ERROR: qtbase-5.9.3+gitAUTOINC+4d8ae444c2-r0 do_package_qa: QA Issue:
qtbase: /qtbase-staticdev/usr/lib/libQt5PlatformCompositorSupport.a is
owned by uid 1001, which is the same as the user running bitbake. This
may be due to host contamination [host-user-contaminated]

In any builds?

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 2/2] haveged: Add sysvinit support

2018-01-15 Thread Otavio Salvador
The haveged daemon is also useful on sysvinit-based systems, so we add
a init script for this use-case.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

Changes in v3:
 - rebase on top of master-next

Changes in v2:
 - rebase on top of master

 .../haveged/haveged/haveged.sysvinit   | 35 ++
 meta-oe/recipes-extended/haveged/haveged_1.9.1.bb  |  9 +-
 2 files changed, 43 insertions(+), 1 deletion(-)
 create mode 100755 meta-oe/recipes-extended/haveged/haveged/haveged.sysvinit

diff --git a/meta-oe/recipes-extended/haveged/haveged/haveged.sysvinit 
b/meta-oe/recipes-extended/haveged/haveged/haveged.sysvinit
new file mode 100755
index 0..98b8857e7
--- /dev/null
+++ b/meta-oe/recipes-extended/haveged/haveged/haveged.sysvinit
@@ -0,0 +1,35 @@
+#!/bin/sh
+
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+
+pidfile=/var/run/haveged.pid
+
+# source function library
+. /etc/init.d/functions
+
+case "$1" in
+start)
+echo -n "Starting havege entropy daemon... "
+start-stop-daemon --start --quiet --pidfile $pidfile --name haveged 
--startas haveged --  -w 1024 -v 0 && success || failure
+echo
+;;
+stop)
+echo -n "Stopping havege entropy daemon... "
+start-stop-daemon --stop --quiet --pidfile $pidfile --name haveged
+success
+echo
+;;
+restart)
+$0 stop
+sleep 1
+$0 start
+;;
+status)
+status haveged
+;;
+*)
+echo "Usage: /etc/init.d/haveged {start|stop|restart|status}"
+exit 1
+esac
+
+exit 0
diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb 
b/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb
index bb44c4138..419c85f51 100644
--- a/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb
+++ b/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb
@@ -7,12 +7,13 @@ 
LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = "http://www.issihosts.com/haveged/haveged-${PV}.tar.gz \
 file://remove-systemd-unit-503.patch \
+file://haveged.sysvinit \
 "
 
 SRC_URI[md5sum] = "015ff58cd10607db0e0de60aeca2f5f8"
 SRC_URI[sha256sum] = 
"9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715"
 
-inherit autotools systemd
+inherit autotools update-rc.d systemd
 
 EXTRA_OECONF = "\
 --enable-init=service.redhat \
@@ -21,10 +22,16 @@ EXTRA_OECONF = "\
 --enable-threads=no \
 "
 
+INITSCRIPT_PACKAGES = "${PN}"
+INITSCRIPT_NAME = "haveged"
+INITSCRIPT_PARAMS_${PN} = "defaults 9"
+
 SYSTEMD_PACKAGES = "${PN}"
 SYSTEMD_SERVICE_${PN} = "haveged.service"
 
 do_install_append() {
+install -D -m 755 ${WORKDIR}/haveged.sysvinit 
${D}${sysconfdir}/init.d/haveged
+
 mkdir -p ${D}${systemd_unitdir}/system
 install -p -m644 ${B}/init.d/haveged.service ${D}${systemd_unitdir}/system
 }
-- 
2.15.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 1/2] nghttp2: Move to meta-networking

2018-01-15 Thread Otavio Salvador
The nghttp2 depends on c-ares which is provided by meta-networking
layer, so it should be moved there as well.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

Changes in v3:
 - rebase on top of master-next

Changes in v2:
 - rebase on top of master

 {meta-oe => meta-networking}/recipes-support/nghttp2/nghttp2_1.26.0.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {meta-oe => meta-networking}/recipes-support/nghttp2/nghttp2_1.26.0.bb 
(100%)

diff --git a/meta-oe/recipes-support/nghttp2/nghttp2_1.26.0.bb 
b/meta-networking/recipes-support/nghttp2/nghttp2_1.26.0.bb
similarity index 100%
rename from meta-oe/recipes-support/nghttp2/nghttp2_1.26.0.bb
rename to meta-networking/recipes-support/nghttp2/nghttp2_1.26.0.bb
-- 
2.15.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python PATCH 1/2] python-pycrypto: Consolidate recipe code inside of .inc

2018-01-15 Thread Otavio Salvador
This move the patches and installation tasks inside the .inc. This is
required for the addition of python3 version of the recipe, in next
patch.

Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

Changes in v3:
 - rebase on top of master-next

 meta-python/recipes-devtools/python/python-pycrypto.inc  | 6 +-
 meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb | 4 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-pycrypto.inc 
b/meta-python/recipes-devtools/python/python-pycrypto.inc
index fb2c17df1..232cdb711 100644
--- a/meta-python/recipes-devtools/python/python-pycrypto.inc
+++ b/meta-python/recipes-devtools/python/python-pycrypto.inc
@@ -3,12 +3,16 @@ HOMEPAGE = "http://www.pycrypto.org/;
 LICENSE = "PSFv2"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=35f354d199e8cb7667b059a23578e63d"
 
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/python-pycrypto:"
 
 DEPENDS += " gmp"
 
 inherit pypi autotools-brokensep
 
+SRC_URI += "file://cross-compiling.patch \
+file://CVE-2013-7459.patch \
+   "
+
 SRC_URI[md5sum] = "55a61a054aa66812daf5161a0d5d7eda"
 SRC_URI[sha256sum] = 
"f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c"
 
diff --git a/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb 
b/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb
index 919f91ecb..e13db01b7 100644
--- a/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb
+++ b/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb
@@ -1,10 +1,6 @@
 inherit distutils
 require python-pycrypto.inc
 
-SRC_URI += "file://cross-compiling.patch \
-file://CVE-2013-7459.patch \
-   "
-
 # We explicitly call distutils_do_install, since we want it to run, but
 # *don't* want the autotools install to run, since this package doesn't
 # provide a "make install" target.
-- 
2.15.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python PATCH 2/2] python3-pycrypto: Add recipe

2018-01-15 Thread Otavio Salvador
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---

Changes in v3:
 - rebase on top of master-next

 meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb | 9 +
 1 file changed, 9 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb 
b/meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb
new file mode 100644
index 0..0f055
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb
@@ -0,0 +1,9 @@
+inherit distutils3
+require python-pycrypto.inc
+
+# We explicitly call distutils3_do_install, since we want it to run, but
+# *don't* want the autotools install to run, since this package doesn't
+# provide a "make install" target.
+do_install() {
+   distutils3_do_install
+}
-- 
2.15.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Updates to meta-java (master) in 2018-01-09

2018-01-09 Thread otavio . salvador
Hello,

I pushed following updates:

commit 952e92b035b94b700abf094415db7c189362f146 (HEAD -> master, yocto/master, 
m/morty, m/master, m/krogoth)
Author: Ming Liu <liu.min...@gmail.com>
Date:   Thu Jan 4 14:19:10 2018 +0100

ant-contrib-native: add recipe

The Ant-Contrib project is a collection of tasks (and at one point
maybe types and other tools) for Apache Ant.

Signed-off-by: Ming Liu <liu.min...@gmail.com>
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>

commit f1ceb8474deb3670a9a1cd86e283e4fffd162bc6
Author: Ming Liu <liu.min...@gmail.com>
Date:   Thu Jan 4 14:19:09 2018 +0100

jamvm: avoid checking x11 distro feature for native build

x11 is not a mandatory distro feature for building jamvm-native, so
avoid checking it for native build, or else it would lead parsing
errors.

Signed-off-by: Ming Liu <liu.min...@gmail.com>
    Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>

commit 5c1f57bffad8550e60949fcc6c75878f23d6a88f
Author: Ming Liu <liu.min...@gmail.com>
Date:   Thu Jan 4 14:19:08 2018 +0100

commons-httpclient: extend native bbclass

Signed-off-by: Ming Liu <liu.min...@gmail.com>
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>

commit 649e4d6c4d6fd88ecd8d421c2deb56d52d1153a6
Author: Ming Liu <liu.min...@gmail.com>
Date:   Thu Jan 4 14:19:07 2018 +0100

commons-codec: extend native bbclass

Signed-off-by: Ming Liu <liu.min...@gmail.com>
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>

commit e797427228f621f6c6c443eec1dcb81c229946bb
Author: Ming Liu <liu.min...@gmail.com>
Date:   Thu Jan 4 14:19:06 2018 +0100

commons-cli: extend native bbclass
    
Signed-off-by: Ming Liu <liu.min...@gmail.com>
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>

commit 5561f84aa6aacc11743927da15043a9a8323b6a6
Author: Ming Liu <liu.min...@gmail.com>
Date:   Thu Jan 4 14:19:05 2018 +0100

meta: drop deprecated virtclass-native

Replaces them with class-native.

Signed-off-by: Ming Liu <liu.min...@gmail.com>
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>

commit cfda09395f2c5c5e21f222798e7a07e26e99367e
Author: Ming Liu <liu.min...@gmail.com>
Date:   Thu Jan 4 14:19:04 2018 +0100

meta: drop redundant DEPENDS_virtcalss-native definitions

The DEPENDS would be handled in native.bbclass, it's not necessary to
    set them explicitly in recipes.

Signed-off-by: Ming Liu <liu.min...@gmail.com>
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>

commit b2e309882732f3566f0459b0654b99b3e9bf9d25
Author: Haiqing Bai <haiqing@windriver.com>
Date:   Thu Nov 2 16:33:12 2017 +0800

openjdk-8-native, icedtea7-native: use JAVA_TOOL_OPTIONS from environment

Solution on how to be able to build openjdk for a build
host that need the environment variable JAVA_TOOL_OPTIONS.
Use JAVA_TOOL_OPTIONS from environment. On some machines this is needed
in order to start java when the amount of RAM is limited for the user.

Author: Peter Bergin <peter.ber...@windriver.com>
    Signed-off-by: Haiqing Bai <haiqing@windriver.com>
    Signed-off-by: Haiqing Bai <haiqing@windriver.com>
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>

Regards,

--
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java][PATCH v2] openjdk-8: recipe for jdk8u121-b13-aarch32

2017-12-22 Thread Otavio Salvador
On Mon, Dec 11, 2017 at 10:53 AM, Guy Shapiro <guy.shap...@mobi-wize.com> wrote:
> Main changes:
> - Fetch the code from the aarch32-port repository. This repository
>   contains the C1 (Client) JIT, making it much faster than the
>   currently used version.
> - Compile using the newly available Client JVM variant.
> - Don't apply some old patches that prevents the code from being
>   compiled.
> - Do not install modified jvm.cfg. Keep the built one instead.
>
> Main issues:
> - The license file change (address update) breaks the build of old
>   versions.
> - This patch was only tested on arm platform. It might break other
>   platforms.
>
> Signed-off-by: Guy Shapiro <guy.shap...@mobi-wize.com>

Thanks for looking at this, please:

 - remove old versions of openjdk-8 when doing the upgrade
 - please do a minimal test in other platforms so we can get it merged


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] pyro, rocko and per-recipe sysroots

2017-12-22 Thread Otavio Salvador
On Fri, Dec 22, 2017 at 7:30 AM, Jacob Kroon <jacob.kr...@gmail.com> wrote:
> Hi,
>
> On Fri, Dec 22, 2017 at 8:55 AM, Jacob Kroon <jacob.kr...@gmail.com> wrote:
>> Hi all,
>>
>> I'm trying to get a recent yocto build together with meta-java up and
>> running, but ran into some problems:
>>
>> 1. For rocko, I don't see the corresponding branch in meta-java,
>> should I use "master" ?
>> 2. For pyro, there is a branch in meta-java, but the build fails
>> unless I backport the patch in commit
>> c4b9b97c7c60ad5c0c3392ccf143b2e4e6c7df24:
>>
>> "java-library.bbclass: compatibility with per-recipe sysroots"
>>
>> Could we get this patch officially backported to pyro ?
>>
>
> One more patch I needed backported for pyro to build:
>
> 2a706cd2d656a203ecb83bef1c687703c969732e
> "icedtea-native: Fix segmentation build during build"
>
> since I'm on Fedora with a recent gcc7 I assume.

I backported both for pyro; please try rocko using master ... I've
been using it without problem for few customers.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


  1   2   3   4   5   6   7   8   9   10   >