openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/5] meta-oe-ptests: Add mcelog to PTESTS_FAST_META_OE
@ 2023-05-22 23:22 Khem Raj
  2023-05-22 23:22 ` [meta-python][PATCH 2/5] ptest-packagelists-meta-python: Add python3-pylint to PTESTS_FAST_META_PYTHON Khem Raj
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Khem Raj @ 2023-05-22 23:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
index 23d81296b2..0c5f6beaae 100644
--- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
+++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
@@ -26,6 +26,7 @@ PTESTS_FAST_META_OE = "\
     libxmlb \
     libyang \
     lmdb \
+    mcelog \
     minicoredumper \
     neon \
     nodejs \
@@ -56,7 +57,6 @@ PTESTS_PROBLEMS_META_OE ="\
     libjcat \
     libteam \
     libxml++ \
-    mcelog \
     oprofile \
     ostree \
     psqlodbc \
-- 
2.40.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-python][PATCH 2/5] ptest-packagelists-meta-python: Add python3-pylint to PTESTS_FAST_META_PYTHON
  2023-05-22 23:22 [meta-oe][PATCH 1/5] meta-oe-ptests: Add mcelog to PTESTS_FAST_META_OE Khem Raj
@ 2023-05-22 23:22 ` Khem Raj
  2023-05-22 23:22 ` [meta-multimedia][PATCH 3/5] oscam: Upgrade to 11718 Khem Raj
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2023-05-22 23:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index acb853cf7e..9dc592720e 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -27,6 +27,7 @@ PTESTS_FAST_META_PYTHON = "\
     python3-polyline \
     python3-precise-runner \
     python3-prettytable \
+    python3-pylint \
     python3-ptyprocess \
     python3-pyasn1-modules \
     python3-pyroute2 \
-- 
2.40.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-multimedia][PATCH 3/5] oscam: Upgrade to 11718
  2023-05-22 23:22 [meta-oe][PATCH 1/5] meta-oe-ptests: Add mcelog to PTESTS_FAST_META_OE Khem Raj
  2023-05-22 23:22 ` [meta-python][PATCH 2/5] ptest-packagelists-meta-python: Add python3-pylint to PTESTS_FAST_META_PYTHON Khem Raj
@ 2023-05-22 23:22 ` Khem Raj
  2023-05-22 23:22 ` [meta-multimedia][PATCH 4/5] oscam: Fix buildpaths in generated sources Khem Raj
  2023-05-22 23:22 ` [meta-multimedia][PATCH 5/5] aom: Pass nasm flags via toochain.cmake Khem Raj
  3 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2023-05-22 23:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

The changelog is here [1]

[1] https://trac.streamboard.tv/oscam/log/trunk?action=follow_copy&mode=follow_copy&rev=11718&stop_rev=11491&limit=500#

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-multimedia/recipes-dvb/oscam/oscam_svn.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
index 7c09e39d66..25ada0ad00 100644
--- a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
+++ b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
@@ -8,7 +8,7 @@ DEPENDS = "libusb1 openssl pcsc-lite"
 
 SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http \
            "
-SRCREV = "11491"
+SRCREV = "11718"
 PV = "1.10+${SRCPV}"
 
 S = "${WORKDIR}/trunk"
-- 
2.40.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-multimedia][PATCH 4/5] oscam: Fix buildpaths in generated sources
  2023-05-22 23:22 [meta-oe][PATCH 1/5] meta-oe-ptests: Add mcelog to PTESTS_FAST_META_OE Khem Raj
  2023-05-22 23:22 ` [meta-python][PATCH 2/5] ptest-packagelists-meta-python: Add python3-pylint to PTESTS_FAST_META_PYTHON Khem Raj
  2023-05-22 23:22 ` [meta-multimedia][PATCH 3/5] oscam: Upgrade to 11718 Khem Raj
@ 2023-05-22 23:22 ` Khem Raj
  2023-05-22 23:22 ` [meta-multimedia][PATCH 5/5] aom: Pass nasm flags via toochain.cmake Khem Raj
  3 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2023-05-22 23:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
QA Issue: File /usr/src/debug/oscam/1.10+11491-r0/config.c in package oscam-src contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-multimedia/recipes-dvb/oscam/oscam_svn.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
index 25ada0ad00..bd2df5d8d6 100644
--- a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
+++ b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
@@ -17,3 +17,6 @@ inherit cmake
 
 EXTRA_OECMAKE = "-DDEFAULT_CS_CONFDIR=${sysconfdir} -DCMAKE_BUILD_TYPE=Debug"
 
+do_configure:append() {
+    sed -i -e '1 s|${TOPDIR}|<TOPDIR>|g' ${B}/config.c
+}
-- 
2.40.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-multimedia][PATCH 5/5] aom: Pass nasm flags via toochain.cmake
  2023-05-22 23:22 [meta-oe][PATCH 1/5] meta-oe-ptests: Add mcelog to PTESTS_FAST_META_OE Khem Raj
                   ` (2 preceding siblings ...)
  2023-05-22 23:22 ` [meta-multimedia][PATCH 4/5] oscam: Fix buildpaths in generated sources Khem Raj
@ 2023-05-22 23:22 ` Khem Raj
  3 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2023-05-22 23:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb b/meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb
index 8f4913450b..571698d9f4 100644
--- a/meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb
+++ b/meta-multimedia/recipes-multimedia/aom/aom_3.6.1.bb
@@ -7,17 +7,19 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \
                    "
 SRCREV = "7ade96172b95adc91a5d85bf80c90989cd543ee8"
 SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=main"
-
 S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig
 
 DEPENDS = " nasm-native"
 
-EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0 \
-                  -DAOM_AS_FLAGS=--reproducible \
-                  -DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl \
+EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0 \
+                 -DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl \
                 "
 CMAKE_VERBOSE = "VERBOSE=1"
 CFLAGS:append:libc-musl = " -D_GNU_SOURCE"
 EXTRA_OECMAKE:append:arm = " ${@bb.utils.contains("TUNE_FEATURES","neon","-DENABLE_NEON=ON","-DENABLE_NEON=OFF",d)}"
+
+do_generate_toolchain_file:append() {
+    echo "set(AOM_AS_FLAGS --debug-prefix-map ${S}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR})" >> ${WORKDIR}/toolchain.cmake
+}
-- 
2.40.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-22 23:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22 23:22 [meta-oe][PATCH 1/5] meta-oe-ptests: Add mcelog to PTESTS_FAST_META_OE Khem Raj
2023-05-22 23:22 ` [meta-python][PATCH 2/5] ptest-packagelists-meta-python: Add python3-pylint to PTESTS_FAST_META_PYTHON Khem Raj
2023-05-22 23:22 ` [meta-multimedia][PATCH 3/5] oscam: Upgrade to 11718 Khem Raj
2023-05-22 23:22 ` [meta-multimedia][PATCH 4/5] oscam: Fix buildpaths in generated sources Khem Raj
2023-05-22 23:22 ` [meta-multimedia][PATCH 5/5] aom: Pass nasm flags via toochain.cmake Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).