Yocto Project Discussions
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH v2 0/1] rock-pi-s: add
@ 2023-10-31 12:58 Trevor Woerner
  2023-10-31 12:58 ` [meta-rockchip][PATCH v2 1/1] " Trevor Woerner
  0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2023-10-31 12:58 UTC (permalink / raw)
  To: yocto

Add a new MACHINE: rock-pi-s

changes since v1:
- while the actual patch to add the rock-pi-s was not merged, all of the
  cleanup patches that were submitted in advance of the "add" patch (and
  were part of the original series) were applied, therefore those patches
  are dropped from this version
- upstream master now contains a version of u-boot that supports the
  rock-pi-s, therefore using rk3308-specific overrides in the u-boot
  bbappend is no longer necessary
- add a separate rk3308-rkbin recipe instead of loading the rockchip-rkbin
  recipe with rk3308-specific overrides
- allow the user to choose whether they want the rkbin and u-boot debug
  messages to show up on the console (i.e. use an older version of rkbin)
  or have gibberish until the linux kernel starts (use the latest version
  of rkbin) by setting (or not) a variable; default is to use an older
  version

Trevor Woerner (1):
  rock-pi-s: add

 README                                      | 22 +++++++++++
 conf/machine/include/rk3308.inc             | 18 +++++++++
 conf/machine/rock-pi-s.conf                 | 11 ++++++
 recipes-bsp/rkbin/rk3308-rkbin_git.bb       | 41 +++++++++++++++++++++
 recipes-bsp/rkbin/rockchip-rkbin_git.bb     | 10 +++++
 recipes-bsp/u-boot/u-boot%.bbappend         |  8 ++++
 recipes-kernel/linux/linux-yocto_%.bbappend |  1 +
 7 files changed, 111 insertions(+)
 create mode 100644 conf/machine/include/rk3308.inc
 create mode 100644 conf/machine/rock-pi-s.conf
 create mode 100644 recipes-bsp/rkbin/rk3308-rkbin_git.bb

-- 
2.41.0.327.gaa9166bcc0ba



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-31 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-31 12:58 [meta-rockchip][PATCH v2 0/1] rock-pi-s: add Trevor Woerner
2023-10-31 12:58 ` [meta-rockchip][PATCH v2 1/1] " Trevor Woerner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox