Age | Commit message (Collapse) | Author | Files |
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
- most of our target devices run kernels newer then 2.6.14 so they have
hostap modules from kernel as kernel-module-hostap*
- hostap modules and utils are now both added into dependency of task-base
for machines with pcmcia or pci feature
|
|
Use require for the BitBake files within packages. In contrast
to the conf files the authors of these files expected these files
to be included.
|
|
|
|
virtual/kernel-hostap is a runtime entity and allows the hostap modules to be external kernel modules, internal kernel modules or built into the kernel.
|
|
* RDEPENDS wasn't a subset of DEPENDS
* Packages should NOT RDEPEND on kernel-modules, but RRECOMMEND them
* ha-u DEPENDS on ha-m and RRECOMMENDS ha-m now
|
|
|
|
virtual/kernel-hostap which can either be provided by external modules or the kernel itself depending on the machine configuration.
|
|
|