diff options
| -rw-r--r-- | meta/recipes-sato/images/poky-image-sato-directdisk.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-sato/images/poky-image-sato-live.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-sato/images/poky-image-sato.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-sato/images/poky-image-sdk-live.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-sato/images/poky-image-sdk.bb | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/poky-image-sato-directdisk.bb b/meta/recipes-sato/images/poky-image-sato-directdisk.bb index 5fa20b6cad..9b6b96eebe 100644 --- a/meta/recipes-sato/images/poky-image-sato-directdisk.bb +++ b/meta/recipes-sato/images/poky-image-sato-directdisk.bb | |||
| @@ -2,6 +2,8 @@ require recipes-core/images/poky-image-directdisk.inc | |||
| 2 | 2 | ||
| 3 | DESCRIPTION = "Sato Direct Disk Image" | 3 | DESCRIPTION = "Sato Direct Disk Image" |
| 4 | 4 | ||
| 5 | LICENSE = "MIT" | ||
| 6 | |||
| 5 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" | 7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" |
| 6 | 8 | ||
| 7 | do_bootdirectdisk[depends] += "poky-image-sato:do_rootfs" | 9 | do_bootdirectdisk[depends] += "poky-image-sato:do_rootfs" |
diff --git a/meta/recipes-sato/images/poky-image-sato-live.bb b/meta/recipes-sato/images/poky-image-sato-live.bb index 08e3441861..20f7bf81a0 100644 --- a/meta/recipes-sato/images/poky-image-sato-live.bb +++ b/meta/recipes-sato/images/poky-image-sato-live.bb | |||
| @@ -6,4 +6,6 @@ LABELS += "boot install" | |||
| 6 | 6 | ||
| 7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" | 7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" |
| 8 | 8 | ||
| 9 | LICENSE = "MIT" | ||
| 10 | |||
| 9 | do_bootimg[depends] += "poky-image-sato:do_rootfs" | 11 | do_bootimg[depends] += "poky-image-sato:do_rootfs" |
diff --git a/meta/recipes-sato/images/poky-image-sato.bb b/meta/recipes-sato/images/poky-image-sato.bb index 58eb5d68c2..35d1a53c32 100644 --- a/meta/recipes-sato/images/poky-image-sato.bb +++ b/meta/recipes-sato/images/poky-image-sato.bb | |||
| @@ -4,4 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" | 5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" |
| 6 | 6 | ||
| 7 | LICENSE = "MIT" | ||
| 8 | |||
| 7 | inherit poky-image | 9 | inherit poky-image |
diff --git a/meta/recipes-sato/images/poky-image-sdk-live.bb b/meta/recipes-sato/images/poky-image-sdk-live.bb index 06c56ee155..b96cd925ac 100644 --- a/meta/recipes-sato/images/poky-image-sdk-live.bb +++ b/meta/recipes-sato/images/poky-image-sdk-live.bb | |||
| @@ -6,4 +6,6 @@ LABELS += "boot install" | |||
| 6 | 6 | ||
| 7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sdk-${MACHINE}.ext3" | 7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sdk-${MACHINE}.ext3" |
| 8 | 8 | ||
| 9 | LICENSE = "MIT" | ||
| 10 | |||
| 9 | do_bootimg[depends] += "poky-image-sdk:do_rootfs" | 11 | do_bootimg[depends] += "poky-image-sdk:do_rootfs" |
diff --git a/meta/recipes-sato/images/poky-image-sdk.bb b/meta/recipes-sato/images/poky-image-sdk.bb index c3fbce76c3..9f8eef9a52 100644 --- a/meta/recipes-sato/images/poky-image-sdk.bb +++ b/meta/recipes-sato/images/poky-image-sdk.bb | |||
| @@ -4,4 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} tools-debug tools-profile tools-sdk dev-pkgs qt4-pkgs" | 5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} tools-debug tools-profile tools-sdk dev-pkgs qt4-pkgs" |
| 6 | 6 | ||
| 7 | LICENSE = "MIT" | ||
| 8 | |||
| 7 | inherit poky-image | 9 | inherit poky-image |
