[meta-zephyr][PATCH 01/10] zephyr-kernel: Clone mbedtls
Naveen Saini
From: Amit Kucheria <amit.kucheria.ext@...>
MBed TLS is a library that implements cryptographic primitives and SSL/TLS and DTLS protocols that are needed in secure network communications. Add it to the kernel include files to build and link against applications that need mbedtls. Signed-off-by: Amit Kucheria <amit.kucheria.ext@...> Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc | 1 + recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc index 5d66f0f..545197f 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc @@ -6,6 +6,7 @@ SRCREV_stm32 = "cc8731dba4fd9c57d7fe8ea6149828b89c2bd635" SRCREV_open-amp = "de1b85a13032a2de1d8b6695ae5f800b613e739d" SRCREV_libmetal = "9d4ee2c3cfd5f49861939447990f3b7d7bf9bf94" SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" +SRCREV_mbedtls = "24d84ecff195fb15c889d9046e44e4804d626c67" PV = "2.5.0+git${SRCPV}" diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index b3b9565..01c87c4 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc @@ -13,6 +13,7 @@ SRC_URI = "\ git://github.com/zephyrproject-rtos/cmsis.git;protocol=https;destsuffix=git/modules/cmsis;name=cmsis \ git://github.com/zephyrproject-rtos/hal_nordic.git;protocol=https;destsuffix=git/modules/hal/nordic;name=nordic \ git://github.com/zephyrproject-rtos/hal_stm32.git;protocol=https;destsuffix=git/modules/hal/stm32;name=stm32 \ + git://github.com/zephyrproject-rtos/mbedtls.git;protocol=https;destsuffix=git/modules/lib/mbedtls;name=mbedtls \ git://github.com/zephyrproject-rtos/open-amp.git;protocol=https;destsuffix=git/modules/lib/open-amp;name=open-amp \ git://github.com/zephyrproject-rtos/libmetal.git;protocol=https;destsuffix=git/modules/hal/libmetal;name=libmetal \ git://github.com/zephyrproject-rtos/tinycrypt.git;protocol=https;destsuffix=git/modules/crypto/tinycrypt;name=tinycrypt \ -- 2.17.1
|
|
Re: Bitbake failure
On 2021-05-31 6:12 p.m., Cris Scott
wrote:
Hi Cris, It's been a while is this still a problem for you?
Can you reproduce the error with poky? git://git.yoctoproject.org/poky What release/commit are you using? Does it happen when you just run: bitbake lighttpd ? Does it happen if you mv your sstate-cache (tmp*) directories
aside What's in your local.conf? For completeness, what is your build host distro (I doubt it matters here.).
I built poky from: on an Ubu-18.04.3 builder, and both: worked fine with: grep -v "^$" conf/local.conf | grep -v "^#" ../Randy
-- # Randy MacLeod # Wind River Linux
|
|
Re: [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
On 2021-06-04 8:40 a.m., Bruce Ashfield wrote:
On Fri, Jun 4, 2021 at 8:37 AM Bruce Ashfield viaCreated: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14426 Layerindex should allow longer compatible version names ../Randy Bruce -- # Randy MacLeod # Wind River Linux
|
|
Re: bitbake controlling memory use
Trevor Gamblin
On 2021-06-07 3:27 p.m., Gmane Admin
wrote:
[Please note: This e-mail is from an EXTERNAL e-mail address] When I encountered this failure with the patch, it was because the scripts/make-intercept/make script was not marked as executable. However, there was another failure even after that was changed, claiming that an appropriate Makefile parser was not found on the system, which (strangely) seems to be fixed by correcting the script's hashbang to use python3 instead of python. Please see my other response in this thread for further action. - Trevor
|
|
Re: How to use debug symbols from recipe-dbg package?
On 2021-06-07 12:01 p.m., Mauro Ziliani
wrote:
Hi Mauro,
I'm not sure that I understand. Why wouldn't you just install the dbg deb along with gdb and debug on target? You might also want to look at using debuginfod if you are on the
https://www.youtube.com/watch?v=S3QLr113mx8
Did you follow the YP docs: ? ../Randy
-- # Randy MacLeod # Wind River Linux
|
|
Re: bitbake controlling memory use
Trevor Gamblin
On 2021-06-05 9:35 a.m., Gmane Admin
wrote:
[Please note: This e-mail is from an EXTERNAL e-mail address] I have reworked the patch and I'm doing some testing with it
right now. Once I have collected some data (and possibly reworked
it further, depending on results), perhaps I can have you test it
out as well? That should be in the next day or two. - Trevor
|
|
Re: Managing chinese text input
On 2021-06-08 9:17 a.m., Mauro Ziliani wrote:
Hi all.Hi Mauro, You might have to add the meta-gnome layer or copy the recipe into your own layer: https://layers.openembedded.org/layerindex/recipe/112490/ Let us know how that works for you. ../Randy Best regards, -- # Randy MacLeod # Wind River Linux
|
|
Re: [ANNOUNCEMENT] Yocto Project 3.3.1 (hardknott-25.0.1) is Released
Michael Halstead
After discussing it we've gone ahead and deleted the hardknott-25.0.0 tag then added hardknott-3.3, and hardknott-3.3.1 tags. From now on any release before 3.3 will have the poky version number tags and from the 3.3 release forward we will use branchname-yocto-version tags.
On Tue, May 25, 2021 at 6:12 AM Peter Kjellerstedt <peter.kjellerstedt@...> wrote: > -----Original Message----- --
Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer
|
|
Yocto Project Status WW23`21
Stephen Jolley
Current Dev Position: YP 3.4 M1 Next Deadline: 7th June 2021 YP 3.4 M1 build
Next Team Meetings:
Key Status/Updates:
We are working to identify the load pattern on the infrastructure that seems to trigger these.
Ways to contribute:
YP 3.4 Milestone Dates:
Planned upcoming dot releases:
Tracking Metrics:
The Yocto Project’s technical governance is through its Technical Steering Committee, more information is available at: https://wiki.yoctoproject.org/wiki/TSC
The Status reports are now stored on the wiki at: https://wiki.yoctoproject.org/wiki/Weekly_Status
[If anyone has suggestions for other information you’d like to see on this weekly status update, let us know!]
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
|
Managing chinese text input
Mauro Ziliani
Hi all. I'm coding my own keyboard for a touch screen device based on Qt/Qml 5.6. I'd like to implement a chinese input method. The keyboard is embedded in the software and it is activated only inside the software. The system is based on an old mix of Jethro/Krogoth I know there ibus framework for this, but it is not included in yocto bsp. Any idea about? Best regards, MZ Sent from Mailspring, the best free email app for work
|
|
[meta-zephyr][PATCH 2/2] zephyr-kernel-src set default preferred version to 2.6.0
Wojciech Zmuda
From: Wojciech Zmuda <wojciech.zmuda@...>
Signed-off-by: Wojciech Zmuda <wojciech.zmuda@...> --- recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index b3b9565..948beb2 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc @@ -21,5 +21,5 @@ SRC_URI = "\ S = "${WORKDIR}/git" # Default to a stable version -PREFERRED_VERSION_zephyr-kernel ??= "2.5.0" +PREFERRED_VERSION_zephyr-kernel ??= "2.6.0" include zephyr-kernel-src-${PREFERRED_VERSION_zephyr-kernel}.inc -- 2.25.1
|
|
[meta-zephyr][PATCH 1/2] zephyr-kernel-src: add 2.6.0 release
Wojciech Zmuda
From: Wojciech Zmuda <wojciech.zmuda@...>
Zephyr 2.6.0 release notes: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.6.0 Update the following submodules to most recent revisions: - hal_nordic: nrfx_dppi: Fix variable used in logging function - hal_stm32: dts/st: use a pull-down for SPI SCK pin - openamp: lib: update open-amp lib to release v2021.04.0 - libmetal: lib: update libmetal to release v2021.04.0 + VERSION path fix Signed-off-by: Wojciech Zmuda <wojciech.zmuda@...> --- .../zephyr-kernel/zephyr-kernel-src-2.6.0.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc new file mode 100644 index 0000000..7ef1697 --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc @@ -0,0 +1,13 @@ +SRCREV_FORMAT = "default_cmsis" +SRCREV_default = "79a6c07536bc14583198f8e3555df6134d8822cf" +SRCREV_cmsis = "c3bd2094f92d574377f7af2aec147ae181aa5f8e" +SRCREV_nordic = "574493fe29c79140df4827ab5d4a23df79d03681" +SRCREV_stm32 = "f8ff8d25aa0a9e65948040c7b47ec67f3fa300df" +SRCREV_open-amp = "6010f0523cbc75f551d9256cf782f173177acdef" +SRCREV_libmetal = "39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb" +SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" + +PV = "2.6.0+git${SRCPV}" + +SRC_URI_append = " file://0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch \ + " -- 2.25.1
|
|
[meta-zephyr][PATCH 0/2] Bump Zephyr kernel to 2.6.0
Wojciech Zmuda
From: Wojciech Zmuda <wojciech.zmuda@...>
This patch set bumps Zephyr to 2.6.0, as stable revision has been released a few days ago. It also updates revisions of submodules. Tested with zephyr-philosophers on nRF 52840 DK. Wojciech Zmuda (2): zephyr-kernel-src: add 2.6.0 release zephyr-kernel-src set default preferred version to 2.6.0 .../zephyr-kernel/zephyr-kernel-src-2.6.0.inc | 13 +++++++++++++ recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0.inc -- 2.25.1
|
|
Re: [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone mbedtls
Naveen Saini
Build failing:
toggle quoted messageShow quoted text
Could not open 'poky/build-zephyr/tmp-newlib/work/armv7m-yocto-eabi/zephyr-mqtt-publisher/2.5.0+gitAUTOINC+fe7c2efca8_c3bd2094f9-r0/git/' (in 'osource "$(ZEPHYR_MBEDTLS_KCONFIG)"') (EISDIR: Is a directory) To fix, can you try following revision for mbedtls. - name: mbedtls revision: 24d84ecff195fb15c889d9046e44e4804d626c67 https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v2.5.0/west.yml#L94 Regards, Naveen
-----Original Message-----
|
|
Re: [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone mbedtls
Naveen Saini
toggle quoted messageShow quoted text
-----Original Message-----Why override used here? I can see all new samples already adding mbedtls to ZEPHYR_MODULES ZEPHYR_MODULES_append_openamp = "\;${S}/modules/lib/open-
|
|
Re: [PATCH 1/2] zephyr-kernel: Add OpenThread module to build
Stefan Schmidt
Hello.
On 31.05.21 17:42, Stefan Schmidt wrote: From: Stefan Schmidt <stefan.schmidt@...> Friendly reminder on these two. :-) regards Stefan Schmidt
|
|
[meta-java] icedtea7 fetching error
George.Mocanu@...
Hello,
--2021-06-07 17:24:33-- http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2
Resolving icedtea.classpath.org (icedtea.classpath.org)... 172.104.137.120
|
|
gstreamerfdkaacenc/gstreamerfdkaacdec plugin support
#gstreamer
sateesh m
Hi Guys,
I wan to build gstreamerfdkaccenc/gstreamerfdkdec plugin support,gstreamer version 16.0.1 version. can anybody know proper sources link and build procedure . help me to get this feature. Thanks & Regards, Sateesh --Regards, Sateesh
|
|
live555 package issue
#yocto
sateesh m
Hi Guys,
I am working on live555 package.have compiled on live555_20210406.bb successfully. finally created debs. through apt-get server I am trying to install live555 package I am facing issue live555-dev is not installed. so I got libcrypto issue & libopenssl issue. Manually on target Board ,I clone the sources using bellow steps compiled successfully and finally generated binaries. Same steps I have created my own recipe and try to build package it was build successfully. live555.bb file /***************************************************************************/ DEPENDS = "openssl"
SRC_URI = "file://live555-latest.tar.gz \
file://config.linux-cross \
"
S = "${WORKDIR}/live"
TARGET_CC_ARCH += "${LDFLAGS}"
do_configure() {
cp ${WORKDIR}/config.linux-cross .
echo "COMPILE_OPTS+=" -fPIC -DXLOCALE_NOT_USED"" >> config.linux-cross
./genMakefiles linux-cross
}
do_install() {
install -d ${D}${includedir}/BasicUsageEnvironment
install -d ${D}${includedir}/groupsock
install -d ${D}${includedir}/liveMedia
install -d ${D}${includedir}/UsageEnvironment
install -d ${D}${libdir}
cp -R --no-dereference --preserve=mode,links -v ${S}/BasicUsageEnvironment/include/*.hh ${D}${includedir}/BasicUsageEnvironment/
cp -R --no-dereference --preserve=mode,links -v ${S}/groupsock/include/*.h ${D}${includedir}/groupsock/
cp -R --no-dereference --preserve=mode,links -v ${S}/groupsock/include/*.hh ${D}${includedir}/groupsock/
cp -R --no-dereference --preserve=mode,links -v ${S}/liveMedia/include/*.hh ${D}${includedir}/liveMedia/
cp -R --no-dereference --preserve=mode,links -v ${S}/UsageEnvironment/include/*.hh ${D}${includedir}/UsageEnvironment/
for i in $(find . -name "*.hh") $(find . -name "*.h") ; do
install ${i} ${D}${includedir}
done
cp ${S}/*/*.a ${D}${libdir}
install -d ${D}${bindir}
for i in MPEG2TransportStreamIndexer openRTSP playSIP sapWatch testMPEG1or2ProgramToTransportStream testMPEG1or2Splitter testMPEG1or2VideoReceiver testMPEG2TransportStreamTrickPlay testOnDemandRTSPServer testRelay testAMRAudioStreamer testDVVideoStreamer testMP3Receiver testMP3Streamer testMPEG1or2AudioVideoStreamer testMPEG1or2VideoStreamer testMPEG2TransportStreamer testMPEG4VideoStreamer testWAVAudioStreamer vobStreamer; do
install -m 0755 ${S}/testProgs/${i} ${D}${bindir}/
done
install -m 0755 ${S}/mediaServer/live555MediaServer ${D}${bindir}/
}
PACKAGES =+ "live555-openrtsp live555-playsip live555-mediaserver live555-examples"
FILES_live555-openrtsp = "${bindir}/openRTSP"
FILES_live555-playsip = "${bindir}/playSIP"
FILES_live555-mediaserver = "${bindir}/live555MediaServer"
FILES_live555-examples = "${bindir}/*"
/***********************************************************************************************************/
I have created deb file while installing this package from apt-get server I am facing problem. using dpkg command I am trying to install package on target baord. I am facing bellow problem. using dpkg -i live555 dpkg : dependency problems prevent configuration of live555-dev. live555-dev depends on live555.pacakge live555 not installed. dpkg : dependency problems prevent configuration of live555-staticdev: package live555-dev is not configured yet. dpkg: error processing package package live555-staticdev (--installed): dependency problems -leaving unconfigured. Error: were encountered while processing : live555-dev ,live555-static. Can anybody know please help to me. Is I missed anything please give response ASAP. it will helpful to fix this issue. -- Regards, Sateesh
|
|
Re: [linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: drivers: dspi: fsl: fix dspi transfer hang issue
Zhantao Tang
On 2021/6/7 上午11:06, Bruce Ashfield wrote:
[Please note: This e-mail is from an EXTERNAL e-mail address]Sorry for the wrong mailing list, I will be careful next time. Thanks, Zhantao
|
|