mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
Remove -live.bb recipes
(From OE-Core rev: 3b29e2c94cb696a22602f99d7714950a38b4eb8e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5068a8befd
commit
7550be2538
@@ -1,11 +0,0 @@
|
||||
DESCRIPTION = "LSB Bootable Live Image"
|
||||
|
||||
require recipes-core/images/core-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-lsb-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootimg[depends] += "core-image-lsb:do_rootfs"
|
||||
@@ -1,11 +0,0 @@
|
||||
DESCRIPTION = "LSB SDK Bootable Live Image"
|
||||
|
||||
require recipes-core/images/core-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-lsb-sdk-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootimg[depends] += "core-image-lsb-sdk:do_rootfs"
|
||||
Reference in New Issue
Block a user