From 37b97fbd56fe3aec5c4c28171a4a60cc31aee855 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Apr 2020 19:29:54 -0700 Subject: [PATCH 1/4] Update layers and switch oe-core to yoe/dunfell This ensures we can carry the needed patches on top of upsteam dunfell * sources/meta-altera b01a0aa...0c518d2 (1): > Add de10-nano configuration * sources/meta-atmel 975519a...2f16c93 (1): > linux-at91: Bump to linux4sam-2020.04-rc1 * sources/meta-intel 77a0e289...4162501e (1): > mkl-dnn: upgrade 1.2.2 -> 1.4 * sources/openembedded-core 1795f30d8a...05313bd1f7 (15): > packagegroup-go-sdk-target: Add go to packagegroup > go: Rely on go-runtime to provide needed modules > binutils: Install PIC version of libiberty.a > binutils: Detect proper static-libstdc++ support when using clang > gcc: Configure all gccs with --disable-install-libiberty > packagegroup-go-sdk-target: Enable on rv64 > ruby: Link with libucontext on musl > libucontext: Bring in mips/mips64 support > lto.inc: Add global LTO distro policy file > report-error.bbclass: replace angle brackets with < and > > report-error: Allow to upload reports automatically > linux-yocto: Add powerpc64le support > qemuppc64: Add a QEMU machine definition for ppc64 > qemux86: Add identical qemux86copy variant for tests > runit: Add runit and related recipes Signed-off-by: Khem Raj --- .gitmodules | 2 +- sources/meta-altera | 2 +- sources/meta-atmel | 2 +- sources/meta-intel | 2 +- sources/openembedded-core | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index f5ad80c69..a5a687f83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "sources/openembedded-core"] path = sources/openembedded-core url = https://github.com/YoeDistro/openembedded-core - branch = dunfell + branch = yoe/dunfell [submodule "sources/meta-openembedded"] path = sources/meta-openembedded url = https://github.com/YoeDistro/meta-openembedded diff --git a/sources/meta-altera b/sources/meta-altera index b01a0aa4f..0c518d239 160000 --- a/sources/meta-altera +++ b/sources/meta-altera @@ -1 +1 @@ -Subproject commit b01a0aa4fd93d364b1358ae5b076ebdad35f9a7e +Subproject commit 0c518d23992fb879bfb71278cf1bfa63aae66066 diff --git a/sources/meta-atmel b/sources/meta-atmel index 975519a56..2f16c93db 160000 --- a/sources/meta-atmel +++ b/sources/meta-atmel @@ -1 +1 @@ -Subproject commit 975519a56b433028182f67ab23b7fde19bc94120 +Subproject commit 2f16c93dbd5e96250b87b4c2809ac44c23eec622 diff --git a/sources/meta-intel b/sources/meta-intel index 77a0e289d..4162501e8 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 77a0e289d5df928a5d5c9c659c850e7b46505711 +Subproject commit 4162501e85481827f2ef65afe86a29cdd89cb57e diff --git a/sources/openembedded-core b/sources/openembedded-core index 1795f30d8..05313bd1f 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 1795f30d8ab73d35710ca99064c51190dc84853e +Subproject commit 05313bd1f7d7afce524815c1f676602524d5fa6d From 71a8ef0ca680630df0eec7a7cc1b6062741ae74a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Apr 2020 19:38:02 -0700 Subject: [PATCH 2/4] update meta-openembedded * sources/meta-openembedded b1aa5f785...b5f510e48 (24): > Remove LICENSE = "MIT" from images > meta-initramfs: put images and initrdscripts in recipes-core > babl: Disable ffp-exception-behavior on riscv/clang > python3-ordered-set: Enable ptest > python3-jsmin: Enable ptest > python3-pytz: Enable ptest > python3-multidict: Enable ptest > hostapd: CVE-2019-16275.patch > Android-tools: Support Risc-V ISA > python3-msgpack: Enable ptest > python3-more-itertools: Enable ptest > python3-markupsafe: Enable ptest > python3-license-expression: Enable ptest > python3-jsonpointer: Enable ptest > python3-jinja2: Enable ptest > python3-jdcal: Enable ptest > kexecboot(-klibc): update recipe to master on github (5a5e04b) > utouch-evemu: Correctly specify PV to match upstream > utouch-evemu: correct Fix build for 32bit arches with 64bit time_t > xcb-util-cursor: initial add 0.1.3 > openh264: Upgrade to 2.1.0 > sysdig: Do not depend on luaJIT for riscv > libuv: upgrade 1.35.0 -> 1.36.0 > fbgrab: upgrade 1.3.1 -> 1.3.3 Signed-off-by: Khem Raj --- sources/meta-openembedded | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-openembedded b/sources/meta-openembedded index b1aa5f785..b5f510e48 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit b1aa5f785094d25765657f1df7db0748680ae7fb +Subproject commit b5f510e48080b6dc710ff4800feb90ef679c5456 From 969db3511f9d8e130d5c495a9f8cf51458796cf2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Apr 2020 11:41:16 -0700 Subject: [PATCH 3/4] drone: Define needed variables to report errors into yocto errors server Signed-off-by: Khem Raj --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 172bac95c..284991c77 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,6 +33,10 @@ steps: - echo SSTATE_DIR = \"$SSTATE_CACHE_DIR\" >> conf/local.conf - echo IMAGE_CLASSES += \"testimage testsdk\" >> conf/local.conf - echo INHERIT += \"report-error rm_work\" >> conf/local.conf + - echo ERR_REPORT_SERVER = \"errors.yoctoproject.org\" >> conf/local.conf + - echo ERR_REPORT_PORT = \"80\" >> conf/local.conf + - echo ERR_REPORT_USERNAME = \"Drone Autobuilder\" >> conf/local.conf + - echo ERR_REPORT_EMAIL = \"info@yoedistro.org\" >> conf/local.conf # - echo TESTIMAGE_AUTO_qemuall = \"1\" >> conf/local.conf - /bin/bash -c ". ./qemuarm64-envsetup.sh && bitbake yoe-debug-image" - /bin/bash -c ". ./qemuarm64-envsetup.sh && resulttool report build/tmp" From db47de89ddb417ab91799979feb348ed8f427d33 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 Apr 2020 10:15:45 -0700 Subject: [PATCH 4/4] site.conf: Update feed URI and eSDK feed URI This is the final location of feeds for Yoe Signed-off-by: Khem Raj --- conf/site.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/site.conf b/conf/site.conf index 1bf20df84..f643f4875 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -25,9 +25,9 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" EXTRA_IMAGE_FEATURES = "debug-tweaks" # Define a feedserver template to be part of rootfs -PACKAGE_FEED_URIS ??= "http://10.0.0.10:8000" +PACKAGE_FEED_URIS ??= "https://s3.wasabisys.com/yoe-feed/${DISTRO_VERSION}/${TCLIBC}" # eSDK update mechanism for end-users -SDK_UPDATE_URL ??= "http://10.0.0.10:8000" +SDK_UPDATE_URL ??= "https://s3.wasabisys.com/yoe-sdk/${DISTRO_VERSION}/${TCLIBC}" # # Qemu configuration #