File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Documentation/teaching/info Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ a more complete image is required, such as ``core-image-sato-dev-qemu``.
13
13
To use the new image, update the ``YOCTO_IMAGE `` variable in
14
14
``tools/labs/qemu/Makefile ``:
15
15
16
- .. code-block ::
16
+ .. code-block :: shell
17
17
18
18
YOCTO_IMAGE = core-image-sato-qemu$( ARCH) .ext4
19
19
@@ -106,7 +106,7 @@ The kernel image is built the first time the VM is started. To rebuild the
106
106
kernel remove the kernel image file defined by the ``ZIMAGE`` variable in
107
107
``tools/labs/qemu/Makefile``:
108
108
109
- .. code-block::
109
+ .. code-block:: shell
110
110
111
111
ZIMAGE = $(KDIR)/arch/$(ARCH)/boot/$(b)zImage
112
112
@@ -140,9 +140,9 @@ packages:
140
140
In order to run the container infrastructure run the following command in the
141
141
``tools/labs/ `` directory:
142
142
143
- .. code-block ::
143
+ .. code-block :: shell
144
144
145
- make docker-kernel
145
+ sergiu@local: ~ /src/linux/tools/labs$ make docker-kernel
146
146
...
147
147
ubuntu@so2:~ $
148
148
@@ -161,6 +161,6 @@ you will make here will also be seen on your local instance.
161
161
162
162
In order to stop the container use the following command:
163
163
164
- .. code-block ::
164
+ .. code-block :: shell
165
165
166
166
make stop-docker-kernel
You can’t perform that action at this time.
0 commit comments