YoeDistro / meta-intel

Intel BSP layer
Other
14 stars 15 forks source link

Build issue with poky-tiny and 64bit combination #13

Open JohnGoogl opened 11 months ago

JohnGoogl commented 11 months ago

Hi All, I noticed build issue with mention set as am trying to build lowest size which compatible for laptop x86_64. Any inputs would be appreciated. Thank you!

Changes to local.conf : TARGET_SYS = "x86_64-poky-linux-musl" MACHINE = "intel-corei7-64" DISTRO = "poky-tiny"

Build issue logs: $ bitbake core-image-sato Loading cache: 100% |#######################################################################################################################################################################| Time: 0:00:00 Loaded 1892 entries from dependency cache. ERROR: Nothing PROVIDES 'core-image-sato' core-image-sato was skipped: Recipe will be skipped because: not buildable with poky-tiny

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

BR, John