Build issue of Qoriq SDK-v2.0 for LS1021A

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Build issue of Qoriq SDK-v2.0 for LS1021A

1,266 Views
skrishnakar
Contributor III

Hi All,

I am trying to build Qoriq SDK-v2.0 for Layerscape TWR-LS1021A-PB from the meta-freescale layer branch:

meta-freescale.git - Yocto Project i.MX and QorIQ Layer 

I am seeing following fetch error for kernel fetch:

ERROR: linux-qoriq-4.1-r0 do_fetch: Fetcher failure: Unable to find revision bd51baffc04ecc73f933aee1c3a37c8b44b889a7 in branch sdk-v2.0.x even from upstream

ERROR: linux-qoriq-4.1-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x'. Unable to fetch URL from any source.

Can anyone confirm that If we can still build Qoriq SDK-v2.0 for TWR-LS1021A-PB or we need to move to latest kernel that is 4.1.30-rt34 as seen in the sdk/linux.git ?   http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/log/?h=sdk-v2.0.x 

Is there any official announcement on release of stable qoriq SDK fsl-sdk-v2.0-1609 ? If yes then, can we switch to this kernel from sdk-v2.0 kernel (4.1.8-rt8) ?

Appreciate your inputs and guidance.

Thanks!

Labels (1)
Tags (1)
0 Kudos
1 Reply

855 Views
pro-supportengi
NXP Employee
NXP Employee

The 1609 is an incremental build and requires SDK 2.0.  The fetch problem is likely unrelated to your kernel per se and I have noticed the same issue when trying to build the ls1043 from a git repo.

Are you using the .iso SDK 2.0 for the build?  If so it should not break when doing a fetch since sources are fetched as compressed files and placed in the source directory then bitbake uses these to build. 

Are you pulling a git repo from the i.MX site and what commands are you using to pull and build?  What commands are you using when getting and building SDK 2.0?

Similar problem exists when doing the following:

: mkdir ~/bin
$: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$: chmod a+x ~/bin/repo

 

$: PATH=${PATH}:~/bin
$: mkdir fsl-qoriq-sdk
$: cd fsl-qoriq-sdk
$: repo init -u git://git.freescale.com/yocto/fsl-yocto-repo.git -b refs/tags/fsl-sdk-v2.0-public
$: repo sync

$: . ./fsl-setup-env -m ls1043ardb

$: bitbake fsl-image-full

See the following community pages:

https://community.nxp.com/thread/435914

https://community.nxp.com/message/836656?commentID=836656&et=watches.email.thread#comment-836656

0 Kudos