[U-Boot] buildman: selection question

question: Two of the boards that I support are almost the same: Active arm armv7 bcm281xx broadcom bcm28155_ap bcm28155_ap - Active arm armv7 bcm281xx broadcom bcm28155_ap bcm28155_w1d bcm28155_ap:BCM_SF2_ETH,BCM_SF2_ETH_GMAC
Using "buildman" how can I build the first one (without always building the second one too?)

Hi Steve,
On 27 August 2014 15:23, Steve Rae srae@broadcom.com wrote:
question: Two of the boards that I support are almost the same: Active arm armv7 bcm281xx broadcom bcm28155_ap bcm28155_ap - Active arm armv7 bcm281xx broadcom bcm28155_ap bcm28155_w1d bcm28155_ap:BCM_SF2_ETH,BCM_SF2_ETH_GMAC
Using "buildman" how can I build the first one (without always building the second one too?)
What command are you using? Are you trying to build bcm28155_ap? Maybe the only option is to use -x bcm28155_w1d to exclude it. You will need the latest series though:
http://patchwork.ozlabs.org/patch/382769/
(or see u-boot-x86.git branch 'buildman5')
Regards, Simon

Ahhh -- that would work! Thanks, Steve
On 14-08-28 07:54 AM, Simon Glass wrote:
Hi Steve,
On 27 August 2014 15:23, Steve Rae srae@broadcom.com wrote:
question: Two of the boards that I support are almost the same: Active arm armv7 bcm281xx broadcom bcm28155_ap bcm28155_ap - Active arm armv7 bcm281xx broadcom bcm28155_ap bcm28155_w1d bcm28155_ap:BCM_SF2_ETH,BCM_SF2_ETH_GMAC
Using "buildman" how can I build the first one (without always building the second one too?)
What command are you using? Are you trying to build bcm28155_ap? Maybe the only option is to use -x bcm28155_w1d to exclude it. You will need the latest series though:
http://patchwork.ozlabs.org/patch/382769/
(or see u-boot-x86.git branch 'buildman5')
Regards, Simon
participants (2)
-
Simon Glass
-
Steve Rae