diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-15 15:53:53 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-22 08:19:01 -0800 |
commit | 18b9efd047faab28d8eeff322320c211effcc07b (patch) | |
tree | 4a10df7c77a32eec09d0505c88cb98248cf516d4 /meta-xilinx-bsp | |
parent | 8df9c20c02b8f3a8a65dea2375988c589d281eb6 (diff) | |
download | meta-xilinx-18b9efd047faab28d8eeff322320c211effcc07b.tar.gz |
linux-*: Move BSP settings to meta-xilinx-bsp
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
5 files changed, 31 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx-dev.bbappend b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx-dev.bbappend new file mode 100644 index 00000000..285621b1 --- /dev/null +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx-dev.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | KERNEL_MODULE_AUTOLOAD:k26 += "usb5744" | ||
2 | |||
3 | # MicroBlaze BSP fragments | ||
4 | KERNEL_FEATURES:append:kc705-microblazeel = " bsp/xilinx/kc705-microblazeel-features/kc705-microblazeel-features.scc" | ||
5 | |||
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_%.bbappend b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_%.bbappend new file mode 100644 index 00000000..285621b1 --- /dev/null +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_%.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | KERNEL_MODULE_AUTOLOAD:k26 += "usb5744" | ||
2 | |||
3 | # MicroBlaze BSP fragments | ||
4 | KERNEL_FEATURES:append:kc705-microblazeel = " bsp/xilinx/kc705-microblazeel-features/kc705-microblazeel-features.scc" | ||
5 | |||
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend new file mode 100644 index 00000000..0233531d --- /dev/null +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -0,0 +1,7 @@ | |||
1 | # MicroBlaze KMACHINEs | ||
2 | KMACHINE:ml605-qemu-microblazeel = "qemumicroblazeel" | ||
3 | KMACHINE:s3adsp1800-qemu-microblazeeb = "qemumicroblazeeb" | ||
4 | |||
5 | # Default kernel config fragements for specific machines | ||
6 | KERNEL_FEATURES:append:kc705-microblazeel = " bsp/xilinx/kc705-microblazeel-features/kc705-microblazeel-features.scc" | ||
7 | |||
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-tiny_%.bbappend b/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-tiny_%.bbappend new file mode 100644 index 00000000..0233531d --- /dev/null +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-tiny_%.bbappend | |||
@@ -0,0 +1,7 @@ | |||
1 | # MicroBlaze KMACHINEs | ||
2 | KMACHINE:ml605-qemu-microblazeel = "qemumicroblazeel" | ||
3 | KMACHINE:s3adsp1800-qemu-microblazeeb = "qemumicroblazeeb" | ||
4 | |||
5 | # Default kernel config fragements for specific machines | ||
6 | KERNEL_FEATURES:append:kc705-microblazeel = " bsp/xilinx/kc705-microblazeel-features/kc705-microblazeel-features.scc" | ||
7 | |||
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto_%.bbappend new file mode 100644 index 00000000..0233531d --- /dev/null +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto_%.bbappend | |||
@@ -0,0 +1,7 @@ | |||
1 | # MicroBlaze KMACHINEs | ||
2 | KMACHINE:ml605-qemu-microblazeel = "qemumicroblazeel" | ||
3 | KMACHINE:s3adsp1800-qemu-microblazeeb = "qemumicroblazeeb" | ||
4 | |||
5 | # Default kernel config fragements for specific machines | ||
6 | KERNEL_FEATURES:append:kc705-microblazeel = " bsp/xilinx/kc705-microblazeel-features/kc705-microblazeel-features.scc" | ||
7 | |||