Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAdding packages to Yocto build
Hello! I have been playing around with a SoCKit, not doing anything too important but really just getting used to it. I have a current project that I am trying to do which involves a Python script...
Altera_Forum
Honored Contributor
12 years agoI figured it out.... Even though the package is called "python", I guess the package that gets installed on the target is called "python-core".
So, I just had to use python-core in the IMAGE_INSTALL_append variable....