From patchwork Thu Oct 31 14:15:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 51619 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 10C1BD767CF for ; Thu, 31 Oct 2024 14:15:18 +0000 (UTC) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by mx.groups.io with SMTP id smtpd.web10.13519.1730384115662257080 for ; Thu, 31 Oct 2024 07:15:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=HpPLVYKi; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.45, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f45.google.com with SMTP id 5b1f17b1804b1-43155afca99so13073155e9.1 for ; Thu, 31 Oct 2024 07:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1730384114; x=1730988914; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=ty2ogSwUTSkUe2Kezo80CjN9yFuRab+33lFNtqXzEbM=; b=HpPLVYKi1a3OQqZ4e+vwZWySkgKZ6GjvRGiZUChXQNpC/wAdCmxOKPk/XBRxXvSk14 yhiDAV0MS3etfATepyIkt2qwApjmlmZDrkNiWITmx/yuiT7D/KWz9iWwN7X80JrBkCAd +/rK8V1bkeQL4xxgy7aOhqnebVlxRRyt5UrJo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730384114; x=1730988914; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=ty2ogSwUTSkUe2Kezo80CjN9yFuRab+33lFNtqXzEbM=; b=Llrb56mevOlkcpRvHAEUZP1spPTPKo4ots8v8ntUC7SBEO2LYCxkMz7ZwM8Co1BWEu eWK6ncXDs8EJM9H+a4LF4l3DhqWlsV31367I9S6r1uEFtpT9fCDm5p1zgMmzpXofOXUn JS6TqeVxH+az83ybqbqHz4ltw9mTn1OFoBQcIl6U6PcTb0lUiJfBhODfOh4x94h93R47 KZNxL53LMEtBk2iuAqOSimoI6ipPUX/F7ygNjwuyWe67xde9gNkJ4rOTU+uD/c0qyFKV fNPkQLl3DqKNrLHmb5Y8z0cwUJKADufjXEQ2WVNlZtmKzp1abuOPAuOXQpkBvG7dCxGX orxg== X-Gm-Message-State: AOJu0YwAC99fAZveq5oapBxZSx8D7oFO/gWcRzBELUWU8GhzNnJzQr/b YjlqkE1S1esTHl71X8uZsbqM4728Kv7ImyzLj+PafipeChS9Q5crqZCXA5Iik3MgoJSscNLI8J3 7Rj0= X-Google-Smtp-Source: AGHT+IHB9i3eQ2ehoxWa5I0ZlFpivxTSnLa/B47D+ACfj/gcfUYOG0phsN3oc6dg1CUGduWO5q3Tjg== X-Received: by 2002:a05:600c:198d:b0:431:55af:a220 with SMTP id 5b1f17b1804b1-4327dac12d0mr22621905e9.12.1730384113762; Thu, 31 Oct 2024 07:15:13 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:3ee1:1135:b938:d59c]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-431bd9180f2sm57248485e9.19.2024.10.31.07.15.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Oct 2024 07:15:13 -0700 (PDT) From: Richard Purdie To: yocto-patches@lists.yoctoproject.org Cc: docs@lists.yoctoproject.org Subject: [yocto-autobuilder-helper] [PATCH 1/2] scripts/run-docs-build: Add latexmk to tex install Date: Thu, 31 Oct 2024 14:15:11 +0000 Message-ID: <20241031141512.544354-1-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 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 ; Thu, 31 Oct 2024 14:15:18 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5632 Tweak the tex install command to include latexmk which is needed by the docs build process. Signed-off-by: Richard Purdie --- scripts/run-docs-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-docs-build b/scripts/run-docs-build index 4ba759c..bf1d261 100755 --- a/scripts/run-docs-build +++ b/scripts/run-docs-build @@ -57,7 +57,7 @@ if [ -e /srv/autobuilder/valkyrie.yocto.io/ ]; then zcat < install-tl-unx.tar.gz | tar xf - cd install-tl-*/ ./install-tl --scheme=small --texdir=${textooldir} --no-interaction - PATH=$PATH:${textooldir}/bin/x86_64-linux tlmgr install titlesec varwidth tabulary needspace upquote framed capt-of wrapfig fncychap gnu-freefont ctex + PATH=$PATH:${textooldir}/bin/x86_64-linux tlmgr install titlesec varwidth tabulary needspace upquote framed capt-of wrapfig fncychap gnu-freefont ctex latexmk popd fi PATH=$PATH:${textooldir}/bin/x86_64-linux From patchwork Thu Oct 31 14:15:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 51618 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 11C0FD767D4 for ; Thu, 31 Oct 2024 14:15:18 +0000 (UTC) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by mx.groups.io with SMTP id smtpd.web10.13521.1730384116070003071 for ; Thu, 31 Oct 2024 07:15:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=EvhwgfLy; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.53, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f53.google.com with SMTP id 5b1f17b1804b1-431481433bdso8691875e9.3 for ; Thu, 31 Oct 2024 07:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1730384114; x=1730988914; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=NDnjLsvMEW/+R5FRlozxBhBm55vKn2wVbN6PNF0uwv8=; b=EvhwgfLyr6i91t4IckSoc5woAQ3So+Tx3OVR3lKpVfm5pedHQrzzJ1XfCHSbgO0i4K R5gWo9puCH5byJiync1HoEy66pCY1uZ2C1XIhdaWxOXFf69o1xksqA3Nn8KW6w11ppVi tD5IJDX3LQ93bT0Llquts/KAIq+QucQibCJ/8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730384114; x=1730988914; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NDnjLsvMEW/+R5FRlozxBhBm55vKn2wVbN6PNF0uwv8=; b=Fuv4JvZocoOPiEalqDYWVX6y1BL8HVph6aw+BArbDzw+IgXr256DpXhTMnMsmlBpx9 FhxdWToo2XzfV2xQ+azi3eQCtHF94nSHNl7R7ZgkDXhbboHmIFJeKsalu1pvyF7WzvRC GMkz0F7uDvV4+b8zU3bcpiPnteC/w6iJniprUjlPN1h2x5000Agg3YTEOFO/XEVleLw2 WSCLWgt8XEyAbiZQ/2wNtl5RLayuucL7LnvTc/wP0ObYyBY41/GPgdXLVB0rJvkcgau7 oN8BCB7CgutOeBE/2XhI6049s32xcfizrCveAi+QS9zumDG3rz/kIWD4i8OMO/BKCveb lCMw== X-Gm-Message-State: AOJu0YwEnSySrBOq3P+Tn7OLWYVEAkV5xAm7U8NWSS4oi/eX7n7KmDJS rSxFGBYkOVSuQABImEiFrsgBt5emo3rDFavYIPYc0VoqtoOaqxMecrbYzaB6J1JKpjUSvfV6GbW rQS4= X-Google-Smtp-Source: AGHT+IE39NeWfdMGb0ux5zDImFAVcwMjbCZdi5WafGHKyLkIDn37qkFFom/KqbHcvhM8mS4IzkcetA== X-Received: by 2002:a05:600c:4f04:b0:42c:acb0:dda5 with SMTP id 5b1f17b1804b1-4327b6f9574mr31547705e9.1.1730384114478; Thu, 31 Oct 2024 07:15:14 -0700 (PDT) Received: from max.int.rpsys.net ([2001:8b0:aba:5f3c:3ee1:1135:b938:d59c]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-431bd9180f2sm57248485e9.19.2024.10.31.07.15.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Oct 2024 07:15:14 -0700 (PDT) From: Richard Purdie To: yocto-patches@lists.yoctoproject.org Cc: docs@lists.yoctoproject.org Subject: [yocto-autobuilder-helper] [PATCH 2/2] scripts/run-docs-build: Add support for multiple buildtools and add modified 5.1 option Date: Thu, 31 Oct 2024 14:15:12 +0000 Message-ID: <20241031141512.544354-2-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241031141512.544354-1-richard.purdie@linuxfoundation.org> References: <20241031141512.544354-1-richard.purdie@linuxfoundation.org> MIME-Version: 1.0 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 ; Thu, 31 Oct 2024 14:15:18 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5633 Add a modified 5.1 buildtools tarball for docs builds which has support for svg -> png conversion using rsvg-convert. Older releases need older docs buildtools. Add support for this in the build script for docs, installing both and choosing depending on how old the main release branch is. For now I've put the changeover at scarthgap, it may be possible to make it older. I know kirkstone fails with the new tools. Bitbake doesn't need this since it's docs work fine with both versions. The actual docs build is done in a subshell so we can choose the environment. We may need to improve the selection logic in future since some branches may start to build with the newer tools after backports. Signed-off-by: Richard Purdie --- scripts/run-docs-build | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/scripts/run-docs-build b/scripts/run-docs-build index bf1d261..9945d6b 100755 --- a/scripts/run-docs-build +++ b/scripts/run-docs-build @@ -25,22 +25,36 @@ outputdir=$builddir/output scriptdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" PUBLISH=${PUBLISH:-1} sharedir=`jq -r '.["BASE_SHAREDDIR"]' < $HOME/config-local.json` -buildtools_url=${buildtools_url:-https://downloads.yoctoproject.org/releases/yocto/yocto-4.1.2/buildtools/x86_64-buildtools-docs-nativesdk-standalone-4.1.2.sh} +# Modified 5.1 tools image to include rsvg, switch to next released version +buildtools_url=${buildtools_url:-https://downloads.yoctoproject.org/releases/yocto/yocto-4.1.2/buildtools/x86_64-buildtools-docs-nativesdk-standalone-5.1-modified.sh} +buildtools_url_old=${buildtools_url_old:-https://downloads.yoctoproject.org/releases/yocto/yocto-4.1.2/buildtools/x86_64-buildtools-docs-nativesdk-standalone-4.1.2.sh} docbookarchive_url=${docbookarchive_url:-https://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-archives-20201105.tar.xz} + buildtools_name=`basename $buildtools_url` buildtools_localpath=${sharedir}/cluster-downloads-cache/${buildtools_name} - if [ ! -e ${buildtools_localpath} ]; then mkdir -p `dirname ${buildtools_localpath}` wget ${buildtools_url} -O ${buildtools_localpath} chmod a+x ${buildtools_localpath} fi - cd $builddir mkdir buildtools ${buildtools_localpath} -y -d $builddir/buildtools -. $builddir/buildtools/environment-setup* + + +buildtools_name_old=`basename $buildtools_url_old` +buildtools_localpath_old=${sharedir}/cluster-downloads-cache/${buildtools_name_old} +if [ ! -e ${buildtools_localpath_old} ]; then + mkdir -p `dirname ${buildtools_localpath_old}` + wget ${buildtools_url_old} -O ${buildtools_localpath_old} + chmod a+x ${buildtools_localpath_old} +fi + +cd $builddir +mkdir buildtools-old +${buildtools_localpath_old} -y -d $builddir/buildtools-old + # To build the latexpdf output we need Xetex (which can handle international characters) # Rather than require it on all autobuilder workers, along with dependencies, we install @@ -99,8 +113,12 @@ for branch in 1.46 $(git branch --remote --contains "$first_sphinx_commit" --for git reset --hard git clean -ffdx git checkout origin/master releases.rst - make clean - SPHINXOPTS="-j auto" make publish + + ( + . $builddir/buildtools/environment-setup* + make clean + SPHINXOPTS="-j auto" make publish + ) if [ "$branch" = "master-next" ]; then branch="next" @@ -182,8 +200,16 @@ for branch in "$ypdocsbranch" dunfell $(git branch --remote --contains "$first_s esac fi - make clean - SPHINXOPTS="-j auto" make publish + ( + # Anything older than scarthgap needs the older buildtools + if git merge-base --is-ancestor 0cdc0afd3332459d30cfc8f4c2e62bdcc23f5ed5 HEAD; then + . $builddir/buildtools/environment-setup* + else + . $builddir/buildtools-old/environment-setup* + fi + make clean + SPHINXOPTS="-j auto" make publish + ) # Strip yocto- from tag names branch=$(echo "$branch" | sed 's/yocto-//')