summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-10-12 20:30:43 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-10-12 20:30:43 -0300
commit7327e03c61823268a5a957fe090c4cc5e1735b34 (patch)
treeb945a49145914871501613933977bb3e2944eb0b /recipes-kernel
parenta8d8dc4601741643542691752a59195da2108705 (diff)
downloadmeta-freescale-7327e03c61823268a5a957fe090c4cc5e1735b34.tar.gz
ls1021atwr: drop as it is unbuildable for too long
Fixes: #1497. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb b/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb
deleted file mode 100644
index 25b9f7f5..00000000
--- a/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1SUMMARY = "Scatter-gather logic for multiple tables"
2LICENSE = "GPL-2.0-or-later"
3LIC_FILES_CHKSUM = "file://COPYING;md5=e9605a22ea50467bd2bfe4cdd66e69ae"
4
5inherit module
6
7SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/scatter-gather;branch=nxp/master;protocol=https"
8SRCREV = "97db173d08a70abe2b9a6fa928299a117f3febc2"
9
10S = "${WORKDIR}/git"
11
12COMPATIBLE_MACHINE = "(ls1021a)"