mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 11:02:22 +02:00
poky-image-sdk* renamed to poky-image-sato-sdk*
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
ad4b709c83
commit
4c0448fc97
@@ -0,0 +1,9 @@
|
||||
require recipes-core/images/poky-image-directdisk.inc
|
||||
|
||||
DESCRIPTION = "Sato SDK Direct Disk Image"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-sdk-${MACHINE}.ext3"
|
||||
|
||||
do_bootdirectdisk[depends] += "poky-image-sato-sdk:do_rootfs"
|
||||
11
meta/recipes-sato/images/poky-image-sato-sdk-live.bb
Normal file
11
meta/recipes-sato/images/poky-image-sato-sdk-live.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "Bootable Live Sato SDK Image"
|
||||
|
||||
require recipes-core/images/poky-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-sdk-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootimg[depends] += "poky-image-sato-sdk:do_rootfs"
|
||||
@@ -1,9 +0,0 @@
|
||||
require recipes-core/images/poky-image-directdisk.inc
|
||||
|
||||
DESCRIPTION = "SDK Direct Disk Image"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sdk-${MACHINE}.ext3"
|
||||
|
||||
do_bootdirectdisk[depends] += "poky-image-sdk:do_rootfs"
|
||||
@@ -1,11 +0,0 @@
|
||||
DESCRIPTION = "Bootable Live SDK Image"
|
||||
|
||||
require recipes-core/images/poky-image-live.inc
|
||||
|
||||
LABELS += "boot install"
|
||||
|
||||
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sdk-${MACHINE}.ext3"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
do_bootimg[depends] += "poky-image-sdk:do_rootfs"
|
||||
Reference in New Issue
Block a user