[meta-freescale] Recipe for building atf with yocto?

2019-04-16 Thread john matt
Hi All, When I build Yocto 2.5, it builds binaries for legacy u-boot. For some reason, I need to use TF-A (Trusted firrmware) based u-boot for my Yocto build.I am wondering how if there are recipes for building atf in current Yocto? Thanks, John. --

[meta-freescale] Which version of Yocto support ATF?

2019-04-09 Thread john matt
Hi All, I am new to ATF, and I know NXP released sdk that supports ATF. I am wondering if yocto supports ATF? If so which version supports atf? Thanks, J. -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org

[meta-freescale] Adding Soft Parser Configuration tool to Yocto build for LS1088ARDB?

2019-02-27 Thread john matt
Hi All, It looks like NXP has a tool that I need, and this tool is called SPC. I have not been able to find a way to add the SPC into my Yocto build? I am wondering if anyone has done a recipe for integrating SPC into Yocto build? Here is the SPC source code: git clone

[meta-freescale] repo sync --no-clone-bundle is stuck at "Fetching project meta-virtualization"

2019-02-15 Thread john matt
Hi All, I am trying to get Yocto build going on, and my repo sync command is stuck at "Fetching project meta-virtualization". Any ideas? [image: image.png] -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org

[meta-freescale] U-boot for custom board based on LS1088

2019-02-13 Thread john matt
Hi All, I have successfully used Yocto to generate Linux kernel and Linux OS for my LS1088-ARDB. 1) I am wondering what is the best way to customize (or port) U-boot to my a custom board based on LS1088? 2) I am also wondering what are the differences between following files (u-boot files)

[meta-freescale] Cross compiling DPDK example from Yocto eSDK

2019-02-07 Thread john matt
Hi All, I am trying to cross-compile Hello World app for DPDK using the Yocto generated eSDK. I am using the hello world example for DPDK here ( https://github.com/scylladb/dpdk/tree/master/examples/helloworld), and I try to cross-compile it. I am getting an error saying that please define

[meta-freescale] Custom frames are being dropped on Management Complex/DPAA2 driver of LS1088-ARDB

2019-01-25 Thread john matt
HI NXP gurus, I need your insight and suggestions on the following problem. I created following a custom ethernet frame, and I am using raw sockets to send/receive them using standard Linux. I built sender/receiver using standard Linux raw socket functions, and sender/receiver works perfectly on

[meta-freescale] CONFIG_DYNAMIC_DEBUG not picking up on QORIQ demo

2019-01-24 Thread john matt
Hi All, I am using https://source.codeaurora.org/external/qoriq/, and I am able to build the Linux image. I want to enable the CONFIG_DYNAMIC_DEBUG. I did followed the instructions by creating deb.cfg file, and I added my own bbappend file. However, for some reason, the CONFIG_DYNAMIC_DEBUG is

[meta-freescale] Compiling AIOPSL "Hello World" on Linux Created with Yocto 2.5

2019-01-14 Thread john matt
Hi All, I am trying to compile apps in aiopsl/apps at integration · qoriq -open-source/aiopsl · GitHub What is the easy way to compile (surely cross-compile) and run the AIOPSL "Hello World" app on Linux distro created with

[meta-freescale] Configuring WRIOP on LS1088ARDB

2019-01-14 Thread john matt
Hi All, I am new to the networking using WRIOP on LS1088. I have successfully compiled the Yocto project, and I was able to boot my LS1088ARDB using the latest distro (Yocto 2.5) . I do have a basic question regarding the WRIOP on LS1088ARDB. Basically, I am trying to write the packets coming

Re: [meta-freescale] A simple example of using AIOP on LS1088ARDB board?

2019-01-11 Thread john matt
709-12D3A856A48F. > > > > Best Regards, > > Zhenhua > > > -Original Message- > > From: Otavio Salvador > > Sent: Thursday, January 10, 2019 9:16 PM > > To: john matt ; Zhenhua Luo > > > > Cc: meta-freescale Mailing List > > Subject

[meta-freescale] A simple example of using AIOP on LS1088ARDB board?

2019-01-07 Thread john matt
Hi All, I am new to DPAA2/AIOP, and I am wondering if someone can provide a simple example programming the AIOP to manipulate the packet headers. I did find examples here: https://github.com/qoriq-open-source/aiopsl, but I am not able to cross compile them to LS1088ARDB which is running 2.5

[meta-freescale] bitbake -c populate_sdk_ext not Creating a SDK

2018-12-19 Thread John Matt
Hi All, I am trying to create a sdk, and according to my reading based on Yocto documentation, " *bitbake -c populate_sdk_ext*" command will create a sdk, and place it under tmp/deploy/sdk folder. build_ls1088ardb$ bitbake -c populate_sdk_ext Command produces following results: *Nothing to

Re: [meta-freescale] A source control for custom recipes

2018-12-19 Thread John Matt
.br> wrote: > On Wed, Dec 12, 2018 at 8:36 PM John Matt wrote: > > I am wondering if people use repo tool or gitsubmodules? Currently, I > am debating if I need to copy the YOCTO repo to my local git (we have an > internal git), or use the YOCTO repo externally, and only mana

Re: [meta-freescale] A source control for custom recipes

2018-12-12 Thread John Matt
? Regards, Janarbek. On Tue, Dec 11, 2018 at 8:28 PM Bob Cochran wrote: > On 12/11/18 5:39 PM, John Matt wrote: > > Hi All, > > I am newbie, and I am wondering what is the accepted way of using git > (source control) for custom recipes in Yocto? > > My recipes are very custo

[meta-freescale] A source control for custom recipes

2018-12-11 Thread John Matt
Hi All, I am newbie, and I am wondering what is the accepted way of using git (source control) for custom recipes in Yocto? My recipes are very custom that now one except my team needs them, and I am wondering what is the suggested way of managing custom recipes? We are using Yocto .2.5. Thanks

Re: [meta-freescale] Fetcher failure: Fetch command export PSEUDO_DISABLED=1;

2018-10-29 Thread John Matt
t 8:39 PM John Matt wrote: > > I am hitting following error when I was building core-image-minimal for > LS1088ARDB target. Any ideas ? The build process does not stop, it still > finishes, but I am concerned with this error, and i want to fix it. > ... > > Connecting

[meta-freescale] Fetcher failure: Fetch command export PSEUDO_DISABLED=1;

2018-10-22 Thread John Matt
Hi All, I am hitting following error when I was building core-image-minimal for LS1088ARDB target. Any ideas ? The build process does not stop, it still finishes, but I am concerned with this error, and i want to fix it. Regards. WARNING: Failed to fetch URL

[meta-freescale] Creating a sdcard image for LS1088 ARDB

2018-10-18 Thread John Matt
Hi All, I was able to build core-image-minimal for LS1088ARDB, and I have a bunch of files in the tmp/deploy/images folder. I am wondering how to create a sdcard image. Some of the files are as follows-

[meta-freescale] Help to find support for LS1088

2018-10-15 Thread John Matt
Hi All, I am new to this mailing list and, I want to know how much meta-freescale has a support for LS1088 from NXP? Is there a some place that I need to be looking for in order to find how much LS1088 is supported? Basically, I want to build linux using Yocto for LS1088. Regards, John. --