diff options
author | 2015-11-05 00:54:30 +1000 | |
---|---|---|
committer | 2015-11-05 00:54:30 +1000 | |
commit | bc06dfadff0a40772bbd34b2df7b8cdc3c9491d8 (patch) | |
tree | a18376808b7a6fa9c2f419e32b2e0e28cb325b01 | |
parent | 1fd48bbea4a463d951c39a0178a1e4f4de85c3ad (diff) | |
download | meta-xilinx-bc06dfadff0a40772bbd34b2df7b8cdc3c9491d8.tar.gz meta-xilinx-bc06dfadff0a40772bbd34b2df7b8cdc3c9491d8.tar.bz2 meta-xilinx-bc06dfadff0a40772bbd34b2df7b8cdc3c9491d8.zip |
linux/configs: Fix up xilinx-drivers-linux-xlnx.scc include
xilinx-drivers-linux-xlnx.scc was including an invalid .cfg file, point
to the correct one with the same filename as the .scc file.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/config/xilinx-base/bsp/xilinx/xilinx-drivers-linux-xlnx.scc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/xilinx-drivers-linux-xlnx.scc b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/xilinx-drivers-linux-xlnx.scc index 3934fdac..66c2d313 100644 --- a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/xilinx-drivers-linux-xlnx.scc +++ b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/xilinx-drivers-linux-xlnx.scc @@ -1,5 +1,5 @@ define KFEATURE_DESCRIPTION "Xilinx Soft IP Core Drivers/Support (For linux-xlnx kernels)" define KFEATURE_COMPATIBILITY board -kconfig hardware xilinx-ip-linux-xlnx.cfg +kconfig hardware xilinx-drivers-linux-xlnx.cfg |