mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
azure: Use our own GRUB binaries
Use the same logic from 24df1b14f3
to use our own GRUB binaries in
Azure pipelines as well.
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -252,10 +252,9 @@ jobs:
|
|||||||
ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
|
ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
|
||||||
grub-mkimage --prefix=\"\" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
|
grub-mkimage --prefix=\"\" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
|
||||||
grub-mkimage --prefix=\"\" -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
|
grub-mkimage --prefix=\"\" -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
|
||||||
mkdir ~/grub2-arm
|
cp /opt/grub/grubriscv64.efi ~/grub_riscv64.efi
|
||||||
cd ~/grub2-arm; wget -O - http://download.opensuse.org/ports/armv7hl/distribution/leap/42.2/repo/oss/suse/armv7hl/grub2-arm-efi-2.02~beta2-87.1.armv7hl.rpm | rpm2cpio | cpio -di
|
cp /opt/grub/grubaa64.efi ~/grub_arm64.efi
|
||||||
mkdir ~/grub2-arm64
|
cp /opt/grub/grubarm.efi ~/grub_arm.efi
|
||||||
cd ~/grub2-arm64; wget -O - http://download.opensuse.org/ports/aarch64/distribution/leap/42.2/repo/oss/suse/aarch64/grub2-arm64-efi-2.02~beta2-87.1.aarch64.rpm | rpm2cpio | cpio -di
|
|
||||||
# the below corresponds to .gitlab-ci.yml "script"
|
# the below corresponds to .gitlab-ci.yml "script"
|
||||||
cd ${WORK_DIR}
|
cd ${WORK_DIR}
|
||||||
if [[ "${BUILDMAN}" != "" ]]; then
|
if [[ "${BUILDMAN}" != "" ]]; then
|
||||||
@@ -280,7 +279,7 @@ jobs:
|
|||||||
fi;
|
fi;
|
||||||
fi
|
fi
|
||||||
# the below corresponds to .gitlab-ci.yml "after_script"
|
# the below corresponds to .gitlab-ci.yml "after_script"
|
||||||
rm -rf ~/grub2* /tmp/uboot-test-hooks /tmp/venv
|
rm -rf /tmp/uboot-test-hooks /tmp/venv
|
||||||
EOF
|
EOF
|
||||||
cat test.sh
|
cat test.sh
|
||||||
# make current directory writeable to uboot user inside the container
|
# make current directory writeable to uboot user inside the container
|
||||||
|
Reference in New Issue
Block a user