All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleksii Kurochko <oleksii.kurochko@gmail.com>
To: Trevor Woerner <twoerner@gmail.com>,
	yocto-patches@lists.yoctoproject.org
Subject: Re: [PATCH 2/3] u-boot: use upstream for radxa-zero-3{e|w}
Date: Sun, 15 Dec 2024 15:49:55 +0100	[thread overview]
Message-ID: <7a0bed0a-d85a-42ae-8756-77df1be8efcd@gmail.com> (raw)
In-Reply-To: <20241212195718.25203-2-twoerner@gmail.com>

Hi Trevor,

On 12/12/24 8:57 PM, Trevor Woerner wrote:
> Upstream U-Boot 2024.10 (the latest release supported by Yocto) has support
> for radxa-zero-3{e|w}. Therefore switch away from the fork where the initial
> U-Boot development for this board had been added.
>
> Reported-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>   recipes-bsp/u-boot/u-boot_%.bbappend | 4 ----
>   1 file changed, 4 deletions(-)
>
> diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
> index 06ba6d54de8e..08e1730b5d3d 100644
> --- a/recipes-bsp/u-boot/u-boot_%.bbappend
> +++ b/recipes-bsp/u-boot/u-boot_%.bbappend
> @@ -2,10 +2,6 @@ require u-boot-rockchip.inc
>   
>   FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
>   
> -SRC_URI:radxa-zero-3 = "git://github.com/Kwiboo/u-boot-rockchip.git;protocol=https;branch=rk3xxx-2024.07;name=Kwiboo"
> -SRCREV:radxa-zero-3 = "8cdf606e616baa36751f3b4adcfaefc781126c8c"
> -SRCREV:radxa-zero-3:rk-u-boot-env = "8cdf606e616baa36751f3b4adcfaefc781126c8c"
> -
>   SRC_URI:append:rk-u-boot-env = " file://rockchip-enable-environment-mmc.cfg"
>   
>   DEPENDS:append:rk3308 = " u-boot-tools-native"
I have a compilation issue after applying of this patch series:
     | scripts/kconfig/conf 
--defconfig=arch/../configs/radxa-zero-3-rk3566_defconfig Kconfig
     | ***
     | *** Can't find default configuration 
"arch/../configs/radxa-zero-3-rk3566_defconfig"!
     | ***
     | make[2]: *** 
[/home/ok/Projects/yocto/build/tmp/work/radxa_zero_3e-poky-linux/u-boot/2024.01/git/scripts/kconfig/Makefile:96: 
radxa-zero-3-rk3566_defconfig] Error 1


And it seems like there is not defconfig for radxa-zero-3 at all:

ok@fedora:~/Projects/yocto/build/tmp/work/radxa_zero_3e-poky-linux/u-boot/2024.01/git/configs$ 
ls -la radxa-
     radxa-cm3-io-rk3566_defconfig  radxa-e25-rk3568_defconfig 
radxa-zero2_defconfig          radxa-zero_defconfig


Should I apply something else except the current patch series?


Best regards,

  Oleksii



  reply	other threads:[~2024-12-15 14:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12 19:57 [PATCH 1/3] u-boot: switch to upstream SRCREV for rk-u-boot-env Trevor Woerner
2024-12-12 19:57 ` [PATCH 2/3] u-boot: use upstream for radxa-zero-3{e|w} Trevor Woerner
2024-12-15 14:49   ` Oleksii Kurochko [this message]
2024-12-15 14:59     ` Oleksii Kurochko
     [not found]     ` <181161B988FC6012.23577@lists.yoctoproject.org>
2024-12-15 15:15       ` [yocto-patches] " Oleksii Kurochko
2024-12-15 16:08         ` Trevor Woerner
2024-12-16  4:12   ` Trevor Woerner
2024-12-12 19:57 ` [PATCH 3/3] radxa-zero-3: switch to yocto-dev kernel Trevor Woerner
2024-12-15 15:10   ` Oleksii Kurochko
2024-12-15 16:10     ` Trevor Woerner
2024-12-15 17:30       ` [yocto-patches] " Oleksii Kurochko
2024-12-16  4:09   ` Trevor Woerner
2024-12-16  4:00 ` [PATCH 1/3] u-boot: switch to upstream SRCREV for rk-u-boot-env Trevor Woerner

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=7a0bed0a-d85a-42ae-8756-77df1be8efcd@gmail.com \
    --to=oleksii.kurochko@gmail.com \
    --cc=twoerner@gmail.com \
    --cc=yocto-patches@lists.yoctoproject.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.