mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
15
meta-rt/images/core-image-minimal-rt-directdisk.bb
Normal file
15
meta-rt/images/core-image-minimal-rt-directdisk.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# Copyright (C) 2010 Intel Corporation.
|
||||
#
|
||||
|
||||
require recipes-core/images/core-image-directdisk.inc
|
||||
|
||||
DESCRIPTION = "Bootable Minimal Real-Time Direct Disk Image"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-rt-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootdirectdisk[depends] += "core-image-minimal-rt:do_rootfs"
|
||||
|
||||
|
||||
15
meta-rt/images/core-image-minimal-rt-live.bb
Normal file
15
meta-rt/images/core-image-minimal-rt-live.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# Copyright (C) 2010 Intel Corporation.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Bootable Live Minimal Real-Time Linux Image"
|
||||
|
||||
require recipes-core/images/core-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-rt-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootimg[depends] += "core-image-minimal-rt:do_rootfs"
|
||||
@@ -5,7 +5,7 @@
|
||||
DESCRIPTION = "Minimal Real-Time Linux Image"
|
||||
DEPENDS = "linux-yocto-rt"
|
||||
|
||||
require recipes-core/images/poky-image-minimal.bb
|
||||
require recipes-core/images/core-image-minimal.bb
|
||||
|
||||
IMAGE_INSTALL += "rt-tests"
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2010 Intel Corporation.
|
||||
#
|
||||
|
||||
require recipes-core/images/poky-image-directdisk.inc
|
||||
|
||||
DESCRIPTION = "Bootable Minimal Real-Time Direct Disk Image"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-rt-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootdirectdisk[depends] += "poky-image-minimal-rt:do_rootfs"
|
||||
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2010 Intel Corporation.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Bootable Live Minimal Real-Time Linux Image"
|
||||
|
||||
require recipes-core/images/poky-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-rt-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootimg[depends] += "poky-image-minimal-rt:do_rootfs"
|
||||
Reference in New Issue
Block a user