Sponsored Content
Top Forums Shell Programming and Scripting Problem in extracting yocto SDK for docker Post 303019784 by Akash BHardwaj on Friday 6th of July 2018 08:44:20 AM
Old 07-06-2018
I even tried it without using sudo but it shows the same error.I even tried to change the directory path to /opt/poky/2.4.3 but it still did not worked out.And yes ,it has root permissions.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

For loop problem extracting data

I have a problem with my loops. I have a file called users.dat, it has all the users in it. Then I extracted a list of users sending out number of mails with date from Netscape logs. The extracted list (mailuse.dat) has 3 fields: username, number of mails, date. (One user can show up several... (2 Replies)
Discussion started by: nitin
2 Replies

2. Shell Programming and Scripting

Problem in extracting vector data

Hi, Currently I have two files; A and B. File A has below data:- -3 + <1 2 3 4 5 6 7 8 1 2 > - 1] -2 + <8 8 3 4 0 3 7 9 1 3 > - 1] -1 + <3 7 3 4 8 2 7 2 1 2 > - 1] -3 + <2 2 3 4 3 1 7 8 8 2 > - 1] and File B has below data:- <9 1 1 4 2 6 3 8 8 9 > From these two files, I... (2 Replies)
Discussion started by: ahjiefreak
2 Replies

3. Shell Programming and Scripting

Problem extracting just a part of a matching pattern

Hello everyone, this is my first post so please give me a hand. I apologize for my English, I'll try to be clear with my request. I need to write a script (Bash) which finds all the variables defined in the file .h of the folder and then writes the name of the files .c where these variables are... (1 Reply)
Discussion started by: paxilpaz
1 Replies

4. UNIX for Dummies Questions & Answers

Problem in extracting the string between parenthesis

Hi Team, I am not able to extract string between parenthesis.I need to extract string between first parenthesis only. Please find the sample data and code. But the below my code is returning "DW_EFD_TXN_ID", "PRCS_DTE" & INITIAL 52428800 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645... (12 Replies)
Discussion started by: suriyavignesh
12 Replies

5. UNIX for Dummies Questions & Answers

problem with extracting line in file

My file looks like this and i need to only extract those with PDT_AP21_B and output it to another file. Can anyone help? Thanks. PDT_AP21_R,,, 11 TYS,,,,T17D1207230742TYO***T17DS,,C PDT_AP21_L,,,9631166650001 ,,,,T17D1207230903TYOTYST17DS ,,C... (3 Replies)
Discussion started by: Alyssa
3 Replies

6. Shell Programming and Scripting

Problem extracting zipped tar file

I was extracting the zipped tar file with the command gzip -dc Sample.tar.gz |tar xf - The tar file contained many delimited files; but lately they changed the structure of the tar file with another folder. So now all the delimited files are inside a folder called "Folder1" and the folder... (6 Replies)
Discussion started by: asandy1234
6 Replies

7. Linux

Docker and pipework,ip with other subnet

Recently i found this for give to docker a "personal" ip ip addr del 10.1.1.133/24 dev eth0 ip link add link eth0 dev eth0m type macvlan mode bridge ip link set eth0m up ip addr add 10.1.1.133/24 dev eth0m route add default gw 10.1.1.1On container i did ... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

8. UNIX for Beginners Questions & Answers

Can't pass a variable representing the output of lsb_release to a docker dontainer

