]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/kerneldevelopment: Able to apply a single patch to the Linux kernel source
authorMazliana <mazliana.mohamad@intel.com>
Fri, 23 Aug 2019 02:29:18 +0000 (10:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Aug 2019 21:52:41 +0000 (22:52 +0100)
commit00a5df641b94ef47eec36e742630db7b659102a4
treee1ef6128b116900708d82ee0c615ee64d75b80af
parent8bbb17d2dcafa9b4e26941a55932f4be2782e1d1
oeqa/kerneldevelopment: Able to apply a single patch to the Linux kernel source

Purpose of kernel development is basically to customize our
own recipes kernel by reused existing recipes.
 
This is an initiative of automating manual kernel development
test cases. Applying a single patch to the Linux kernel source
is one of the manual test cases of kernel development.

Objective of this test is as a developer we can make changes of
a file in kernel source and able to apply a single patch to
the kernel source.
 
ref:https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases

Signed-off-by: Mazliana <mazliana.mohamad@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/kerneldevelopment.py [new file with mode: 0644]