Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General improvements #1492

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
libargo: RDEPENDS on argo-module
libargo is useless without argo-module.  Add that RDEPENDS and remove
all the manual IMAGE_INSTALLs of argo-module from image recipes.  Proper
dependency tracking takes care of that for us.

Since KERNEL_MODULE_AUTOLOAD is set properly for argo-module/xen-argo,
this is all much nicer.
  • Loading branch information
jandryuk authored and dpsmith committed Apr 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c09bc0e29da0b324b9e252fdda6a2fa615651f02
1 change: 0 additions & 1 deletion recipes-core/images/usbvm-image.bb
Original file line number Diff line number Diff line change
@@ -24,7 +24,6 @@ IMAGE_INSTALL += " \
openssh \
rsyslog \
usbutils \
argo-module \
grub-xen-conf \
kernel-modules \
vusb-daemon-stub \
1 change: 0 additions & 1 deletion recipes-core/images/xenclient-dom0-image.bb
Original file line number Diff line number Diff line change
@@ -41,7 +41,6 @@ IMAGE_INSTALL += "\
packagegroup-xenclient-common \
packagegroup-xenclient-dom0 \
packagegroup-openxt-test \
argo-module \
txt-info-module \
xenclient-preload-hs-libs \
linux-firmware-i915 \
1 change: 0 additions & 1 deletion recipes-core/images/xenclient-ndvm-image.bb
Original file line number Diff line number Diff line change
@@ -56,7 +56,6 @@ IMAGE_INSTALL = " \
linux-firmware-bnx2 \
xenclient-ndvm-tweaks \
rsyslog \
argo-module \
xen-tools-libxenstore \
xen-tools-xenstore \
wget \
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ IMAGE_INSTALL = " \
initramfs-stubdomain \
xen-tools-xenstore \
qemu-dm-stubdom \
argo-module \
"
IMAGE_LINGUAS = ""

1 change: 0 additions & 1 deletion recipes-core/images/xenclient-syncvm-image.bb
Original file line number Diff line number Diff line change
@@ -32,7 +32,6 @@ IMAGE_INSTALL = "\
packagegroup-base \
packagegroup-xenclient-common \
kernel-modules \
argo-module \
libargo \
libargo-bin \
rsyslog \
1 change: 0 additions & 1 deletion recipes-core/images/xenclient-uivm-image.bb
Original file line number Diff line number Diff line change
@@ -57,7 +57,6 @@ IMAGE_INSTALL += "\
openssh \
packagegroup-base \
kernel-modules \
argo-module \
libargo \
libargo-bin \
xinit \
2 changes: 2 additions & 0 deletions recipes-openxt/argo/libargo_git.bb
Original file line number Diff line number Diff line change
@@ -10,3 +10,5 @@ S = "${WORKDIR}/git/libargo"
inherit autotools-brokensep pkgconfig lib_package

EXTRA_OECONF += "--with-pic"

RDEPENDS_${PN} += "argo-module"