All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [v5, 3/9] package/qoriq-rcw: bump to version LSDK-19.09
@ 2020-02-21 22:10 Gervais, Francois
  2020-02-24 14:44 ` [Buildroot] [EXT] " Jerry Huang
  0 siblings, 1 reply; 3+ messages in thread
From: Gervais, Francois @ 2020-02-21 22:10 UTC (permalink / raw)
  To: buildroot

Hi Jerry,

I think this patch breaks:

define HOST_QORIQ_RCW_BUILD_CMDS
        python $(@D)/rcw.py -i $(@D)/custom_board/rcw/$(QORIQ_RCW_PROJECT) -I $(@D)/custom_board -o $(@D)/PBL.bin
endef

host-qoriq-rcw-LSDK-19.09/rcw.py fails with:

"Only Python versions 3.0+ are supported."

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [EXT] Re: [v5, 3/9] package/qoriq-rcw: bump to version LSDK-19.09
  2020-02-21 22:10 [Buildroot] [v5, 3/9] package/qoriq-rcw: bump to version LSDK-19.09 Gervais, Francois
@ 2020-02-24 14:44 ` Jerry Huang
  2020-02-24 15:50   ` Gervais, Francois
  0 siblings, 1 reply; 3+ messages in thread
From: Jerry Huang @ 2020-02-24 14:44 UTC (permalink / raw)
  To: buildroot



Best Regards
Jerry Huang

> -----Original Message-----
> From: Gervais, Francois <FGervais@distech-controls.com>
> Sent: Saturday, February 22, 2020 6:10 AM
> To: buildroot at buildroot.org
> Cc: Jerry Huang <jerry.huang@nxp.com>
> Subject: [EXT] Re: [v5,3/9] package/qoriq-rcw: bump to version LSDK-19.09
> 
> Caution: EXT Email
> 
> Hi Jerry,
> 
> I think this patch breaks:
> 
> define HOST_QORIQ_RCW_BUILD_CMDS
>         python $(@D)/rcw.py -i
> $(@D)/custom_board/rcw/$(QORIQ_RCW_PROJECT) -I $(@D)/custom_board -o
> $(@D)/PBL.bin endef
> 
> host-qoriq-rcw-LSDK-19.09/rcw.py fails with:
> 
> "Only Python versions 3.0+ are supported."
Python3 is the future ?.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [EXT] Re: [v5, 3/9] package/qoriq-rcw: bump to version LSDK-19.09
  2020-02-24 14:44 ` [Buildroot] [EXT] " Jerry Huang
@ 2020-02-24 15:50   ` Gervais, Francois
  0 siblings, 0 replies; 3+ messages in thread
From: Gervais, Francois @ 2020-02-24 15:50 UTC (permalink / raw)
  To: buildroot

> -----Original Message-----
> From: Jerry Huang <jerry.huang@nxp.com>
> Sent: February 24, 2020 9:44 AM
> To: Gervais, Francois <FGervais@distech-controls.com>; buildroot at buildroot.org
> Subject: RE: [EXT] Re: [v5,3/9] package/qoriq-rcw: bump to version LSDK-19.09
> 
> 
> 
> Best Regards
> Jerry Huang
> 
> > -----Original Message-----
> > From: Gervais, Francois <FGervais@distech-controls.com>
> > Sent: Saturday, February 22, 2020 6:10 AM
> > To: buildroot at buildroot.org
> > Cc: Jerry Huang <jerry.huang@nxp.com>
> > Subject: [EXT] Re: [v5,3/9] package/qoriq-rcw: bump to version
> > LSDK-19.09
> >
> > Caution: EXT Email
> >
> > Hi Jerry,
> >
> > I think this patch breaks:
> >
> > define HOST_QORIQ_RCW_BUILD_CMDS
> >         python $(@D)/rcw.py -i
> > $(@D)/custom_board/rcw/$(QORIQ_RCW_PROJECT) -I $(@D)/custom_board -o
> > $(@D)/PBL.bin endef
> >
> > host-qoriq-rcw-LSDK-19.09/rcw.py fails with:
> >
> > "Only Python versions 3.0+ are supported."
> Python3 is the future ?.

I agree.

Would simply calling "python3" instead of "python" be a good fix in this case?

I'm not really sure which python is used, is it a buildroot built python or a buildroot
dependency python? If it's the dependency python then the buildroot manual still
calls for 2.7+ so calling simply calling python3 might not be an acceptable fix.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-24 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 22:10 [Buildroot] [v5, 3/9] package/qoriq-rcw: bump to version LSDK-19.09 Gervais, Francois
2020-02-24 14:44 ` [Buildroot] [EXT] " Jerry Huang
2020-02-24 15:50   ` Gervais, Francois

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.