2023-06-07 12:24 AM
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.
2023-06-07 01:14 AM
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.
2023-06-07 01:16 AM
2023-06-07 01:23 AM
Are you sure you are not overwriting all the IMAGE_INSTALL with doing this ?
Can you try with a IMAGE_INSTALL += " vim \ " ?
Rgs,
Erwan.
2023-06-07 01:38 AM
Hmm. Got it. But i always use the format as shown below. I just copy pasted from my config file now.
IMAGE_INSTALL:append = " vim "
2023-06-07 06:27 AM
@NP ,
As a test purpose, can you please come back in the situation that works for you (I mean, when you do not add any package), and after that, try to install an extra package from the local conf ?
To do it, you can add in <build..>/conf/local.conf:
IMAGE_INSTALL:append = " vim \"
This is just for test purpose, to see if this is really the action to add a new package that causes you trouble, or anything else.
Kind regards,
Erwan.