-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AGL Port #1159
base: develop
Are you sure you want to change the base?
AGL Port #1159
Conversation
As a helpful note to you folks, we at Elektrobit Automotive Americas Inc. have already created a working port of SDL for AGL at https://github.com/pkeb/sdl_core forked from this repository. The fork was created for an internal PoC of SDL on AGL which we demoed at CES2017 and the a Genivi convention. The readme has been updated with extensive documentation on how to get it working. High level notes to be aware of:
|
e1b18f7
to
44ae722
Compare
44ae722
to
ccd14f0
Compare
ccd14f0
to
a1b95d7
Compare
Can one of the admins verify this patch? |
2 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
hi @jacobkeeler is there any plan to have a Yocto Port of SDL Core officially? |
@chinlin0924 This port was created before the SDLC was formed, so the process of determining what to include with each release wasn't as strict at the time. It seems to me that we would need to create a SDL Evolution proposal to ever make this port official at this point. Because no such proposal has been submitted yet, there are no plans for an official port as of now. When I have the time, I may be able to create this proposal, but if you strongly need this port you are free to submit a proposal yourself. |
thanks for the info!
2018-04-06 4:40 GMT+08:00 Jacob Keeler <notifications@github.com>:
… @chinlin0924 <https://github.com/chinlin0924> This port was created
before the SDLC was formed, so the process of determining what to include
with each release wasn't as strict at the time. It seems to me that we
would need to create a SDL Evolution proposal to ever make this port
official at this point. Because no such proposal has been submitted yet,
there are no plans for an official port as of now. When I have the time, I
may be able to create this proposal, but if you strongly need this port you
are free to submit a proposal yourself.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1159 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAkzDUb30h9G-2EGO0o4ezEfFEPpQ5mRks5tloFbgaJpZM4Lc2Ml>
.
|
Adds CMake configurations which are necessary to cross-compile SDL Core for AGL.
After setting up your cross-compilation environment, SDL Core can now be compiled for AGL (running on the Renesas RCar M2 board) using the provided toolchain.
As bt-device is not available on the platform, this port requires the changes in #1158 in order for bluetooth to work properly.