Adding openjdk-8 to L4.14.98_2.1.0 iMX8MMini (Ubuntu 18.04 platform)

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

Adding openjdk-8 to L4.14.98_2.1.0 iMX8MMini (Ubuntu 18.04 platform)

Jump to solution
681 Views
prashant_chopad
Contributor II

Hi,

I have iMX8M Mini EVK.

I did setup a Yocto toolchain for version L4.14.98_2.1.0 on my Ubuntu 18.04 LTS system.

I did successfully "bitbake imx-image-multimedia"

Then I am trying to add support for openjdk-8 or openjdk-7 or openjdk-7-jre.

But got following errors:

$ bitbake openjdk-8 -c fetch

Loading cache: 100% |############################################| Time: 0:00:00

Loaded 3575 entries from dependency cache.

ERROR: Nothing PROVIDES 'openjdk-8'

openjdk-8 was skipped: You must set MACHINE_SOCARCH_SUFFIX as MACHINE_SOCARCH_FILTER is set for this SoC.

Summary: There was 1 WARNING message shown.

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

 

$ bitbake openjdk-7 -c fetch

Parsing recipes: 100% |##########################################| Time: 0:00:18

Parsing of 2632 .bb files complete (0 cached, 2632 parsed). 3575 targets, 296 skipped, 8 masked, 0 errors.

ERROR: Nothing PROVIDES 'openjdk-7'

openjdk-7-jre PROVIDES openjdk-7 but was skipped: You must set MACHINE_SOCARCH_SUFFIX as MACHINE_SOCARCH_FILTER is set for this SoC.

Summary: There was 1 WARNING message shown.

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

 

$ bitbake openjdk-7-jre -c fetch

Parsing recipes: 100% |##########################################| Time: 0:00:18

Parsing of 2632 .bb files complete (0 cached, 2632 parsed). 3575 targets, 296 skipped, 8 masked, 0 errors.

ERROR: Nothing PROVIDES 'openjdk-7-jre'

openjdk-7-jre was skipped: You must set MACHINE_SOCARCH_SUFFIX as MACHINE_SOCARCH_FILTER is set for this SoC.

Summary: There was 1 WARNING message shown.

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

 

Regards,

Prashant

0 Kudos
1 Solution
1 Reply