Yocto development with eclipse plug-in toolchain and sysroot setting for iMX28EVK

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

Yocto development with eclipse plug-in toolchain and sysroot setting for iMX28EVK

Jump to solution
2,447 Views
thomaslin
Contributor IV

Screenshot-Preferences .png

Already install eclipse Yocto plugin and use $bitbake meta-toolchain to create toolchain.

But can't saw ARM platform for iMX28EVK Yocto platform.

Could someone advice a good idea?

Content of local.conf

******

MACHINE ??= 'imx28evk'

DISTRO ?= 'poky'

PACKAGE_CLASSES ?= "package_rpm"

EXTRA_IMAGE_FEATURES = "debug-tweaks"

USER_CLASSES ?= "buildstats image-mklibs image-prelink"

PATCHRESOLVE = "noop"

CONF_VERSION = "1"

INHERIT += 'rm_work'

BB_NUMBER_THREADS = '2'

PARALLEL_MAKE = '-j 1'

ACCEPT_FSL_EULA = "1"

SDKMACHINE ?= "x86_64"

******


Labels (3)
Tags (2)
1 Solution
704 Views
thomaslin
Contributor IV

Screenshot-Preferences -1.png

Run script "poky-eglibc-x86_64-arm-toolchain-1.3.sh" on tmp/deploy/sdk

Target Architecture "armv5te-poky-linux-gnueabi" shown. Is it a right setting for iMX28evk?


View solution in original post

0 Kudos
1 Reply
705 Views
thomaslin
Contributor IV

Screenshot-Preferences -1.png

Run script "poky-eglibc-x86_64-arm-toolchain-1.3.sh" on tmp/deploy/sdk

Target Architecture "armv5te-poky-linux-gnueabi" shown. Is it a right setting for iMX28evk?


0 Kudos