Helge Deller | 6 Jun 00:22
Picon
Picon

Re: [OE stablebranch] [Review] Backport WPA-related fixes to -stable

Koen Kooi wrote:
> Op 5 jun 2008, om 23:26 heeft Helge Deller het volgende geschreven:
> 
>> If developers here agree, would it be possible that someone could 
>> check in this patch to the stable branch?
>> This patch enables WPA-support in 2.6.24 if the crypto kernel modules 
>> are compiled as modules.
>> It was initially discussed in this thread:
>> http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-June/002339.html 
>>
>>
>> --- packages/tasks/task-base.bb 461108bf3685f7346e95114839d03eebb184593b
>> +++ packages/tasks/task-base.bb 0dcf821e4f4b057b241f45e8c33bfc292fa66629
>> @@ -345,6 +345,8 @@ RRECOMMENDS_task-base-wifi = "\
>>    kernel-module-ieee80211-crypt-wep \
>>    kernel-module-ecb \
>>    kernel-module-arc4 \
>> +    kernel-module-crypto_algapi \
>> +    kernel-module-cryptomgr \
>>    kernel-module-michael-mic \
>>    kernel-module-aes"
> 
> As said before: if you change a recipe, bump its PR, otherwise the 
> autobuilder doesn't pick it up *or* people have identically named 
> packages with differing content.

New patch attached.

Helge
============================================================
--- packages/tasks/task-base.bb	461108bf3685f7346e95114839d03eebb184593b
+++ packages/tasks/task-base.bb	0cd29b3c066d3479d8e51bf7737d5674bec79deb
@@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro 
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r61"
+PR = "r62"

 inherit task

@@ -345,6 +345,8 @@ RRECOMMENDS_task-base-wifi = "\
     kernel-module-ieee80211-crypt-wep \
     kernel-module-ecb \
     kernel-module-arc4 \
+    kernel-module-crypto_algapi \
+    kernel-module-cryptomgr \
     kernel-module-michael-mic \
     kernel-module-aes"

_______________________________________________
Openembedded-stablebranch mailing list
Openembedded-stablebranch <at> openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch

Gmane