diff options
| author | John Toomey <john.toomey@amd.com> | 2025-02-25 15:11:21 +0000 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:15 -0600 |
| commit | 0789a1b6f8899d409784a8721d7751b41c039be0 (patch) | |
| tree | 3ebfa312c1812e224fc332fc037b0a0048f8e784 /meta-xilinx-demos | |
| parent | f5cf19d1b59dd761c7b40a7ad87cf9a695288b88 (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | meta-xilinx-demos/recipes-examples/peekpoke/peekpoke.bb | 2 |
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 | ||
| 6 | SUMMARY = "gpio-demo application" | 6 | SUMMARY = "gpio-demo application" |
| 7 | SECTION = "PETALINUX/apps" | 7 | SECTION = "apps" |
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 10 | SRC_URI = "file://gpio-demo.c \ | 10 | SRC_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 | ||
| 6 | SUMMARY = "peekpoke application" | 6 | SUMMARY = "peekpoke application" |
| 7 | SECTION = "PETALINUX/apps" | 7 | SECTION = "apps" |
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 10 | SRC_URI = "file://peek.c \ | 10 | SRC_URI = "file://peek.c \ |
