Skip to content

Commit fcd46ba

Browse files
committed
release: fixes, ./build release builds baremetal, .out wrong link
1 parent 3532deb commit fcd46ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -2923,7 +2923,7 @@ Get a reasonable answer to "how long does boot take in guest time?":
29232923
./run --eval-after './linux/time_boot.c'
29242924
....
29252925

2926-
Source: link:userland/linux/time_boot.out[]
2926+
Source: link:userland/linux/time_boot.c[]
29272927

29282928
That executable writes to `dmesg` directly through `/dev/kmsg` a message of type:
29292929

@@ -16770,6 +16770,8 @@ mv out out.bak
1677016770
./build-test --size 3 && ./test --size 3
1677116771
....
1677216772

16773+
The `./build-test` command builds a superset of what will be downloaded which also tests other things we would like to be working on the release. For the minimal build to generate the files to be uploaded, see: <<release-zip>>
16774+
1677316775
The clean build is necessary as it generates clean images since <<remove-buildroot-packages,it is not possible to remove Buildroot packages>>
1677416776

1677516777
Run all tests in <<non-automated-tests>> just QEMU x86_64 and QEMU aarch64.

build

+1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ so looping over all of them would waste time.
319319
submodules={'qemu'},
320320
),
321321
'release': _Component(dependencies=[
322+
'baremetal-qemu',
322323
'qemu-buildroot',
323324
'doc',
324325
]),

0 commit comments

Comments
 (0)