Bug #332
closedI selected payload Tianocore Upstream (not UEFIPayload) but its still using MrChromebox UEFIPayload files?
0%
Description
make V=1 -d
Cloning Tianocore from Git
Reaping winning child 0x559abd8daf20 PID 142498
git clone --branch uefipayload_202107 https://github.com/mrchromebox/edk2 /mnt/cb-trying-upstream/coreboot/payloads/external/tianocore/tianocore; \
cd /mnt/cb-trying-upstream/coreboot/payloads/external/tianocore/tianocore; \
git remote add upstream https://github.com/tianocore/edk2
Live child 0x559abd8daf20 (/mnt/cb-trying-upstream/coreboot/payloads/external/tianocore/tianocore) PID 142499
Cloning into '/mnt/cb-trying-upstream/coreboot/payloads/external
any ideas, thx
Updated by Matt DeVillier almost 3 years ago
- Status changed from New to Response Needed
xinhua wang wrote:
make V=1 -d
Cloning Tianocore from Git
Reaping winning child 0x559abd8daf20 PID 142498
git clone --branch uefipayload_202107 https://github.com/mrchromebox/edk2 /mnt/cb-trying-upstream/coreboot/payloads/external/tianocore/tianocore; \
cd /mnt/cb-trying-upstream/coreboot/payloads/external/tianocore/tianocore; \
git remote add upstream https://github.com/tianocore/edk2
Live child 0x559abd8daf20 (/mnt/cb-trying-upstream/coreboot/payloads/external/tianocore/tianocore) PID 142499
Cloning into '/mnt/cb-trying-upstream/coreboot/payloads/externalany ideas, thx
unable to reproduce. using qemu as target, and switching between UEFIPAYLOAD and UPSTREAM options, the expected Tianocore remote/branch is used for building
Updated by Sean Rhodes over 2 years ago
- Status changed from Response Needed to Resolved
The old makefile used to add upstream as a remote, which is why it looks like it's using MrChromebox. It does, and always has, built from the correct repo.