From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Dimi Tomov <dimi@tpm.dev>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 15/33] package/wolftpm: fix typo on BR2_PACKAGE_WOLFTPM_NUVOTON
Date: Mon, 15 Aug 2022 20:03:11 +0200 [thread overview]
Message-ID: <20220815180311.GD2854108@scaer> (raw)
In-Reply-To: <8e524c0dd15e9f344bdf10cedea33548@tpm.dev>
Dimi, Al,,
On 2022-08-15 20:46 +0300, Dimi Tomov spake thusly:
> This is intended and not a typo.
>
> If you rename BR2_PACKAGE_WOLFTPM_NUVOTON to ... NPCT750 it would not match
> the actual wolfTPM options that is "--enable-nuvoton".
I am afraid you got it wrong. The option is still named
BR2_PACKAGE_WOLFTPM_NUVOTON.
However, in the .mk, it was referenced as BR2_PACKAGE_WOLFTPM_NPCT750
which does not exist and is not defined anywhere.
So, all the patch does is use the correct option from Kconfig:
> >-ifeq ($(BR2_PACKAGE_WOLFTPM_NPCT750),y)
> >+ifeq ($(BR2_PACKAGE_WOLFTPM_NUVOTON),y)
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-08-15 18:03 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-14 23:38 [Buildroot] [PATCH 00/33] fix typos Ricardo Martincoski
2022-08-14 23:38 ` [Buildroot] [PATCH 01/33] package/tclap: fix typo on help Ricardo Martincoski
2022-08-15 9:52 ` Thomas Huth
2022-09-16 11:39 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 02/33] package/ti-gfx: " Ricardo Martincoski
2022-09-16 11:39 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 03/33] package/gcnano-binaries: " Ricardo Martincoski
2022-09-16 11:39 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 04/33] package/ace: fix typo on variable names Ricardo Martincoski
2022-09-16 11:39 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 05/33] package/c-capnproto: use space after depends on Ricardo Martincoski
2022-09-16 11:39 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 06/33] package/kvm-unit-tests: do not use "select...if SYMBOL=y" Ricardo Martincoski
2022-08-15 9:51 ` Thomas Huth
2022-09-16 11:39 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 07/33] Config.in.legacy: add missing select Ricardo Martincoski
2022-09-16 11:40 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 08/33] package/libvncserver: fix typo on BR2_nios2 Ricardo Martincoski
2022-09-16 11:40 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 09/33] package/libgpg-error: fix typo for BR2_aarch64_be Ricardo Martincoski
2022-09-16 11:40 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 10/33] package/freeswitch: fix typo on BR2_powerpc64le Ricardo Martincoski
2022-09-16 11:40 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 11/33] package/uclibc: drop old SPARC symbols Ricardo Martincoski
2022-09-16 11:40 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 12/33] package/tcf-agent: drop bogus BR2_powerpcle Ricardo Martincoski
2022-09-16 11:40 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 13/33] package/qemu: fix typo on STAGING_DIR Ricardo Martincoski
2022-09-16 11:40 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 14/33] package/tesseract-ocr: fix typo on BR2_PACKAGE_TESSERACT_OCR_LANG_GER Ricardo Martincoski
2022-09-16 11:41 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 15/33] package/wolftpm: fix typo on BR2_PACKAGE_WOLFTPM_NUVOTON Ricardo Martincoski
2022-08-15 17:46 ` Dimi Tomov
2022-08-15 18:03 ` Yann E. MORIN [this message]
2022-08-15 20:10 ` Dimi Tomov
2022-08-14 23:38 ` [Buildroot] [PATCH 16/33] package/kodi: fix typo on BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_X11 Ricardo Martincoski
2022-09-16 11:41 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 17/33] package/sconeserver: fix typo on BR2_STATIC_LIBS Ricardo Martincoski
2022-09-16 11:41 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 18/33] package/libglvnd: fix typo on BR2_PACKAGE_XORGPROTO Ricardo Martincoski
2022-09-16 11:41 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 19/33] boot/optee-os: fix typo on BR2_TARGET_OPTEE_OS_LATEST Ricardo Martincoski
2022-08-14 23:38 ` [Buildroot] [PATCH 20/33] package/busybox: fix typo on BR2_PACKAGE_NETCAT_OPENBSD Ricardo Martincoski
2022-09-16 11:42 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 21/33] package/jquery-ui-themes: fix typo on BR2_PACKAGE_JQUERY_UI_THEMES_VADER Ricardo Martincoski
2022-09-16 11:42 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 22/33] package/gstreamer1/gst1-plugins-bad: fix typo on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS Ricardo Martincoski
2022-09-16 11:42 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 23/33] package/pcsc-lite: fix typo on BR2_PACKAGE_PCSC_LITE_* Ricardo Martincoski
2022-09-16 11:42 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 24/33] package/zeek: drop bogus PYTHON3_HASHLIB Ricardo Martincoski
2022-08-14 23:38 ` [Buildroot] [PATCH 25/33] package/cups: drop bogus libpaper dependency Ricardo Martincoski
2022-09-16 11:42 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 26/33] package/ranger: drop bogus BR2_PACKAGE_PYTHON_PYC_ONLY Ricardo Martincoski
2022-09-16 11:43 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 27/33] package/openocd: drop bogus BR2_PACKAGE_OPENOCD_ZY1000* Ricardo Martincoski
2022-09-16 11:43 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 28/33] package/directfb: drop bogus BR2_PACKAGE_DIRECTFB_CYBER5K Ricardo Martincoski
2022-09-16 11:43 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 29/33] package/x11r7/xserver_xorg-server: drop bogus BR2_PACKAGE_XSERVER_XORG_SERVER_BUILTIN_FONTS Ricardo Martincoski
2022-09-16 11:43 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 30/33] package/gstreamer1/gst1-plugins-good: drop bogus BR2_PACKAGE_GST1_PLUGINS_GOOD_ZLIB Ricardo Martincoski
2022-09-16 11:44 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 31/33] package/libsepol: drop bogus BR2_TOOLCHAIN_HEADERS_AT_LEAST_2_6 Ricardo Martincoski
2022-09-16 11:44 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 32/33] package/python-pygame: drop bogus BR2_PACKAGE_PYTHON_PYGAME_MIXER_MUSIC Ricardo Martincoski
2022-09-16 11:44 ` Peter Korsgaard
2022-08-14 23:38 ` [Buildroot] [PATCH 33/33] utils/check-symbols: new script Ricardo Martincoski
2022-08-15 9:33 ` Thomas Petazzoni via buildroot
2022-08-15 14:49 ` Arnout Vandecappelle
2022-08-15 9:29 ` [Buildroot] [PATCH 00/33] fix typos Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220815180311.GD2854108@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=dimi@tpm.dev \
--cc=ricardo.martincoski@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox