summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-demos
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@amd.com>2025-02-25 15:11:21 +0000
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:15 -0600
commit0789a1b6f8899d409784a8721d7751b41c039be0 (patch)
tree3ebfa312c1812e224fc332fc037b0a0048f8e784 /meta-xilinx-demos
parentf5cf19d1b59dd761c7b40a7ad87cf9a695288b88 (diff)
downloadmeta-xilinx-0789a1b6f8899d409784a8721d7751b41c039be0.tar.gz
Rework recipe SECTIONs to remove PETALINUX
Signed-off-by: John Toomey <john.toomey@amd.com> Also expanded the DESCRIPTION of 'ISP' Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-demos')
-rw-r--r--meta-xilinx-demos/recipes-examples/gpio-demo/gpio-demo.bb2
-rw-r--r--meta-xilinx-demos/recipes-examples/peekpoke/peekpoke.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-demos/recipes-examples/gpio-demo/gpio-demo.bb b/meta-xilinx-demos/recipes-examples/gpio-demo/gpio-demo.bb
index 912e0cd4..f39dd9d0 100644
--- a/meta-xilinx-demos/recipes-examples/gpio-demo/gpio-demo.bb
+++ b/meta-xilinx-demos/recipes-examples/gpio-demo/gpio-demo.bb
@@ -4,7 +4,7 @@
4# 4#
5 5
6SUMMARY = "gpio-demo application" 6SUMMARY = "gpio-demo application"
7SECTION = "PETALINUX/apps" 7SECTION = "apps"
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
10SRC_URI = "file://gpio-demo.c \ 10SRC_URI = "file://gpio-demo.c \
diff --git a/meta-xilinx-demos/recipes-examples/peekpoke/peekpoke.bb b/meta-xilinx-demos/recipes-examples/peekpoke/peekpoke.bb
index 3949598e..755857ae 100644
--- a/meta-xilinx-demos/recipes-examples/peekpoke/peekpoke.bb
+++ b/meta-xilinx-demos/recipes-examples/peekpoke/peekpoke.bb
@@ -4,7 +4,7 @@
4# 4#
5 5
6SUMMARY = "peekpoke application" 6SUMMARY = "peekpoke application"
7SECTION = "PETALINUX/apps" 7SECTION = "apps"
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
10SRC_URI = "file://peek.c \ 10SRC_URI = "file://peek.c \