Date
1 - 5 of 5
[PATCH yocto-autobuilder-helper] Enable canary builds for meta-aws[aws-iot-device-sdk-cpp-v2] on x86-64 and arm64.
Richard Elberger
Hello,
toggle quoted message
Show quoted text
What can I do to move this patch along - or did I miss anything? Apologies for my ignorance, it's my first time submitting a patch to YP. Richard Elberger On 7/20/21 7:08 AM, rpcme.github@... wrote:
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. --
Richard Elberger Principal Technologist AWS IoT +1 646.927.6897 +1 203.942.8039 – mobile elberger@... – email |
|
Richard Purdie
On Thu, 2021-07-22 at 16:05 -0400, elberger via lists.yoctoproject.org wrote:
Hello,I can't see the patch in the mailing list archives: https://lists.yoctoproject.org/g/yocto/topics? only your reply: https://lists.yoctoproject.org/g/yocto/topic/patch/84387478? so I don't think the original patch made it to the list? Since I never saw it there, I couldn't apply it! Cheers, Richard |
|
Richard Elberger
Ok let me give it a shot again - I'll
get there :)
On 7/22/21 4:51 PM, Richard Purdie
wrote:
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. On Thu, 2021-07-22 at 16:05 -0400, elberger via lists.yoctoproject.org wrote:Hello, What can I do to move this patch along - or did I miss anything? Apologies for my ignorance, it's my first time submitting a patch to YP.I can't see the patch in the mailing list archives: https://lists.yoctoproject.org/g/yocto/topics? only your reply: https://lists.yoctoproject.org/g/yocto/topic/patch/84387478? so I don't think the original patch made it to the list? Since I never saw it there, I couldn't apply it! Cheers, Richard
-- Richard Elberger Principal Technologist AWS IoT +1 646.927.6897 +1 203.942.8039 – mobile elberger@... – email |
|
Richard Elberger
From: Richard Elberger <elberger@...>
This patch provides the buildbot system to make the aws-iot-device-sdk-cpp-v2. - build on poky - meta-openembedded and meta-aws are additional repo dependencies - build for the two dominant architectures: x86-64 and arm64. Signed-off-by: Richard Elberger <elberger@...> --- config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config.json b/config.json index 3709b40..f04fac8 100644 --- a/config.json +++ b/config.json @@ -350,6 +350,23 @@ "BBTARGETS": "agl-image-core-autobuilder" } }, + "meta-aws" : { + "NEEDREPOS" : ["poky", "meta-openembedded", "meta-aws"], + "ADDLAYER" : [ + "${BUILDDIR}/../meta-openembedded/meta-oe", + "${BUILDDIR}/../meta-openembedded/meta-networking", + "${BUILDDIR}/../meta-openembedded/meta-python", + "${BUILDDIR}/../meta-aws" + ], + "step1" : { + "MACHINE": "qemux86-64", + "BBTARGETS": "aws-iot-device-sdk-cpp-v2" + }, + "step2" : { + "MACHINE": "qemuarm64", + "BBTARGETS": "aws-iot-device-sdk-cpp-v2" + } + }, "bringup" : { "BUILDINFO" : true, "SSTATEDIR" : ["SSTATE_DIR ?= '${HELPERBUILDDIR}/sstate'"], -- 2.17.1 |
|
Richard Purdie
On Thu, 2021-07-22 at 17:29 -0400, elberger via lists.yoctoproject.org wrote:
From: Richard Elberger <elberger@...>The ordering isn't correct here since they have to be added in dependency order and for some reason this was different to the patch we discussed previously. I've just gone ahead and fixed it. Cheers, Richard |
|