diff options
author | John Toomey <john.toomey@amd.com> | 2025-01-17 16:22:30 +0000 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:15 -0600 |
commit | 52dd74131d13902df60480b6d6f9cf36a55760e2 (patch) | |
tree | b8231215f1b6f4712d7c49454e9b5480367f2afc | |
parent | 41532fca30423438496a8e2f907bdb34da9972a0 (diff) | |
download | meta-xilinx-52dd74131d13902df60480b6d6f9cf36a55760e2.tar.gz |
packagegroup-xilinx-x11: Add x11 packagegroup
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-core/packagegroups/packagegroup-xilinx-x11.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-core/packagegroups/packagegroup-xilinx-x11.bb b/meta-xilinx-core/recipes-core/packagegroups/packagegroup-xilinx-x11.bb new file mode 100644 index 00000000..ce8a9427 --- /dev/null +++ b/meta-xilinx-core/recipes-core/packagegroups/packagegroup-xilinx-x11.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Xilinx X11 packages superset" | ||
2 | |||
3 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
4 | |||
5 | inherit packagegroup | ||
6 | |||
7 | X11_PACKAGES = " \ | ||
8 | packagegroup-core-x11 \ | ||
9 | packagegroup-core-x11-xserver \ | ||
10 | libxaw7 \ | ||
11 | libxpm \ | ||
12 | xclock \ | ||
13 | xcursor-transparent-theme \ | ||
14 | xeyes \ | ||
15 | " | ||
16 | |||
17 | RDEPENDS:${PN} = "${X11_PACKAGES}" | ||