Skip to main content
Visitor II
June 7, 2023
Question

Compilation breaking on custom machine

  • June 7, 2023
  • 1 reply
  • 3786 views

In the recently, for the past few days, I am facing this new issue that, if i compile for my custom som and program, i always get this error. But if I dont do any add-on of packages, I works fine.

I even added a simple package like "vim" using IMAGE_INSTALL in addons/conf/machine/<machine_name>.conf file .

I tried creating new directory and adding files and building from scratch multiple times. Still no success. It always crashes after resizing the partition.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    June 7, 2023

    Hello @NP​ ,

    As your crash happens only when you add you add-on on top of OpenSTLinux delivery, you have a good research scope to find your issue now.

    Can you share me the modifications you do that cause the boot issue ?

    Kind regards,

    Erwan.

    NPAuthor
    Visitor II
    June 7, 2023

    Thanks for the reply. As said, Even if i add a line as "IMAGE_INSTALL= " vim " " in my machine_name.conf . It doesnt work.

    Also I see one warning in console. Pls find the pic.

    Technical Moderator
    June 7, 2023

    Are you sure you are not overwriting all the IMAGE_INSTALL with doing this ?

    Can you try with a IMAGE_INSTALL += " vim \ " ?

    Rgs,

    Erwan.