[yocto] [PATCH] runtime: add bsp-test-helper script to support runtime BSP test cases

2018-08-19 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin bsp-test-helper script has functionality to detect removable media such as usb stick and micro SD card and mount/unmount it to the target device such as minnowboard and beaglebone. It is used to support runtime BSP test cases such as to test mount/unmount usb stick

[yocto] [PATCH] runtime: add BSP test case for usb storage

2018-08-19 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin Contain test cases to test mount/unmount the usb stick on target platform such as minnowboard and beaglebone. The test assume that the usb storage device such as usb thumb drive was plugged into the target device otherwise the test for would failed. It also test

[yocto] [PATCH] oeqa/runtime/cases/manualbsp: Add BSP testcases

2018-07-17 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin Manualbsp.py contain test cases that was converted from manual testcases to auto which would run on Yocto reference boards such as Minnowboard, NUC, edgerouter and beaglebone. The testcase was added to support QA automation which target devices attached

[yocto] [PATCH] runtime: Add support to manual BSP test cases

2018-07-13 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin This is manual BSP test cases that have converted to auto test cases for QA release. Manualbsp.py has dependency on file bsphardware that run on hardware. Signed-off-by: Mohamad Noor Alim Hussin --- meta/lib/oeqa/runtime/cases/manualbsp.py | 122

[yocto] [PATCH] SRCREV_meta: reference to the IGB module on kernel 4.14

2018-07-06 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin yocto-kernel-cache branch: yocto-4.14 commit d64aec9793d558ff49993ff6076be6d4daf101c2 Signed-off-by: Mohamad Noor Alim Hussin --- meta/recipes-kernel/linux/linux-yocto_4.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

[linux-yocto] [PATCH] igb.cfg: change igb config from m to y

2018-06-27 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin Yocto Project reference board such as Minnowboard need IGB module to enable ethernet networking. It need to bundle together with kernel when use NFS boot without initramfs. Signed-off-by: Mohamad Noor Alim Hussin --- features/igb/igb.cfg | 2 +- 1 file changed