[bitbake-devel] [PATCH 1/1] toaster: build missing toaster.conf settings

Mardegan, Alberto AMardegan at luxoft.com
Fri Oct 6 06:13:05 UTC 2017


Hi,

> diff --git a/lib/toaster/bldcontrol/localhostbecontroller.py b/lib/toaster/bldcontrol/localhostbecontroller.py
> index a2ca95b..83cb703 100644
> --- a/lib/toaster/bldcontrol/localhostbecontroller.py
> +++ b/lib/toaster/bldcontrol/localhostbecontroller.py
> @@ -381,9 +381,10 @@ class LocalhostBEController(BuildEnvironmentController):
>          local_bitbake = os.path.join(os.path.dirname(os.getenv('BBBASEDIR')),
>                                       'bitbake')
>          self._shellcmd(['bash -c \"(TOASTER_BRBE="%s" BBSERVER="0.0.0.0:%s" '
> -                        '%s %s -u toasterui --token="" >>%s 2>&1;'
> +                        '%s %s -u toasterui  --read %s --read %s --token="" >>%s 2>&1;'
>                          'BITBAKE_UI="knotty" BBSERVER=0.0.0.0:%s %s -m)&\"' \
> -                        % (brbe, self.be.bbport, local_bitbake, bbtargets, log, self.be.bbport, bitbake)],
> +                        % (brbe, self.be.bbport, local_bitbake, bbtargets, confpath, toasterlayers, log,

better add quotes around the %s in the --read parameters, as these paths
might contain spaces.

Ciao,
  Alberto

________________________________

This e-mail and any attachment(s) are intended only for the recipient(s) named above and others who have been specifically authorized to receive them. They may contain confidential information. If you are not the intended recipient, please do not read this email or its attachment(s). Furthermore, you are hereby notified that any dissemination, distribution or copying of this e-mail and any attachment(s) is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender by replying to this e-mail and then delete this e-mail and any attachment(s) or copies thereof from your system. Thank you.


More information about the bitbake-devel mailing list