Re: [Dev] Tizen security-manager package download for Ubuntu

2017-10-26 Thread José Bollo
On Thu, 26 Oct 2017 08:00:03 +
"FIXED-TERM Gunti Vamsinag (CDG-SMT/ESM1)"
 wrote:

> Hello,
> 
> I am building a framework which has a dependency on Tizen's
> security-manager package. Is it available as a download for
> installing on Ubuntu 16.04?

Hi Vamsinag, hi all,

If you are trying to build AGL framework for UBUNTU, you can consider
the option USE_SIMULATION when building app-framework-main.

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DAGL_DEVEL=ON -DUSE_SIMULATION=ON
-DCMAKE_BUILD_TYPE=Debug ..

Regards
José

 
> Thanks in advance.
> 
> Mit freundlichen Grüßen / Best regards
> 
> Vamsinag Gunti
> CDG-SMT/ESM1
> 
> Mobil +49 17623350414

___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


Re: [Dev] Tizen security-manager package download for Ubuntu

2017-10-26 Thread Schaufler, Casey
I have added the smack-discuss list to this thread. It’s possible someone in 
the Smack community is interested in the Ubuntu (and/or Fedora) version of 
security-manager.


From: Dev [mailto:dev-boun...@lists.tizen.org] On Behalf Of Philippe Coval
Sent: Thursday, October 26, 2017 1:49 AM
To: FIXED-TERM Gunti Vamsinag (CDG-SMT/ESM1) 
<fixed-term.vamsinag.gu...@de.bosch.com>
Cc: dev@lists.tizen.org
Subject: Re: [Dev] Tizen security-manager package download for Ubuntu

Hi,

Then let me suggest that you should yocto build system, to build an image
If you can't run on device then let me suggest to build for qemu target (that 
can run on your ubuntu machine)

The port of tizen or agl to debian based distro is not an easy task :-)

See you in AGL mailing list for more support



On Thu, Oct 26, 2017 at 10:41 AM, FIXED-TERM Gunti Vamsinag (CDG-SMT/ESM1) 
<fixed-term.vamsinag.gu...@de.bosch.com<mailto:fixed-term.vamsinag.gu...@de.bosch.com>>
 wrote:
Hi Philippe,

I am building the AGL application framework (agl-framework-main) not to be run 
on any device but on Ubuntu and later onto Raspbian.

I tried to build the security-manager package myself but the build was 
dependent on a lot more packages the repositories of which I could not find.

Mit freundlichen Grüßen / Best regards

Vamsinag Gunti
CDG-SMT/ESM1

Mobil +49 17623350414<tel:+49%20176%2023350414>
From: Philippe Coval 
[mailto:philippe.coval@gmail.com<mailto:philippe.coval@gmail.com>]
Sent: Donnerstag, 26. Oktober 2017 10:29
To: FIXED-TERM Gunti Vamsinag (CDG-SMT/ESM1) 
<fixed-term.vamsinag.gu...@de.bosch.com<mailto:fixed-term.vamsinag.gu...@de.bosch.com>>
Cc: dev@lists.tizen.org<mailto:dev@lists.tizen.org>
Subject: Re: [Dev] Tizen security-manager package download for Ubuntu

On Thu, Oct 26, 2017 at 10:00 AM, FIXED-TERM Gunti Vamsinag (CDG-SMT/ESM1) 
<fixed-term.vamsinag.gu...@de.bosch.com<mailto:fixed-term.vamsinag.gu...@de.bosch.com>>
 wrote:
Hello,

Hi

I am building a framework which has a dependency on Tizen’s security-manager 
package.

Can you tell which one ? Better ask support there if possible

Is it available as a download for installing on Ubuntu 16.04?


Code is there:
https://review.tizen.org/gerrit/gitweb?p=platform/core/security/security-manager.git;a=summary

But I am affraid that other OS like Ubuntu are not supported


Thanks in advance.

Hope this help

Mit freundlichen Grüßen / Best regards

Vamsinag Gunti
CDG-SMT/ESM1

Mobil +49 17623350414<tel:+49%20176%2023350414>

___
Dev mailing list
Dev@lists.tizen.org<mailto:Dev@lists.tizen.org>
https://lists.tizen.org/listinfo/dev



