From patchwork Fri Nov 3 19:52:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33658 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9259EC27C5D for ; Fri, 3 Nov 2023 19:53:07 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.63863.1699041165611404386 for ; Fri, 03 Nov 2023 12:52:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=D76ppVXD; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=p9Xhm6Qh; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018b96bee760-b69264aa-7a04-4834-9a2a-441c0ffc8334-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1699041175; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=s5fryYGHE10CiK/087XP2bU7JqmzVHgHNXuUZ9aXqrI=; b=D76ppVXD6Y2glrFcBv/sPtzO5iCjChl236323uqXphAWbRpJpn/yEwq23Ih9Eo/n Ox6BiQpYrKHcIzmOBRbmzs8SGogzeSi37Z7bl+CXXmJMej7CAmdM9flzEyodp89X/RA VUgFWZpekxKxS+k0xUTONSnkQVySPwDRNkhVaW9k= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041175; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=s5fryYGHE10CiK/087XP2bU7JqmzVHgHNXuUZ9aXqrI=; b=p9Xhm6QhIqZy/vIwieifRk3Ery8zBclRql+tnZRxIqDIbWcKWSwx4eX1D1gmFZSm 1/6XEsZ9rWOzlGl4ufyWnCuXJosB5GL7Zy3Fp7h7xATO2rbKLqlPtD4L97PqvuGUyOf xyL09qvQsKEGuKmqyWcSZOKQ4zTIho1OIX7bDAok= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] toybox: upgrading to 0.8.10 SUCCEEDED Message-ID: <0101018b96bee760-b69264aa-7a04-4834-9a2a-441c0ffc8334-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:55 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-54.240.27.191 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 03 Nov 2023 19:53:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106024 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *toybox* to *0.8.10* has Succeeded. Next steps: - apply the patch: git am 0001-toybox-upgrade-0.8.8-0.8.10.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From d92e0cf96da684965640df75dc819be3b888a4ed Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 18:49:53 +0000 Subject: [PATCH] toybox: upgrade 0.8.8 -> 0.8.10 --- ...timer_settime_wrap-for-32bit-systems.patch | 37 ------------------- .../{toybox_0.8.8.bb => toybox_0.8.10.bb} | 6 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 meta-oe/recipes-core/toybox/toybox/0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch rename meta-oe/recipes-core/toybox/{toybox_0.8.8.bb => toybox_0.8.10.bb} (95%) diff --git a/meta-oe/recipes-core/toybox/toybox/0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch b/meta-oe/recipes-core/toybox/toybox/0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch deleted file mode 100644 index 8976b3748..000000000 --- a/meta-oe/recipes-core/toybox/toybox/0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 7284c7ae0df9aa5a9c8aa0a81a018e17289fe2c4 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Thu, 8 Sep 2022 07:22:26 -0700 -Subject: [PATCH] portability: Fix timer_settime_wrap for 32bit systems with - 64bit time_t - -glibc does not define SYS_timer_settime if the 32bit syscall is not -available, new architectures like riscv32 has defaulted to 64bit time_t -from get go and avoided wiring 32bit syscall, therefore alias it to -64bit version here - -Upstream-Status: Submitted [https://github.com/landley/toybox/pull/373] -Signed-off-by: Khem Raj ---- - lib/portability.c | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/lib/portability.c b/lib/portability.c -index d955d081..4baa9367 100644 ---- a/lib/portability.c -+++ b/lib/portability.c -@@ -711,6 +711,12 @@ int timer_create_wrap(clockid_t c, struct sigevent *se, timer_t *t) - return 0; - } - -+#if !defined(SYS_timer_settime) && defined(SYS_timer_settime64) -+// glibc does not define defines SYS_timer_settime on 32-bit systems -+// with 64-bit time_t defaults e.g. riscv32 -+#define SYS_timer_settime SYS_timer_settime64 -+#endif -+ - int timer_settime_wrap(timer_t t, int flags, struct itimerspec *val, - struct itimerspec *old) - { --- -2.37.3 - diff --git a/meta-oe/recipes-core/toybox/toybox_0.8.8.bb b/meta-oe/recipes-core/toybox/toybox_0.8.10.bb similarity index 95% rename from meta-oe/recipes-core/toybox/toybox_0.8.8.bb rename to meta-oe/recipes-core/toybox/toybox_0.8.10.bb index 6836b1468..d747ebf36 100644 --- a/meta-oe/recipes-core/toybox/toybox_0.8.8.bb +++ b/meta-oe/recipes-core/toybox/toybox_0.8.10.bb @@ -7,10 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78659a599b9325da368f2f1eb88f19c7" inherit cml1 update-alternatives -SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz \ - file://0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch \ - " -SRC_URI[sha256sum] = "dafd41978d40f02a61cf1be99a2b4a25812bbfb9c3157e679ee7611202d6ac58" +SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz" +SRC_URI[sha256sum] = "d3afee05ca90bf425ced73f527e418fecd626c5340b5f58711a14531f8d7d108" SECTION = "base"