Now that kms++ with python pybind11 builds we can add it back into the package list.
Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-core/packagegroups/packagegroup-arago-base.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb index 31d9ad5b..ff32112a 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb @@ -26,8 +26,6 @@ ARAGO_BASE = "\ libgpiod-tools \ " -# these require meta-openembedded/meta-oe layer -# kms++-python is not provided yet ARAGO_EXTRA = "\ devmem2 \ tcpdump \ @@ -35,6 +33,7 @@ ARAGO_EXTRA = "\ dropbear \ openssh-sftp-server \ kms++ \ + kms++-python \ can-utils \ docker \ " -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14653): https://lists.yoctoproject.org/g/meta-arago/message/14653 Mute This Topic: https://lists.yoctoproject.org/mt/99625300/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
