diff options
Diffstat (limited to 'meta/recipes-devtools')
5 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index ea36674d15..9336b9ec68 100755 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer | |||
@@ -48,7 +48,7 @@ usage () | |||
48 | echo_info "# Install Qemu:\t\t\t$YOCTOADT_QEMU" | 48 | echo_info "# Install Qemu:\t\t\t$YOCTOADT_QEMU" |
49 | echo_info "# Install NFS utilities:\t$YOCTOADT_NFS_UTIL" | 49 | echo_info "# Install NFS utilities:\t$YOCTOADT_NFS_UTIL" |
50 | #echo_info "# Install bitbake + UI:\t\t$YOCTOADT_BITBAKE" | 50 | #echo_info "# Install bitbake + UI:\t\t$YOCTOADT_BITBAKE" |
51 | #echo_info "# Install poky metadata:\t$YOCTOADT_METADATA" | 51 | #echo_info "# Install metadata:\t$YOCTOADT_METADATA" |
52 | #echo_info "############################################################################\n" | 52 | #echo_info "############################################################################\n" |
53 | 53 | ||
54 | echo_info "\n##############################################################################" | 54 | echo_info "\n##############################################################################" |
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer.conf b/meta/recipes-devtools/installer/adt-installer/adt_installer.conf index d2af70dd0f..b518c5362a 100644 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer.conf +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer.conf | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | # Your yocto distro repository, this should include IPKG based packages and root filesystem files where the installation is based on | 24 | # Your yocto distro repository, this should include IPKG based packages and root filesystem files where the installation is based on |
25 | 25 | ||
26 | YOCTOADT_IPKG_REPO="http://adtrepo.yoctoproject.org/1.0/rootfs" | 26 | YOCTOADT_IPKG_REPO="http://adtrepo.yoctoproject.org/$YOCTOADT_VERSION/rootfs" |
27 | 27 | ||
28 | # The following are for system wide setup | 28 | # The following are for system wide setup |
29 | # Target architectures that you want to setup host cross dev environment for | 29 | # Target architectures that you want to setup host cross dev environment for |
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal index 8d4e01b881..870931e37b 100755 --- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal +++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | |||
@@ -29,11 +29,11 @@ parse_config() | |||
29 | case $INST_ARCH in | 29 | case $INST_ARCH in |
30 | i[3-6]86) | 30 | i[3-6]86) |
31 | OPKG_CONFIG_FILE=$YOCTOADT_OPKG_CONF_FILE_32 | 31 | OPKG_CONFIG_FILE=$YOCTOADT_OPKG_CONF_FILE_32 |
32 | OECORE_NATIVE_SYSROOT="$INSTALL_FOLDER/sysroots/$INST_ARCH-${SDK_VENDOR}-linux/" | 32 | OECORE_NATIVE_SYSROOT="$INSTALL_FOLDER/sysroots/$INST_ARCH$SDK_VENDOR-linux/" |
33 | ;; | 33 | ;; |
34 | x86_64) | 34 | x86_64) |
35 | OPKG_CONFIG_FILE=$YOCTOADT_OPKG_CONF_FILE_64 | 35 | OPKG_CONFIG_FILE=$YOCTOADT_OPKG_CONF_FILE_64 |
36 | OECORE_NATIVE_SYSROOT="$INSTALL_FOLDER/sysroots/x86_64-${SDK_VENDOR}-linux/" | 36 | OECORE_NATIVE_SYSROOT="$INSTALL_FOLDER/sysroots/x86_64$SDK_VENDOR-linux/" |
37 | ;; | 37 | ;; |
38 | *) | 38 | *) |
39 | echo_info "[ADT_INST] Error: Installation Machine is not supported!" | 39 | echo_info "[ADT_INST] Error: Installation Machine is not supported!" |
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/data_define b/meta/recipes-devtools/installer/adt-installer/scripts/data_define index ca1d47c883..2781e77032 100644 --- a/meta/recipes-devtools/installer/adt-installer/scripts/data_define +++ b/meta/recipes-devtools/installer/adt-installer/scripts/data_define | |||
@@ -37,4 +37,3 @@ YOCTOADT_SUPPORTED_TARGETS="x86 x86_64 arm ppc mips" | |||
37 | # configuration files | 37 | # configuration files |
38 | YOCTOADT_OPKG_CONF_FILE_32="./opkg/conf/opkg-sdk-i686.conf" | 38 | YOCTOADT_OPKG_CONF_FILE_32="./opkg/conf/opkg-sdk-i686.conf" |
39 | YOCTOADT_OPKG_CONF_FILE_64="./opkg/conf/opkg-sdk-x86_64.conf" | 39 | YOCTOADT_OPKG_CONF_FILE_64="./opkg/conf/opkg-sdk-x86_64.conf" |
40 | INSTALL_FOLDER=/opt/poky/$YOCTOADT_VERSION | ||
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 4a3e4def79..8f6e91fc5b 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb | |||
@@ -31,7 +31,7 @@ ALLOW_EMPTY = "1" | |||
31 | PACKAGES = "" | 31 | PACKAGES = "" |
32 | PACKAGE_ARCH = "all" | 32 | PACKAGE_ARCH = "all" |
33 | 33 | ||
34 | PR = "r0" | 34 | PR = "r3" |
35 | 35 | ||
36 | ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" | 36 | ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" |
37 | ADT_DIR = "${WORKDIR}/adt-installer/" | 37 | ADT_DIR = "${WORKDIR}/adt-installer/" |
@@ -69,6 +69,8 @@ fakeroot do_deploy () { | |||
69 | echo 'YOCTOADT_VERSION=${SDK_VERSION}' > ${ADT_DIR}/temp.conf | 69 | echo 'YOCTOADT_VERSION=${SDK_VERSION}' > ${ADT_DIR}/temp.conf |
70 | cat ${ADT_DIR}/adt_installer.conf >> ${ADT_DIR}/temp.conf | 70 | cat ${ADT_DIR}/adt_installer.conf >> ${ADT_DIR}/temp.conf |
71 | mv ${ADT_DIR}/temp.conf ${ADT_DIR}/adt_installer.conf | 71 | mv ${ADT_DIR}/temp.conf ${ADT_DIR}/adt_installer.conf |
72 | echo 'SDK_VENDOR=${SDK_VENDOR}' >> ${ADT_DIR}/scripts/data_define | ||
73 | echo 'INSTALL_FOLDER=${SDKPATH}' >> ${ADT_DIR}/scripts/data_define | ||
72 | tar cfj adt_installer.tar.bz2 adt-installer | 74 | tar cfj adt_installer.tar.bz2 adt-installer |
73 | cp ${WORKDIR}/adt_installer.tar.bz2 ${ADT_DEPLOY} | 75 | cp ${WORKDIR}/adt_installer.tar.bz2 ${ADT_DEPLOY} |
74 | } | 76 | } |