[meta-ti][scarthgap][PATCH 0/4] Backport ti-core-initramfs to scarthgap for j722s NFS boot
Moteen Shah <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
Backport of the ti-core-initramfs + initramfs-module-netsetup
infrastructure (originally developed on wrynose/master-next) to
scarthgap, scoped to what j722s NFS boot actually needs.
Moteen Shah (3):
recipes-ti: initramfs: add ti-core-initramfs image and packagegroup
recipes-ti: initramfs: add initramfs-module-netsetup for DHCP before
NFS root mount
recipes-ti: initramfs: add j722s CPSW proxy-client kernel modules to
netsetup
Ryan Eatmon (1):
conf: machine: k3: fix weak IMAGE_BOOT_FILES assignment
meta-ti-bsp/conf/machine/include/k3.inc | 2 +-
.../machine/include/ti-core-initramfs.inc | 23 ++++++++
meta-ti-bsp/conf/machine/include/ti-soc.inc | 1 +
.../initramfs-module-netsetup/83-netsetup | 54 +++++++++++++++++++
.../initramfs-module-netsetup_1.0.bb | 45 ++++++++++++++++
.../packagegroup-ti-core-initramfs.bb | 28 ++++++++++
.../recipes-ti/initramfs/ti-core-initramfs.bb | 37 +++++++++++++
7 files changed, 189 insertions(+), 1 deletion(-)
create mode 100644 meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc
create mode 100755 meta-ti-bsp/recipes-ti/initramfs/initramfs-module-netsetup/83-netsetup
create mode 100644 meta-ti-bsp/recipes-ti/initramfs/initramfs-module-netsetup_1.0.bb
create mode 100644 meta-ti-bsp/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bb
create mode 100644 meta-ti-bsp/recipes-ti/initramfs/ti-core-initramfs.bb
--
2.34.1