diff options
| author | John Toomey <john.toomey@amd.com> | 2025-03-21 11:04:34 +0000 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:15 -0600 |
| commit | 0b5b98e540b2bb13340e9b3070cab15e7c95ccce (patch) | |
| tree | 4ec6683372e09d8e369085775ecc131dd2ccbc68 | |
| parent | dbf2b43bf0ec8a2206a3542d46de08d82b36884f (diff) | |
| download | meta-xilinx-0b5b98e540b2bb13340e9b3070cab15e7c95ccce.tar.gz | |
linux-xlnx-dev: Remove unused recipe
This recipe has not been updated in a number of years and is not
currently buildable.
Remove the recipe to prevent confusion.
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-kernel/linux/linux-xlnx-dev.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx-dev.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx-dev.bb deleted file mode 100644 index 197cb208..00000000 --- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx-dev.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | # This recipe tracks the 'bleeding edge' linux-xlnx repository. | ||
| 2 | # Since this tree is frequently updated, AUTOREV is used to track its contents. | ||
| 3 | # | ||
| 4 | # To enable this recipe, set PREFERRED_PROVIDER_virtual/kernel = "linux-xlnx-dev" | ||
| 5 | |||
| 6 | KBRANCH ?= "master" | ||
| 7 | |||
| 8 | # Use the SRCREV for the last tagged revision of linux-xlnx. | ||
| 9 | SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-xlnx-dev", "${AUTOREV}", "84fb0cc65aae5970471cbc54b0c89009b9b904af", d)}' | ||
| 10 | |||
| 11 | # skip version sanity, because the version moves with AUTOREV | ||
| 12 | KERNEL_VERSION_SANITY_SKIP = "1" | ||
| 13 | |||
| 14 | LINUX_VERSION ?= "5.15+" | ||
| 15 | LINUX_VERSION_EXTENSION ?= "-xilinx-dev" | ||
| 16 | |||
| 17 | include linux-xlnx.inc | ||
| 18 | |||
