summaryrefslogtreecommitdiff
path: root/recipes-samples
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-04-17 22:28:17 -0300
committerRicardo Salveti <ricardo@opensourcefoundries.com>2018-04-19 11:11:28 -0300
commitd20ec2f191319e834f2c712fb01cefee44a97124 (patch)
tree323b87ec1012ac313521d393862f88ebd338a4e1 /recipes-samples
parent4325327d0ab554b3554c0240db05cac7ed234074 (diff)
lmp-gateway-image: no need to install kernel-image with ostree
OSTree manages /boot separately and copies the kernel image from the build system, so no need to have it installed via packages. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
Diffstat (limited to 'recipes-samples')
-rw-r--r--recipes-samples/images/lmp-gateway-image.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-samples/images/lmp-gateway-image.bb b/recipes-samples/images/lmp-gateway-image.bb
index cf9c483..d8597ac 100644
--- a/recipes-samples/images/lmp-gateway-image.bb
+++ b/recipes-samples/images/lmp-gateway-image.bb
@@ -17,9 +17,6 @@ SRC_URI = "\
# let's make sure we have a good image..
REQUIRED_DISTRO_FEATURES = "pam systemd"
-# Make sure default kernel image is also installed in the rootfs
-IMAGE_INSTALL_append = " ${@ d.getVar("KERNEL_PACKAGE_NAME") or "kernel" }-image"
-
# Base packages
CORE_IMAGE_BASE_INSTALL += " \
96boards-tools \