fix typo and path name for vendor/hisilicon/watchos patches

Signed-off-by: Neil Chen <jingsi.chen@petalmail.com>
This commit is contained in:
Neil Chen
2022-06-18 19:41:16 +08:00
parent 80d4303357
commit f25d03157c
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ endif
ifneq ($(findstring $(BUILD_TYPE), small standard),)
DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
DEVICE_PATCH_FILE := $(DEVICE_PATCH_DIR)/$(DEVICE_NAME).patch
PRODUCT_PATCH_FILE := $(OHOS_BUILD_HOME)/vendor/hisilicon/watchos/patchs/$(DEVICE_NAME).patch
PRODUCT_PATCH_FILE := $(OHOS_BUILD_HOME)/vendor/hisilicon/watchos/patches/$(DEVICE_NAME).patch
HDF_PATCH_FILE := $(DEVICE_PATCH_DIR)/hdf.patch
SMALL_PATCH_FILE := $(DEVICE_PATCH_DIR)/$(DEVICE_NAME)_$(BUILD_TYPE).patch
KERNEL_IMAGE_FILE := $(KERNEL_SRC_TMP_PATH)/arch/$(KERNEL_ARCH)/boot/$(KERNEL_IMAGE)
@@ -224,7 +224,7 @@ active_cpu_online()
isolated_num3=$(( $isolated_num3 + 1 ))
done
if [ $isolated_num3 -eq 2 ]; then
tst_res TPASS "isolated number doesnt change."
tst_res TPASS "isolated number does not change."
else
tst_res TFAIL "isolated number had been changed."
fi
@@ -243,4 +243,4 @@ do_clean()
do_setup
do_test
do_clean
tst_exit
tst_exit
@@ -65,7 +65,7 @@ do_test()
fi
local rtgid3=$(cat $sched_group_id)
if [ $rtgid3 -eq 3 ]; then
tst_res TFAIL "process $PID switch rtgid 2 to 3 sucess unexpected!"
tst_res TFAIL "process $PID switch rtgid 2 to 3 success unexpected!"
res=$(($res + 1))
fi
@@ -96,4 +96,4 @@ do_clean()
do_setup
do_test
do_clean
tst_exit
tst_exit
@@ -65,7 +65,7 @@ stability_test()
tst_res TINFO "kill 40 task processes...."
ps -ef | grep "create_process" | grep -v "grep" | grep -v ${PPID} | cut -c 9-18 | xargs kill -9
sleep 5
tst_res TINFO "kill process successed."
tst_res TINFO "kill process succeeded."
aa start -b ohos.samples.ecg -a ohos.samples.ecg.default &&
sleep 1 &&
PID=$(ps -ef | grep ohos.samples.ecg | grep -v grep | awk '{print $2}')
@@ -147,4 +147,4 @@ do_clean()
do_setup
do_test
do_clean
tst_exit
tst_exit
@@ -321,7 +321,7 @@ HWTEST_F(AccesstokenidTest, CheckChildThreadInheritance, Function | MediumTest |
/**
* @tc.name: CheckChildThreadSetIndepent
* @tc.desc: Test each child thread tokenid and ftokenid is indepent
* @tc.desc: Test each child thread tokenid and ftokenid is independent
* @tc.desc: The tokenid and ftokenid of each child thread not equal to father process
* @tc.type: FUNC
*/