I don't know why, but the rendering of my code mucks up the spacing and indentation, despite being correct in the original file. I'm having issues getting the following script to run (specifically the nested script at the end of the docker command near the end of the script; I think I'm not passing... (2 Replies)
Discussion started by: James Ray
2 Replies

9. Docker

Docker learning Phase-I

Hello All, I had recently learnt a bit of Docker(which provides containerization process). Here are some of my learning points from it. Let us start first with very basic question: What is Docker: Docker is a platform for sysadmins and developers to DEPLOY, DEVELOP and RUN applications ... (7 Replies)
Discussion started by: RavinderSingh13
7 Replies
XCODEBUILD(1)						    BSD General Commands Manual 					     XCODEBUILD(1)

NAME
xcodebuild -- build Xcode projects SYNOPSIS
xcodebuild [-project projectname] [-activetarget] [-alltargets] [-target targetname] [-parallelizeTargets] [-activeconfiguration] [-configuration configurationname] [-sdk <sdkfullpath> | <sdkname>] [buildaction ...] [setting=value ...] [-default=value ...] xcodebuild -version [-sdk [<sdkfullpath> | <sdkname> [<single item>]]] xcodebuild -find <binary> [-sdk <sdkfullpath> | <sdkname>] xcodebuild -showsdks xcodebuild -list xcodebuild -help DESCRIPTION
xcodebuild builds a target contained in an Xcode project. Usage Run xcodebuild from the directory containing your project (i.e. the directory containing the projectname.xcodeproj package). If you have multiple projects in the this directory you will need to use -project to indicate which project should be built. By default, xcodebuild builds the first target listed in your project, with the default build configuration. The order of the targets is a property of the project and is the same for all users of the project. The active target and active build configuration properties are set for each user of the project and can vary from user to user. Options -project projectname Build the project specified by projectname. Required if there are multiple project files in the same directory. -activetarget Builds the user's active target. -alltargets Build all the targets in the project. -target targetname Build the target specified by targetname. -nodependencies Only perform the action on the specified target(s), not on any targets upon which they depend. This option only applies to the 'clean' action. -parallelizeTargets Build independent targets in parallel when possible. With distributed builds or multiprocessor machines, this can cause projects with many simple targets to build substantially faster. This option only applies to targets with target dependencies. -activeconfiguration Use the user's active build configuration when building the target. -configuration configurationname Use the build configuration specified by configurationname when building the target. -sdk <sdkfullpath> | <sdkname> Build an Xcode project against the specified SDK, using build tools appropriate for that SDK. The argument may be an absolute path to an SDK, or the canonical name of an SDK. -showsdks Lists all available SDKs, including their canonical names suitable for use with -sdk. buildaction ... Specify a build action (or actions) to perform on the target. Available build actions are: build Build the target in the build root (SYMROOT). This is the default build action. installsrc Copy the source of the project to the source root (SRCROOT). install Build the target and install it into the target's installation directory in the distribution root (DSTROOT). clean Remove build products and intermediate files from the build root (SYMROOT). setting=value Set the build setting setting to value. -find binary -sdk <sdkfullpath> | <sdkname> Print the absolute path to binary in the context of sdk. If the -sdk argument is not provided, find uses the value of the build set- ting SDKROOT, if set. Returns EINVAL if a valid SDK could not be determined. The search order is the usr/bin directory in the SDK, the bin directory in the SDK, then each of the paths specified by the PATH environment variable. Returns ENOENT if the requested binary could not be located in any of the searched directories. NOTE: 'xcrun -find' is preferred because it caches the resulting find; xcrun uses xcodebuild to populate its cache. -version Display version information. When used in conjunction with -sdk, the version of the specified SDK is displayed, or all SDKs if -sdk is given no value. Additionally, a single line of the reported version information may be returned if specified. -default=value Set the user default default to value. -list Lists the targets in the project. Does not initiate a build. -nodistribute Disable distributed building. Overrides the distributed build setting stored in the user defaults by the Xcode preferences panel. -bonjourbuildhosts Enable distributed building and search for build machines using Bonjour. Build machines are added dynamically during the build as they are discovered. May be used alone or in conjunction with -buildhosts or -buildhostsfile. -nobonjourbuildhosts Do not search for build machines using Bonjour. Overrides the Bonjour distributed build setting stored in the user defaults by the Xcode preferences panel. -buildhosts hostlist Enable distributed building and set the list of build machines to the space separated list given in hostlist. -buildhostsfile hostsfile Enable distributed building and set the list of build machines to the contents of hostsfile. hostsfile is a text file containing build machine names, one per line. -help Displays usage information for xcodebuild. EXAMPLES
xcodebuild clean install Cleans the build directory; then builds and installs the first target in the project. xcodebuild -target MyTarget OBJROOT=/Build/MyProj/Obj.root SYMROOT=/Build/MyProj/Sym.root Builds the target MyTarget putting object (intermediate) files in one directory and the products of the build in another directory. xcodebuild -sdk macosx10.4 Builds an Xcode project against the Mac OS X 10.4 SDK. The canonical names of all available SDKs can be viewed using the -showsdks option. Mac OS X April 8, 2008 Mac OS X
All times are GMT -4. The time now is 09:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy