From 4ff6418f145dd4af3a1f5f8b6eba29b958a89521 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 25 Aug 2017 16:51:16 +0900 Subject: Fix problem for not copy package folder By add package folder but forgot copy it to binary directory. It will cause no config.xml, json in wgt file, and install error. So return to old version but with custom target name package. Change-Id: I156f920b8428357ea2fc8b9aa0725b9dee2a1df5 Signed-off-by: zheng_wenlong --- package/root/steering_wheel.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 package/root/steering_wheel.json (limited to 'package/root/steering_wheel.json') diff --git a/package/root/steering_wheel.json b/package/root/steering_wheel.json deleted file mode 100644 index 1a5e889..0000000 --- a/package/root/steering_wheel.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "dev_name": "/dev/input/js0", - "wheel_map": "steering_wheel_map.json", - "gear_para": "gear_shift_para.json" -} -- cgit 1.2.3-korg