From 08c0c5c53ba625f28eb243968c9c3844ba99d780 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 9 Aug 2012 15:03:30 -0500 Subject: [PATCH] yocto-bsp: add missing xserver-xf86-config .bbappend for qemu Re-add xserver-xf86-config which was inadvertently removed. Signed-off-by: Tom Zanussi Signed-off-by: Saul Wold --- .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend new file mode 100644 index 00000000000..d3420e0aeae --- /dev/null +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -0,0 +1,2 @@ +THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" +FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" -- 2.47.3