[OE-core] [PATCH 1/1] build-appliance-image: support for Toaster

Bystricky, Juro juro.bystricky at intel.com
Sat Dec 31 00:31:18 UTC 2016


Good question. I mentioned this in the cover message.
Based on https://pip.pypa.io/en/latest/installing/

"pip is already installed if you're using Python 2 >=2.7.9 or Python 3 >=3.4 binaries downloaded from python.org, but you'll need to upgrade pip."



> -----Original Message-----
> From: Richard Purdie [mailto:richard.purdie at linuxfoundation.org]
> Sent: Friday, December 30, 2016 4:05 PM
> To: Bystricky, Juro <juro.bystricky at intel.com>; openembedded-
> core at lists.openembedded.org
> Cc: jurobystricky at hotmail.com
> Subject: Re: [OE-core] [PATCH 1/1] build-appliance-image: support for
> Toaster
> 
> On Fri, 2016-12-30 at 13:35 -0800, Juro Bystricky wrote:
> > +	# Install modules needed for toaster
> > +	export HOME=${IMAGE_ROOTFS}/home/builder
> > +	mkdir -p ${IMAGE_ROOTFS}/home/builder/.cache/pip
> > +	pip3 install --user -I -U -v -r
> > ${IMAGE_ROOTFS}/home/builder/poky/bitbake/toaster-requirements.txt
> > +	chown -R builder.builder ${IMAGE_ROOTFS}/home/builder/.local
> > +	chown -R builder.builder ${IMAGE_ROOTFS}/home/builder/.cache
> 
> Can we safely assume that the build machine has pip3 on it? Is that in
> our default list of build requirements?
> 
> Cheers,
> 
> Richard


More information about the Openembedded-core mailing list