Re: [OE-core] [PATCH v2] kernel.bbclass: Fix empty modules directory QA issue

2014-01-27 Thread Nathan Rossi
-Original Message- From: Nathan Rossi [mailto:nathan.ro...@xilinx.com] Sent: Tuesday, January 14, 2014 11:21 AM To: openembedded-core@lists.openembedded.org Cc: Nathan Rossi; Robert Yang Subject: [PATCH v2] kernel.bbclass: Fix empty modules directory QA issue If a kernel is built

[OE-core] [PATCH v2] kernel.bbclass: Fix empty modules directory QA issue

2014-01-13 Thread Nathan Rossi
If a kernel is built without any external modules (aka no CONFIG_*=m), then during a modules_install of the kernel an empty directory is created at /lib/modules/${KERNEL_VERIONS}/kernel. This is behaviour of the kernel infrastructure, the directory would normally be populated with the modules that