diff options
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-core/images/core-image-tiny-initramfs.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index b078b19a9d..de041a7b7b 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb | |||
| @@ -117,7 +117,7 @@ fakeroot do_tweak_image () { | |||
| 117 | ln -rs ${IMAGE_ROOTFS}/lib ${IMAGE_ROOTFS}/lib64 | 117 | ln -rs ${IMAGE_ROOTFS}/lib ${IMAGE_ROOTFS}/lib64 |
| 118 | } | 118 | } |
| 119 | 119 | ||
| 120 | IMAGE_PREPROCESS_COMMAND += "do_populate_poky_src; do_tweak_image; " | 120 | IMAGE_PREPROCESS_COMMAND += "do_populate_poky_src do_tweak_image" |
| 121 | # For pip usage above | 121 | # For pip usage above |
| 122 | do_image[network] = "1" | 122 | do_image[network] = "1" |
| 123 | 123 | ||
diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb index 96b56a2f59..8af25f1b1f 100644 --- a/meta/recipes-core/images/core-image-tiny-initramfs.bb +++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb | |||
| @@ -40,6 +40,6 @@ python tinyinitrd () { | |||
| 40 | init.write(newinit) | 40 | init.write(newinit) |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | IMAGE_PREPROCESS_COMMAND += "tinyinitrd;" | 43 | IMAGE_PREPROCESS_COMMAND += "tinyinitrd" |
| 44 | 44 | ||
| 45 | QB_KERNEL_CMDLINE_APPEND += "debugshell=3 init=/bin/busybox sh init" | 45 | QB_KERNEL_CMDLINE_APPEND += "debugshell=3 init=/bin/busybox sh init" |
