diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/distro_tracking_fields.inc | 8 | ||||
-rw-r--r-- | meta/conf/local.conf.sample | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 43b9fa7840..7663ffa6a8 100644 --- a/meta/conf/distro/include/distro_tracking_fields.inc +++ b/meta/conf/distro/include/distro_tracking_fields.inc @@ -2413,9 +2413,9 @@ RECIPE_LATEST_VERSION_pn-core-image-sato-sdk = "1.0" RECIPE_MAINTAINER_pn-core-image-sato-sdk = "Dongxiao Xu <dongxiao.xu@intel.com>" DISTRO_PN_ALIAS_pn-core-image-sdk = "OE-Core" -RECIPE_STATUS_pn-task-poky = "green" -RECIPE_LATEST_VERSION_pn-task-poky = "1.0" -RECIPE_MAINTAINER_pn-task-poky = "Dongxiao Xu <dongxiao.xu@intel.com>" +RECIPE_STATUS_pn-task-core = "green" +RECIPE_LATEST_VERSION_pn-task-core = "1.0" +RECIPE_MAINTAINER_pn-task-core = "Dongxiao Xu <dongxiao.xu@intel.com>" RECIPE_STATUS_pn-task-core-basic = "green" RECIPE_LATEST_VERSION_pn-task-core-basic = "1.0" @@ -5373,7 +5373,7 @@ DISTRO_PN_ALIAS_pn-core-image-minimal-mtdutils = "OE-Core" DISTRO_PN_ALIAS_pn-core-image-sato = "OE-Core" DISTRO_PN_ALIAS_pn-core-image-sato-directdisk = "OE-Core" DISTRO_PN_ALIAS_pn-core-image-sato-live = "OE-Core" -DISTRO_PN_ALIAS_pn-task-poky = "OE-Core" +DISTRO_PN_ALIAS_pn-task-core = "OE-Core" DISTRO_PN_ALIAS_pn-task-core-apps-x11-pimlico = "OE-Core" DISTRO_PN_ALIAS_pn-task-core-basic = "OE-Core" DISTRO_PN_ALIAS_pn-task-core-boot = "OE-Core" diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 896ce55483..6d9e4074fa 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -41,7 +41,7 @@ BBMASK = "" # "debug-tweaks" - make an image for suitable of development # e.g. ssh root access has a blank password # There are other application targets too, see meta/classes/poky-image.bbclass -# and meta/packages/tasks/task-poky.bb for more details. +# and meta/packages/tasks/task-core.bb for more details. EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" |