All of lore.kernel.org
 help / color / mirror / Atom feed
From: 한대윤 <daeyun@yoisys.com>
To: <meta-freescale@yoctoproject.org>
Subject: [ADT_Installer] seemingly wrong repo site
Date: Mon, 16 May 2016 08:14:29 +0900	[thread overview]
Message-ID: <!&!AAAAAAAAAAAYAAAAAAAAAGLDxwFMGS9MrMf8XJOQE6jCgAAAEAAAAKRvz8JDsddEo/9EDrgY31IBAAAAAA==@yoisys.com> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 712 bytes --]

Hi,

 

I'm configuring ADT installder under Yocto environement after downloading
it by using "bitbake meta-adt-insaller" 
and unzip ADT tarball, and run ./adt_installer 
but error occurred like this: 
HTTP request sent, awaiting response... 404 Not Found 
Remote file does not exist -- broken link!!! 

the root cause seems to be this file, adt_installer.conf 
YOCTOADT_REPO="http://adtrepo.yoctoproject.org/3.14.52-1.1.1" 

please, let me know what's the exact site. 



감사합니다.



462-807) 경기도 성남시 중원구 둔촌대로 544(상대원동) 

소프트웨어개발팀/한대윤부장

Mobile: 010-3273-8096

Tel: 031-737-8897

E-mail :  <mailto:daeyun@yoisys.com> daeyun@yoisys.com

 

 


