Error about IMAGE_FEATURES is occured.

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

Error about IMAGE_FEATURES is occured.

317 Views
Byungju
Contributor II

Dear NXP,

 

I use the bsp39 like below.

repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp30.0

 

and I port the autosar platform to bsp39.

I add yocto-layer for autosar to LAYER_LIST in nxp-setup-alb.sh

and start compile like below

> sudo -S -l ./sources/meta-alb/scripts/host-prepare.sh

> source nxp-setup-alb.sh -m s32g274ardb2

> bitbake fsl-image-base

 

And Compile error is occured about IMAGE_FEATURES like below.

Would you please help let me know how to resolve this error?

/usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
from collections import Mapping
Loading cache: 100% |#######################################################################################################################################################################| Time: 0:00:00
Loaded 4965 entries from dependency cache.
ERROR: /home/bjkim/workspace/net_ap/modify_bsp39/nxp_bsp39_modify/sources/yocto-layers/meta-ara/recipes-core/images/ara-sdk.bb: IMAGE_FEATURES: No type specified. Valid types: list, boolean, choice, float, integer, is_x86, path, qemu_use_kvm, regex
ERROR: Unable to parse /home/bjkim/workspace/net_ap/modify_bsp39/nxp_bsp39_modify/sources/yocto-layers/meta-ara/recipes-core/images/ara-sdk.bb: Exited with "1"############# | ETA: 0:00:00
ERROR: Parsing halted due to errors, see error messages above

Summary: There were 3 ERROR messages, returning a non-zero exit code.

 

- nxp-setup.alb.sh

LAYER_LIST=" \
    meta-openembedded/meta-oe \
    meta-openembedded/meta-multimedia \
    meta-openembedded/meta-python \
    meta-openembedded/meta-python2 \
    meta-openembedded/meta-networking \
    meta-openembedded/meta-gnome \
    meta-openembedded/meta-filesystems \
    meta-openembedded/meta-webserver \
    meta-openembedded/meta-perl \
    meta-openembedded/meta-xfce \
    meta-virtualization \
    meta-linaro/meta-optee \
    meta-security \
    \
    meta-freescale \
    yocto-layers/meta-ara
"
 
Thanks and best regards,
 
 
Labels (1)
Tags (3)
0 Kudos
Reply
1 Reply

294 Views
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

We understand that you are using BSP39.0 but the git command you used is for BSP30.0, was this a typo?

Also, on regards of the compilation errors, since you are porting AUTOSAR platform to BSP39.0, this seems to be an integration problem. The only information available from our side is the following:

Download the layer “yocto-layers” along with “ara-api” and “sample-applications”
folders from the Adaptive Autosar OS repository.
 curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
 mkdir ~/ara-project
 cd ~/ara-project
 repo init -u git@code.autosar.org:tf-apd/ara-project.git
(for this to work you must have a ssh key for code.autosar.org)
 repo sync
Note: write permission in “ara-api” and “sample-applications” are needed (in the
process of building an image the sources from “ara-api” and “sample-applications”
folders need to be compiled and some files will be generated in those folders)

Aside from this, we don't see any documentation on this specific regard. We do apologize.

Since this seems related to AUTOSAR itself, we can recommend contacting their support team to understand the integration required with Linux.

Please, let us know.

0 Kudos
Reply