mirror of
https://github.com/Dasharo/meta-dts.git
synced 2026-03-06 14:51:12 -08:00
.github/workflows: Use ipxe-run.sh to run ipxe server
Signed-off-by: Pawel Langowski <pawel.langowski@3mdeb.com>
This commit is contained in:
@@ -25,16 +25,8 @@ jobs:
|
||||
- name: Run IPXE server
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir ipxe
|
||||
cp build/tmp/deploy/images/genericx86-64/dts-base-image-genericx86-64.cpio.gz ipxe
|
||||
cp build/tmp/deploy/images/genericx86-64/bzImage ipxe
|
||||
echo -e "\n
|
||||
#!ipxe\n
|
||||
imgfetch --name file_kernel bzImage\n
|
||||
imgfetch --name file_initrd dts-base-image-genericx86-64.cpio.gz\n
|
||||
kernel file_kernel root=/dev/nfs initrd=file_initrd\n
|
||||
boot" > ipxe/dts.ipxe
|
||||
cd ipxe && python3 -m http.server 4321 &
|
||||
cd open-source-firmware-validation
|
||||
./scripts/ci/ipxe-run.sh build/tmp/deploy/images/genericx86-64/dts-base-image-genericx86-64.cpio.gz build/tmp/deploy/images/genericx86-64/bzImage &
|
||||
- name: Install requirements
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user