[-- Attachment #1.1.2: Type: text/html, Size: 4283 bytes --]

[-- Attachment #1.2: image001.png --]
[-- Type: image/png, Size: 7056 bytes --]

[-- Attachment #2: adt_installer_404_not_found.txt --]
[-- Type: text/plain, Size: 3066 bytes --]

#########################################################################
# Welcome to Yocto Application Developement Tools (ADT) Installer
#
# Host Machine:				x86_64
# OS info:				3.19.0-59-generic
# Yocto ADT version to be installed:	
# supported target architectures:	x86 x86_64 arm ppc mips
# supported target root_fs images:	minimal minimal-dev sato sato-dev sato-sdk lsb lsb-dev lsb-sdk
#########################################################################

Systemwide installation. Installation will occur under /opt/fsl-imx-fb/3.14.52-1.1.1

############################################################################
# Your system installation configurations from adt_installer.conf
############################################################################
# Cross toolchains:		arm x86
# Install Qemu:			Y
# Install NFS utilities:	Y

##############################################################################
# Your rootfs image(s) and target sysroot selections from adt_installer.conf
##############################################################################
# Target architecture:		arm
# Target machine:		qemuarm
# Root_fs images:		minimal sato-sdk
# Target sysroot image:		sato-sdk
# Target sysroot loc:		/home/daeyun/test-yocto/qemuarm


# Target architecture:		x86
# Target machine:		qemux86
# Root_fs images:		sato-sdk
# Target sysroot image:		sato-sdk
# Target sysroot loc:		/home/daeyun/test-yocto/qemux86


############################################################################

There're two ways you can do installation: silent mode or interactive mode. To choose silent mode, which means you opt for the system to override the existing data under the specified installation directories without prompting for your confirmation. Please be cautious with this selection which may trigger your losing data. With the interactive mode, you have to closely monitor the installation process, since it will prompt you each step it needs to override some existing data. To choose silent mode, please enter [S], for interactive mode, please enter [I] or [X] to exit the installation.
[ADT_INST] Please enter your selections here:
I
Spider mode enabled. Check if remote file exists.
--2016-05-13 19:00:16--  http://adtrepo.yoctoproject.org/3.14.52-1.1.1
Resolving adtrepo.yoctoproject.org (adtrepo.yoctoproject.org)... 198.145.20.127
Connecting to adtrepo.yoctoproject.org (adtrepo.yoctoproject.org)|198.145.20.127|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
Remote file does not exist -- broken link!!!

[ADT_INST] Error: YOCTOADT_REPO does not exist: http://adtrepo.yoctoproject.org/3.14.52-1.1.1

#############################################################################
# Meet error(s) when installing Yocto ADT! Please check log file for details. 
#############################################################################

daeyun@daeyun-VirtualBox:~/adt-installer$ ls
adt_installer  adt_installer.conf  adt_installer.log  opkg  scripts


[-- Attachment #3: adt_installer.conf --]
[-- Type: application/octet-stream, Size: 4000 bytes --]

# Yocto ADT Installer Configuration File
#
# Copyright 2010-2011 by Intel Corp.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy 
# of this software and associated documentation files (the "Software"), to deal 
# in the Software without restriction, including without limitation the rights 
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
# copies of the Software, and to permit persons to whom the Software is 
# furnished to do so, subject to the following conditions:

# The above copyright notice and this permission notice shall be included in 
# all copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
# THE SOFTWARE.


# Your yocto distro repository, this should include IPKG based packages and root filesystem files where the installation is based on

YOCTOADT_REPO="http://adtrepo.yoctoproject.org/3.14.52-1.1.1"

# The following are for system wide setup
# Target architectures that you want to setup host cross dev environment for
# valid values are: arm, x86, x86_64, ppc, mips with space separation between entries
YOCTOADT_TARGETS="arm x86"
# Whether install qemu or not, valid entries are: Y/N
YOCTOADT_QEMU="Y"
# Whether install user-mode nfs or not, valid entries are: Y/N.  If you want to use Yocto Eclipse plug-in as your dev IDE, you need to select both qemu and NFS
YOCTOADT_NFS_UTIL="Y"

# These 2 values will be supported in the furture installer
#YOCTOADT_BITBAKE="Y"
#YOCTOADT_METADATA="Y"

#The followings are for setting up specific target architecture
#YOCTOADT_ROOTFS_$arch is for specifying what root filesystem image files you want to download from the repository. The valid values to replace $arch are: arm, x86, x86_64, powerpc, mips.  The valid image files are: minimal, minimal-dev, sato, sato-dev, sato-sdk,lsb, lsb-dev, lsb-sdk.  If you want to download multiple images, the entries are space separated
YOCTOADT_ROOTFS_arm="minimal sato-sdk"
#Specify which root filesystem file to use to extract as target sysroot.  Please ensure the entry is in the list of downloaded root filesystem files that specified above in YOCTOADT_ROOTFS_$arch
YOCTOADT_TARGET_SYSROOT_IMAGE_arm="sato-sdk"
#The machine for which you want to download the image. Each machine might have
#different compilation options in order to select certain hardware models or
#configurations
YOCTOADT_TARGET_MACHINE_arm="qemuarm"
#The location where the target sysroot will be setup
YOCTOADT_TARGET_SYSROOT_LOC_arm="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_arm"


#Here's a template for setting up target arch of x86 
YOCTOADT_ROOTFS_x86="sato-sdk"
YOCTOADT_TARGET_SYSROOT_IMAGE_x86="sato-sdk"
YOCTOADT_TARGET_MACHINE_x86="qemux86"
YOCTOADT_TARGET_SYSROOT_LOC_x86="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_x86"

#Here's some template of other arches, which you need to change the value in ""
YOCTOADT_ROOTFS_x86_64="sato-sdk"
YOCTOADT_TARGET_SYSROOT_IMAGE_x86_64="sato-sdk"
YOCTOADT_TARGET_MACHINE_x86_64="qemux86-64"
YOCTOADT_TARGET_SYSROOT_LOC_x86_64="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_x86_64"

YOCTOADT_ROOTFS_ppc="sato-sdk"
YOCTOADT_TARGET_SYSROOT_IMAGE_ppc="sato-sdk"
YOCTOADT_TARGET_MACHINE_ppc="qemuppc"
YOCTOADT_TARGET_SYSROOT_LOC_ppc="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_ppc"

YOCTOADT_ROOTFS_mips="sato-sdk"
YOCTOADT_TARGET_SYSROOT_IMAGE_mips="sato-sdk"
YOCTOADT_TARGET_MACHINE_mips="qemumips"
YOCTOADT_TARGET_SYSROOT_LOC_mips="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_mips"


             reply	other threads:[~2016-05-15 23:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-15 23:14 한대윤 [this message]
2016-05-24 16:48 ` [ADT_Installer] seemingly wrong repo site Lauren Post

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=''\!'&'\!'AAAAAAAAAAAYAAAAAAAAAGLDxwFMGS9MrMf8XJOQE6jCgAAAEAAAAKRvz8JDsddEo/9EDrgY31IBAAAAAA==@yoisys.com' \
    --to=daeyun@yoisys.com \
    --cc=meta-freescale@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.