-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of Rudolf Marek Sent: Monday, May 11, 2009 3:21 PM To: coreboot@coreboot.org Subject: Re: [coreboot] build service results for r4265
Hi all,
I'm not able to fix it. The ./buildtarget asus/m2v-mx_se and compilation works. The abuild build does not. Seems I'm missing a clue what is so different.Abuild seems to ignore the .../target/Config.lb. Because ifI put back default ROM_SIZE and FALLBACK_SIZE to ...mainboard/... it starts to compile again, but for some reason it wants to do the normal/fallback but only fallback should be build.
That's right. Abuild only uses Config-abuild.lb. Unless Config-abuild.lb is present, abuild generates its own.
I think the easiest fix here would be for you to make a Config-abuild.lb which is a copy of your Config.lb, but replace
payload ../payload.elf
with
payload __PAYLOAD__
The auto-generated Config-abuild.lb will always have a normal image.
Thanks, Myles