Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#14971 closed enhancement (wontfix)

Add ELL to the book for bluez-5.57+

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 11.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

It looks like we need ELL (Embedded Linux Library) for BlueZ now, as of 5.57:

" Starting from BlueZ 5.57, it requires to use of ELL release 0.39 or later. "

It looks like a standard C/M/MI, but I'll have to verify that.

Change History (4)

comment:1 by Douglas R. Reno, 3 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 3 years ago

It looks like this package needs special kernel configuration.

   CONFIG_TIMERFD=y
   CONFIG_EVENTFD=y

   CONFIG_CRYPTO_USER_API=y
   CONFIG_CRYPTO_USER_API_HASH=y
   CONFIG_CRYPTO_MD5=y
   CONFIG_CRYPTO_SHA1=y

   CONFIG_KEY_DH_OPERATIONS=y

I pulled that out of the README

comment:3 by Douglas R. Reno, 3 years ago

Resolution: wontfix
Status: assignedclosed

Xi mentioned that ELL is shipped in the BlueZ source tree as well. As I mentioned in IRC - why mention it as required if you're going to include it anyway? :)

I'll need to add kernel configuration to BlueZ's page though.

comment:4 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.