summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/distro_tracking_fields.inc10
-rw-r--r--meta/conf/multilib.conf3
2 files changed, 9 insertions, 4 deletions
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index a7fc0112ff..9dfa6a9ac9 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -2460,9 +2460,13 @@ RECIPE_LATEST_VERSION_pn-core-image-sato-sdk = "1.0"
2460RECIPE_MAINTAINER_pn-core-image-sato-sdk = "Dongxiao Xu <dongxiao.xu@intel.com>" 2460RECIPE_MAINTAINER_pn-core-image-sato-sdk = "Dongxiao Xu <dongxiao.xu@intel.com>"
2461DISTRO_PN_ALIAS_pn-core-image-sdk = "OE-Core" 2461DISTRO_PN_ALIAS_pn-core-image-sdk = "OE-Core"
2462 2462
2463RECIPE_STATUS_pn-task-core = "green" 2463RECIPE_STATUS_pn-task-core-console = "green"
2464RECIPE_LATEST_VERSION_pn-task-core = "1.0" 2464RECIPE_LATEST_VERSION_pn-task-core-console = "1.0"
2465RECIPE_MAINTAINER_pn-task-core = "Dongxiao Xu <dongxiao.xu@intel.com>" 2465RECIPE_MAINTAINER_pn-task-core-console = "Dongxiao Xu <dongxiao.xu@intel.com>"
2466
2467RECIPE_STATUS_pn-task-core-x11 = "green"
2468RECIPE_LATEST_VERSION_pn-task-core-x11 = "1.0"
2469RECIPE_MAINTAINER_pn-task-core-x11 = "Dongxiao Xu <dongxiao.xu@intel.com>"
2466 2470
2467RECIPE_STATUS_pn-task-core-basic = "green" 2471RECIPE_STATUS_pn-task-core-basic = "green"
2468RECIPE_LATEST_VERSION_pn-task-core-basic = "1.0" 2472RECIPE_LATEST_VERSION_pn-task-core-basic = "1.0"
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 16db37548a..3133bf1831 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -368,12 +368,13 @@ BBCLASSEXTEND_append_pn-task-base = " ${MULTILIBS}"
368BBCLASSEXTEND_append_pn-task-core-apps-x11-pimlico = " ${MULTILIBS}" 368BBCLASSEXTEND_append_pn-task-core-apps-x11-pimlico = " ${MULTILIBS}"
369BBCLASSEXTEND_append_pn-task-core-basic = " ${MULTILIBS}" 369BBCLASSEXTEND_append_pn-task-core-basic = " ${MULTILIBS}"
370BBCLASSEXTEND_append_pn-task-core-boot = " ${MULTILIBS}" 370BBCLASSEXTEND_append_pn-task-core-boot = " ${MULTILIBS}"
371BBCLASSEXTEND_append_pn-task-core-console = " ${MULTILIBS}"
371BBCLASSEXTEND_append_pn-task-core-lsb = " ${MULTILIBS}" 372BBCLASSEXTEND_append_pn-task-core-lsb = " ${MULTILIBS}"
372BBCLASSEXTEND_append_pn-task-core = " ${MULTILIBS}"
373BBCLASSEXTEND_append_pn-task-core-nfs = " ${MULTILIBS}" 373BBCLASSEXTEND_append_pn-task-core-nfs = " ${MULTILIBS}"
374BBCLASSEXTEND_append_pn-task-core-ssh-dropbear = " ${MULTILIBS}" 374BBCLASSEXTEND_append_pn-task-core-ssh-dropbear = " ${MULTILIBS}"
375BBCLASSEXTEND_append_pn-task-core-ssh-openssh = " ${MULTILIBS}" 375BBCLASSEXTEND_append_pn-task-core-ssh-openssh = " ${MULTILIBS}"
376BBCLASSEXTEND_append_pn-task-core-tools = " ${MULTILIBS}" 376BBCLASSEXTEND_append_pn-task-core-tools = " ${MULTILIBS}"
377BBCLASSEXTEND_append_pn-task-core-x11 = " ${MULTILIBS}"
377BBCLASSEXTEND_append_pn-task-core-x11-sato = " ${MULTILIBS}" 378BBCLASSEXTEND_append_pn-task-core-x11-sato = " ${MULTILIBS}"
378BBCLASSEXTEND_append_pn-tasks = " ${MULTILIBS}" 379BBCLASSEXTEND_append_pn-tasks = " ${MULTILIBS}"
379BBCLASSEXTEND_append_pn-tcf-agent = " ${MULTILIBS}" 380BBCLASSEXTEND_append_pn-tcf-agent = " ${MULTILIBS}"