diff options
author | Vivien Didelot <vivien.didelot@gmail.com> | 2022-02-22 04:13:58 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:39 -0600 |
commit | 852a93501e85e8dfeed01868f15ee02ef3081781 (patch) | |
tree | 8c49aac683d1bd935fbb9599f2a299cb76e500bc /meta-ti-bsp/conf/machine/beaglebone.conf | |
parent | b8f1562bee13ea2c5b65fc2bb228097d1049c7d8 (diff) | |
download | meta-ti-852a93501e85e8dfeed01868f15ee02ef3081781.tar.gz |
beaglebone: move kernel and dtb to packagegroup-core-boot
Require kernel image and device tree as machine-specific packages with
MACHINE_ESSENTIAL_EXTRA_RDEPENDS instead of appending IMAGE_INSTALL.
This binds the packages to the packagegroup-core-boot package group,
allowing one to skip their installation, e.g. for container trees.
This patch reflects commit d4cbe0e43393 [1] from meta-yocto-bsp
("beaglebone-yocto: move kernel and dtb to packagegroup-core-boot").
[1] https://git.yoctoproject.org/meta-yocto/commit/?id=d4cbe0e43393ec70e98caf006372b5311597d377
Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beaglebone.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone.conf b/meta-ti-bsp/conf/machine/beaglebone.conf index cce8fd09..bc66102b 100644 --- a/meta-ti-bsp/conf/machine/beaglebone.conf +++ b/meta-ti-bsp/conf/machine/beaglebone.conf | |||
@@ -13,4 +13,4 @@ MACHINE_GUI_CLASS = "bigscreen" | |||
13 | 13 | ||
14 | SERIAL_CONSOLES = "115200;ttyS0" | 14 | SERIAL_CONSOLES = "115200;ttyS0" |
15 | 15 | ||
16 | IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage" | 16 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree kernel-image-zimage" |