diff --git a/sources/bitbake b/sources/bitbake index 3b88562d8..f0fc0fe94 160000 --- a/sources/bitbake +++ b/sources/bitbake @@ -1 +1 @@ -Subproject commit 3b88562d87ac94725c1a683c859c2a6a3287d173 +Subproject commit f0fc0fe94161d4dd4f34df8426222ac590ef6736 diff --git a/sources/meta-clang b/sources/meta-clang index 967b2c074..6d4ebdff6 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 967b2c074ca9d084d325e407cd5f8b32d6a406ec +Subproject commit 6d4ebdff6099f80716acc99efc3e49b8e9ea9a39 diff --git a/sources/meta-freescale b/sources/meta-freescale index e1687f81e..e4f465dbc 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a +Subproject commit e4f465dbcb083028ca29807a342e0fec0e0e25ed diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index bf7ae437e..dc91d5ec1 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit bf7ae437e6dfdfc2f5bbc22cdd93bee2b69f44b7 +Subproject commit dc91d5ec1c78af6b31a3dd1b1e489c20dacf5df3 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 44a810f34..cf0ed4239 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 44a810f34e20c7985b0bcbdf71943799b278ecc7 +Subproject commit cf0ed4239196a76800f8c2facb5a285409b8147a diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 76994f2f4..ab4d14646 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -37,7 +37,7 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" # Allow reusing DL_DIR from the current build as a mirror for other builds. BB_GENERATE_MIRROR_TARBALLS = "1" -PRSERV_HOST = "localhost:0" +#PRSERV_HOST = "localhost:0" TCLIBCAPPEND = "" BUILDHISTORY_COMMIT ?= "1" @@ -82,7 +82,7 @@ ERROR_QA:append = " ${WARN_TO_ERROR_QA}" # are: # - 'buildstats' collect build statistics # - 'image-swab' to perform host system intrusion detection -USER_CLASSES ?= "buildhistory buildstats buildstats-summary" +USER_CLASSES ?= "buildstats buildstats-summary" IMAGE_CLASSES += "testimage testsdk"