OK, thanks for the clarification guys!
I think I'll just overwrite the keymaps recipe script to get rid of the
kernel version and continue from here =)
Cheers,
-Damien
On Sat, Apr 28, 2018 at 5:20 AM, Bruce Ashfield <
bruce.ashfi...@windriver.com> wrote:
>
>
> On 4/27/2018 5:34 PM, Andre McCu
The recipe specifies that Python 3 is to be used. If you want to
build it against Python 2 you'll have to patch the recipe.
Ross
On 28 April 2018 at 00:26, Russell Peterson wrote:
> I am trying to install libxml2 for python2 in my image recipe. Seems like it
> is being installed in the python
I created a bbappend file with the following:
PYTHON_PN = "python"
DEPENDS += "python"
RDEPENDS_${PN}-ptest += "python-core"
PYTHON_BASEVERSION = "2.7"
PYTHON_DIR = "python2.7"
Seems to work although I have not tested it yet… the library shows up in the
correct site dir anyway.
I would think th