--
--
https://wiki.tizen.org/wiki/User:Pcoval



--
--
https://wiki.tizen.org/wiki/User:Pcoval

___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


Re: [Dev] Tizen security-manager package download for Ubuntu

2017-10-26 Thread Philippe Coval
Hi,

Then let me suggest that you should yocto build system, to build an image
If you can't run on device then let me suggest to build for qemu target
(that can run on your ubuntu machine)

The port of tizen or agl to debian based distro is not an easy task :-)

See you in AGL mailing list for more support



On Thu, Oct 26, 2017 at 10:41 AM, FIXED-TERM Gunti Vamsinag (CDG-SMT/ESM1) <
fixed-term.vamsinag.gu...@de.bosch.com> wrote:

> Hi Philippe,
>
>
>
> I am building the AGL application framework (agl-framework-main) not to be
> run on any device but on Ubuntu and later onto Raspbian.
>
>
>
> I tried to build the security-manager package myself but the build was
> dependent on a lot more packages the repositories of which I could not find.
>
>
>
> Mit freundlichen Grüßen / Best regards
>
>
>
> *Vamsinag Gunti CDG-SMT/ESM1 *
> Mobil +49 17623350414 <+49%20176%2023350414>
>
> *From:* Philippe Coval [mailto:philippe.coval@gmail.com]
> *Sent:* Donnerstag, 26. Oktober 2017 10:29
> *To:* FIXED-TERM Gunti Vamsinag (CDG-SMT/ESM1) <
> fixed-term.vamsinag.gu...@de.bosch.com>
> *Cc:* dev@lists.tizen.org
> *Subject:* Re: [Dev] Tizen security-manager package download for Ubuntu
>
>
>
> On Thu, Oct 26, 2017 at 10:00 AM, FIXED-TERM Gunti Vamsinag (CDG-SMT/ESM1)
> <fixed-term.vamsinag.gu...@de.bosch.com> wrote:
>
> Hello,
>
>
>
> Hi
>
>
>
> I am building a framework which has a dependency on Tizen’s *security-manager
> *package.
>
>
>
> Can you tell which one ? Better ask support there if possible
>
>
>
> Is it available as a download for installing on Ubuntu 16.04?
>
>
>
>
>
> Code is there:
>
> https://review.tizen.org/gerrit/gitweb?p=platform/core/
> security/security-manager.git;a=summary
>
>
>
> But I am affraid that other OS like Ubuntu are not supported
>
>
>
>
>
> Thanks in advance.
>
>
>
> Hope this help
>
>
>
> Mit freundlichen Grüßen / Best regards
>
>
>
> *Vamsinag Gunti CDG-SMT/ESM1 *
> Mobil +49 17623350414 <+49%20176%2023350414>
>
>
> ___
> Dev mailing list
> Dev@lists.tizen.org
> https://lists.tizen.org/listinfo/dev
>
>
>
>
> --
>
> --
> https://wiki.tizen.org/wiki/User:Pcoval
>
>


-- 
-- 
https://wiki.tizen.org/wiki/User:Pcoval
___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


Re: [Dev] Tizen security-manager package download for Ubuntu

2017-10-26 Thread Philippe Coval
On Thu, Oct 26, 2017 at 10:00 AM, FIXED-TERM Gunti Vamsinag (CDG-SMT/ESM1) <
fixed-term.vamsinag.gu...@de.bosch.com> wrote:

> Hello,
>
>
>
Hi

I am building a framework which has a dependency on Tizen’s *security-manager
> *package.
>

Can you tell which one ? Better ask support there if possible

Is it available as a download for installing on Ubuntu 16.04?
>
>
>

Code is there:
https://review.tizen.org/gerrit/gitweb?p=platform/core/security/security-manager.git;a=summary

But I am affraid that other OS like Ubuntu are not supported


Thanks in advance.
>
>
>
Hope this help


> Mit freundlichen Grüßen / Best regards
>
>
>
> *Vamsinag Gunti CDG-SMT/ESM1 *
> Mobil +49 17623350414 <+49%20176%2023350414>
>
> ___
> Dev mailing list
> Dev@lists.tizen.org
> https://lists.tizen.org/listinfo/dev
>
>


-- 
-- 
https://wiki.tizen.org/wiki/User:Pcoval
___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev