Yocto Project Discussions
 help / color / mirror / Atom feed
From: "NIKHIL PATIL" <nikhilvp29@gmail.com>
To: Nikhil Patil <nikhilvp29@gmail.com>
Cc: Quentin Schulz <quentin.schulz@streamunlimited.com>,
	Yocto-mailing-list <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] Enaable to add binary in /usr/bin using .bb file
Date: Thu, 19 Nov 2020 20:14:51 +0530	[thread overview]
Message-ID: <MADEUP.1648FEF890E68D54.2089@lists.yoctoproject.org> (raw)
In-Reply-To: <1648EA3F963FB36F.4882@lists.yoctoproject.org>


[-- Attachment #1.1: Type: text/plain, Size: 2077 bytes --]

Hi ,
  for these issue we got solution ,
   obexpushd binary interpreter is on /lib64  folder ,   but in our
custom image /lib64 support is not there .
   so we are trying to add lib64 support for our custom image .

   For sato image by default it is taking lib64 support , so it work there.


On Thu, Nov 19, 2020 at 6:30 PM NIKHIL PATIL via lists.yoctoproject.org
<nikhilvp29=gmail.com@lists.yoctoproject.org> wrote:

> Hi ,
>    Thank You very much , we are able to copy obexpushd to /usr/bin using
> .bb file.
>
>   I have one more dout ;
> 1)  We created our own custom image (*bitbake core-image-xxxx*) , after
> flashing image to board . when we run *obexpushd binary  *it shows as
> follows :-
>
> root@intel-corei7-64:~#
> root@intel-corei7-64:~# obexpushd
> -sh: /usr/bin/obexpushd: No such file or directory
> root@intel-corei7-64:~# cd /usr/bin
> root@intel-corei7-64:/usr/bin# ls | grep obexpush
> obexpushd
> root@intel-corei7-64:/usr/bin#
>
> Even though binary is there it shows no such file or directory.
>
> 2) But when we are flashing a sato image (*bitbake* *core-image-sato-sdk *)
> , that time *obexpushd* binary is working fine .
>
>     Why it is happening like these ?
>     Is there any permission related issue with custom image and sato image
> ?
>
>
> On Thu, Nov 19, 2020 at 4:48 PM Quentin Schulz <
> quentin.schulz@streamunlimited.com> wrote:
>
>> Hi,
>>
>> On Thu, Nov 19, 2020 at 04:45:19PM +0530, NIKHIL PATIL wrote:
>> > Hi ,
>> >      Yours correct only , but the thing is we are taking*
>> binary(obexpushd)*
>> > from other source and only need to copy that binary into* /usr/bin* of
>> our
>> > platform(*intel board*).
>> >
>> >      Hence how we can achieve these using .bb file ? is there any sample
>> > example .
>> >
>>
>> I gave you what you have to do in the previous mail. Remove the last two
>> lines of your bb file.
>>
>> If it does not work, give the full error logs and what you're trying to
>> achieve and what you have.
>>
>> Quentin
>>
>
> 
>
>




[-- Attachment #1.2: Type: text/html, Size: 2930 bytes --]

  parent reply	other threads:[~2020-11-19 19:20 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-19  7:43 Enaable to add binary in /usr/bin using .bb file NIKHIL PATIL
2020-11-19  9:16 ` [yocto] " Quentin Schulz
2020-11-19  9:16 ` Quentin Schulz
2020-11-19 11:15   ` NIKHIL PATIL
2020-11-19 11:18     ` Quentin Schulz
2020-11-19 13:00       ` NIKHIL PATIL
     [not found]       ` <1648EA3F963FB36F.4882@lists.yoctoproject.org>
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL [this message]
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 14:44         ` NIKHIL PATIL
2020-11-19 11:15   ` NIKHIL PATIL
2020-11-19  9:16 ` Quentin Schulz
     [not found] <1648D8FA1BEC786F.8629@lists.yoctoproject.org>
2020-11-19  8:39 ` NIKHIL PATIL
2020-11-19  9:04   ` Paul Barker
2020-11-19  9:04   ` Paul Barker
2020-11-19  8:39 ` NIKHIL PATIL
  -- strict thread matches above, loose matches on Subject: below --
2020-11-19  7:43 NIKHIL PATIL

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MADEUP.1648FEF890E68D54.2089@lists.yoctoproject.org \
    --to=nikhilvp29@gmail.com \
    --cc=quentin.schulz@streamunlimited.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox