Yocto Project Package Management - smart

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto Project Package Management - smart

Yocto Project Package Management - smart

Introduction

The "smart" package management system is available in  Yocto Project for managing  packages on a target machine. A host is configured as a server for the packages and on the target the "package-management" feature is enabled for working with the packages. The steps for setup and usage are described below.

Resources

The Yocto Project package management system will work with many hosts and targets. The following were used for creating this document:

Host

You have successfully installed a Freescale Yocto Project release. (Refer to Freescale Yocto Project Release Documentation). There are two steps for adding package management and then building:

1. Modify conf/local.conf
EXTRA_IMAGE_FEATURES = "debug-tweaks package-management"
2. Build the image:
bitbake core-image-minimal

The core-image-minimal recipe provides an image enabling the target board to boot and support a serial console.

3. Create SDCARD:
$ cd <build>/tmp/deploy/images/imx6qsabresd
$ sudo dd if=core-image-minimal-imx6qsabresd.sdcard of=/dev/sdb bs=4M && sync

Note - verify location of SDCARD on your host, /dev/sdb in this example. Examine 'cat /proc/partitions'

4. Setup web server and add link to rpm packages

A web server, lighttpd, is installed.

$ sudo apt-get install lighttpd

Provide user write capability in /var/www

$ sudo chmod 777 /var/www

Create a soft link in the default web server directory to the rpm directory from the build. Note: Please update $HOME/<build> to your actual location:

$ ln -s $HOME/<build>/tmp/deploy/rpm /var/www/imx6qsd
‍

Target

Insert the SDCARD created from step 3 above, connect power and console cable  and power on the MCIMX6Q-SDP. Login using the "root" id, no password required.

The /usr/bin/smart application is now used to setup the channels and perform package commands. For all smart options:

smart --help

1. Add channels

To add the packages from the host to your target, the smart  channel --add is used:

Please enter the IP adress of your server, replacing SERVERIP below:

smart channel --add all type=rpm-md name=all baseurl=
http://SERVERIP/imx6qsd/all

smart channel --add cortexa9hf_vfp_neon type=rpm-md name=cortexa9hf_vfp_neon baseurl=
http://SERVERIP/imx6qsd/cortexa9hf_vfp_neon

smart channel --add imx6qsabresd type=rpm-md name=imx6qsabresd baseurl=
http://SERVERIP/imx6qsd/imx6qsabresd

Check  the added channels:

root@imx6qsabresd:~# smart channel --list
all
imx6qsabresd
rpmsys
cortexa9hf_vfp_neon

2. Update  local package cache

Once the chanels have been added, the local package cache is updated.

Note  SERVERIP below will be the host IP address in your network.

root@imx6qsabresd:~# smart update

Loading cache...

Updating cache...               ######################################## [100%]

Fetching information for 'all'...                                          

-> http://SERVERIP/imx6qsd/all/repodata/repomd.xml                         

repomd.xml                      ######################################## [ 16%]

                                                                           

Fetching information for 'imx6qsabresd'...

-> http://SERVERIP/imx6qsd/imx6qsabresd/repodata/repomd.xml                

repomd.xml                      ######################################## [ 41%]

                                                                           

Fetching information for 'cortexa9hf_vfp_neon'...

-> http://SERVERIP/imx6qsd/cortexa9hf_vfp_neon/repodata/repomd.xml         

repomd.xml                      ######################################## [ 66%]

Updating cache...               ######################################## [100%]

Channels have no new packages.

3. Searching for packages

Let us look at all packages containing the string client

root@imx6qsabresd:~# smart search client*
Loading cache...
Updating cache...               ######################################## [100%]

libice-dbg - ICE: Inter-Client Exchange library - Debugging files
libice-dev - ICE: Inter-Client Exchange library - Development files
libice-doc - ICE: Inter-Client Exchange library - Documentation files
libice-staticdev - ICE: Inter-Client Exchange library - Development files (Static Libraries)
libice6 - ICE: Inter-Client Exchange library
libsm-dbg - SM: Session Management library - Debugging files
libsm-dev - SM: Session Management library - Development files
libsm-doc - SM: Session Management library - Documentation files
libsm-staticdev - SM: Session Management library - Development files (Static Libraries)
libsm6 - SM: Session Management library
libx11-6 - Xlib: C Language X Interface library
libx11-dbg - Xlib: C Language X Interface library - Debugging files
libx11-dev - Xlib: C Language X Interface library - Development files
libx11-doc - Xlib: C Language X Interface library - Documentation files
libx11-locale - Xlib: C Language X Interface library
libx11-staticdev - Xlib: C Language X Interface library - Development files (Static Libraries)
libx11-xcb1 - Xlib: C Language X Interface library
libxau-dbg - Xau: X Authority Database library - Debugging files
libxau-dev - Xau: X Authority Database library - Development files
libxau-doc - Xau: X Authority Database library - Documentation files
libxau-staticdev - Xau: X Authority Database library - Development files (Static Libraries)
libxau6 - Xau: X Authority Database library
python-netclient - Python Internet Protocol clients
xtrans-dbg - XTrans: X Transport library - Debugging files
xtrans-dev - XTrans: X Transport library - Development files
xtrans-doc - XTrans: X Transport library - Documentation files

Adding openssh client to core-image minimal

The core-image-minimal does not provide openssh client applications like ssh or scp. Let's add them on the host then update the target cache of packages and then install.

Host

Run bitbake to exercise all the tasks for packagegroup-core-ssh-openssh

$ bitbake packagegroup-core-ssh-openssh

After building a package individually, always update the package-index

$ bitbake package-index

Target

Run smart to update the local cache which will pickup the new packages from the bake above.

root@imx6qsabresd:~# smart update
Loading cache...
Updating cache...               ######################################## [100%]


Fetching information for 'all'...                                              
-> 
http://SERVERIP/imx6qsd/all/repodata/repomd.xml
                          

repomd.xml                      ######################################## [ 16%]
-> 
http://SERVERIP/imx6qsd/all/repodata/primary.xml.gz
                      

primary.xml.gz                  ######################################## [ 25%]
-> 
http://SERVERIP/imx6qsd/all/repodata/filelists.xml.gz
                    

filelists.xml.gz                ######################################## [ 33%]
                                                                               
Fetching information for 'imx6qsabresd'...
-> 
http://SERVERIP/imx6qsd/imx6qsabresd/repodata/repomd.xml
                 

repomd.xml                      ######################################## [ 50%]
-> 
http://SERVERIP/imx6qsd/imx6qsabresd/repodata/primary.xml.gz
             

-> 
http://SERVERIP/imx6qsd/imx6qsabresd/repodata/filelists.xml.gz
           

filelists.xml.gz                ######################################## [ 58%]
primary.xml.gz                  ######################################## [ 66%]
                                                                               
Fetching information for 'cortexa9hf_vfp_neon'...
-> 
http://SERVERIP/imx6qsd/cortexa9hf_vfp_neon/repodata/repomd.xml
          

repomd.xml                      ######################################## [ 83%]
-> 
http://SERVERIP/imx6qsd/cortexa9hf_vfp_neon/repodata/primary.xml.gz
      

primary.xml.gz                  ######################################## [ 91%]
-> 
http://SERVERIP/imx6qsd/cortexa9hf_vfp_neon/repodata/filelists.xml.gz
    

filelists.xml.gz                ######################################## [100%]


Updating cache...               ######################################## [100%]


Channels have 15 new packages.
Saving cache...

Examine information about local cache:

root@imx6qsabresd:~# smart stats
Loading cache...
Updating cache...               ######################################## [100%]


Installed Packages: 80
Total Packages: 3586
Total Provides: 6580
Total Requires: 1611
Total Upgrades: 3565
Total Conflicts: 25

See what ssh packages are now available:

root@imx6qsabresd:~# smart search *ssh*
Loading cache...
Updating cache...               ######################################## [100%]


openssh - Secure rlogin/rsh/rcp/telnet replacement
openssh-dbg - Secure rlogin/rsh/rcp/telnet replacement - Debugging files
openssh-dev - Secure rlogin/rsh/rcp/telnet replacement - Development files
openssh-doc - Secure rlogin/rsh/rcp/telnet replacement - Documentation files
openssh-keygen - Secure rlogin/rsh/rcp/telnet replacement
openssh-misc - Secure rlogin/rsh/rcp/telnet replacement
openssh-ptest - Secure rlogin/rsh/rcp/telnet replacement - Package test files
openssh-scp - Secure rlogin/rsh/rcp/telnet replacement
openssh-sftp - Secure rlogin/rsh/rcp/telnet replacement
openssh-sftp-server - Secure rlogin/rsh/rcp/telnet replacement
openssh-ssh - Secure rlogin/rsh/rcp/telnet replacement
openssh-sshd - Secure rlogin/rsh/rcp/telnet replacement
packagegroup-core-ssh-openssh - OpenSSH SSH client/server
packagegroup-core-ssh-openssh-dbg - OpenSSH SSH client/server - Debugging files
packagegroup-core-ssh-openssh-dev - OpenSSH SSH client/server - Development files

Install openssh

root@imx6qsabresd:~# smart install openssh
Loading cache...
Updating cache...               ######################################## [100%]


Computing transaction...


Installing packages (9):
  openssh-6.7p1-r0@cortexa9hf_vfp_neon                                          
  openssh-keygen-6.7p1-r0@cortexa9hf_vfp_neon                                   
  openssh-scp-6.7p1-r0@cortexa9hf_vfp_neon                                      
  openssh-ssh-6.7p1-r0@cortexa9hf_vfp_neon                                      
  openssh-sshd-6.7p1-r0@cortexa9hf_vfp_neon                                     
  shadow-4.2.1-r0@cortexa9hf_vfp_neon                                           
  shadow-base-4.2.1-r0@cortexa9hf_vfp_neon                                      
  shadow-securetty-4.2.1-r3@imx6qsabresd                                        
  util-linux-sulogin-2.25.2-r1@cortexa9hf_vfp_neon                              


1.4MB of package files are needed. 3.2MB will be used.


Confirm changes? (Y/n): y


Fetching packages...                                                           
-> 
http://SERVERIP/imx6qsd/.../openssh-6.7p1-r0.cortexa9hf_vfp_neon.rpm
     

-> 
http://SERVERIP/imx6qsd/.../shadow-securetty-4.2.1-r3.imx6qsabresd.rpm
   

shadow-securetty-4.2.1-r3.imx.. ######################################## [ 11%]
-> 
http://SERVERIP/imx6qsd/.../openssh-scp-6.7p1-r0.cortexa9hf_vfp_neon.rpm
 

openssh-scp-6.7p1-r0.cortexa9.. ######################################## [ 22%]
openssh-6.7p1-r0.cortexa9hf_v.. ######################################## [ 33%]
-> 
http://SERVERIP/imx6qsd/.../openssh-sshd-6.7p1-r0.cortexa9hf_vfp_neon.rpm

openssh-sshd-6.7p1-r0.cortexa.. ######################################## [ 44%]
-> 
http://SERVERIP/imx6qsd/.../shadow-4.2.1-r0.cortexa9hf_vfp_neon.rpm
      

-> 
http://SERVERIP/imx6qsd/.../openssh-ssh-6.7p1-r0.cortexa9hf_vfp_neon.rpm
 

openssh-ssh-6.7p1-r0.cortexa9.. ######################################## [ 55%]
-> 
http://SERVERIP/imx6qsd/.../shadow-base-4.2.1-r0.cortexa9hf_vfp_neon.rpm
 

shadow-base-4.2.1-r0.cortexa9.. ######################################## [ 66%]
shadow-4.2.1-r0.cortexa9hf_vf.. ######################################## [ 77%]
-> 
http://SERVERIP/.../util-linux-sulogin-2.25.2-r1.cortexa9hf_vfp_neon.rpm
 

util-linux-sulogin-2.25.2-r1... ######################################## [ 88%]
-> 
http://SERVERIP/.../openssh-keygen-6.7p1-r0.cortexa9hf_vfp_neon.rpm
      

openssh-keygen-6.7p1-r0.corte.. ######################################## [100%]


                                                                               
Committing transaction...
Preparing...                    ######################################## [  0%]
   1:Installing openssh-ssh     ######################################## [ 11%]
Output from openssh-ssh-6.7p1-r0@cortexa9hf_vfp_neon:                          
update-alternatives: Linking /usr/bin/ssh to /usr/bin/ssh.openssh              
   2:Installing openssh-scp     ######################################## [ 22%]
Output from openssh-scp-6.7p1-r0@cortexa9hf_vfp_neon:                          
update-alternatives: Linking /usr/bin/scp to /usr/bin/scp.openssh              
   3:Installing shadow-secure.. ######################################## [ 33%]
   4:Installing shadow-base     ######################################## [ 44%]
Output from shadow-base-4.2.1-r0@cortexa9hf_vfp_neon:                          
update-alternatives: Linking /usr/bin/newgrp to /usr/bin/newgrp.shadow         
update-alternatives: Linking /usr/bin/groups to /usr/bin/groups.shadow
update-alternatives: Linking /bin/login to /bin/login.shadow
update-alternatives: Linking /bin/su to /bin/su.shadow
   5:Installing util-linux-su.. ######################################## [ 55%]
Output from util-linux-sulogin-2.25.2-r1@cortexa9hf_vfp_neon:                  
update-alternatives: Linking /sbin/sulogin to /sbin/sulogin.util-linux         
   6:Installing openssh-keygen  ######################################## [ 66%]
   7:Installing shadow          ######################################## [ 77%]
Output from shadow-4.2.1-r0@cortexa9hf_vfp_neon:                               
update-alternatives: Linking /usr/bin/passwd to /usr/bin/passwd.shadow         
update-alternatives: Linking /usr/bin/chfn to /usr/bin/chfn.shadow
update-alternatives: Linking /usr/bin/chsh to /usr/bin/chsh.shadow
update-alternatives: Linking /usr/sbin/chpasswd to /usr/sbin/chpasswd.shadow
update-alternatives: Linking /sbin/vipw to /sbin/vipw.shadow
update-alternatives: Linking /sbin/vigr to /sbin/vigr.shadow
Output from openssh-sshd-6.7p1-r0@cortexa9hf_vfp_neon:                         
 Removing any system startup links for sshd ...                                
Running useradd commands...
NOTE: Performing useradd with [ --system --no-create-home --home-dir /var/run/sshd --shell /bin/false --user-group sshd] and 10 times of retry
   8:Installing openssh-sshd    ######################################## [ 88%]
 Adding system startup for /etc/init.d/sshd.                                   
Starting OpenBSD Secure Shell server: sshd
  generating ssh RSA key...
  generating ssh ECDSA key...
  generating ssh DSA key...
  generating ssh ED25519 key...
done.
   9:Installing openssh         ######################################## [100%]

Check for the scp command:

root@imx6qsabresd:~# which scp
/usr/bin/scp

Summary

To add a new package on the server host, run bitbake <recipe> then bitbake package-index to update the rpm tracking information. On the target board, run smart update and then smart install <package>. Use smart search <regular expression string> to hunt for a package to install.

Labels (3)
Comments

I have followed this document but, got following errors. Please, help as early as you can

After bitbake fsl-image-gui,  got following errors

WARNING: Failed to fetch URL http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://tukaani.org/xz/xz-5.2.0.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://download.savannah.gnu.org/releases/attr/attr-2.4.47.src.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://downloads.sourceforge.net/flex/flex-2.5.39.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz, attempting MIRRORS if available

ERROR: Fetcher failure: Fetch command failed with exit code 4, output:

wget: unable to resolve host address 'www.multiprecision.org'

ERROR: Function failed: Fetcher failure for URL: 'http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/swapnil/fsl-release-bsp/build-x11/tmp/work/x86_64-linux/libmpc-native/1.0.2-r0/temp/log.do_fetch.25793

ERROR: Task 3407 (virtual:native:/home/swapnil/fsl-release-bsp/sources/poky/meta/recipes-support/libmpc/libmpc_1.0.2.bb, do_fetch) failed with exit code '1'

Hello,

Very usefull tutorial, thanks!!

I want to point something that may need a correction in the code you give to us CurtisWald.

The name of the folder in the host computer does not match in the next two steps, and it gives an error.

Step1:

Create a soft link in the default web server directory to the rpm directory from the build. Note: Please update $HOME/<build> to your actual location:

  1. $ ln -s $HOME/<build>/tmp/deploy/rpm /var/www/imx6q

Step2:

1. Add channels

To add the packages from the host to your target, the smart  channel --add is used:

Please enter the IP adress of your server, replacing SERVERIP below:

  1. smart channel --add all type=rpm-md name=all baseurl=http://SERVERIP/imx6qsd/all  
  2. smart channel --add cortexa9hf_vfp_neon type=rpm-md name=cortexa9hf_vfp_neon baseurl=http://SERVERIP/imx6qsd/cortexa9hf_vfp_neon  
  3. smart channel --add imx6qsabresd type=rpm-md name=imx6qsabresd baseurl=http://SERVERIP/imx6qsd/imx6qsabresd  

Cheers.

Updated initial post, thanks.

Thank you for this post!

But Isn't there a web server "for everyone" (in world wide web...) to use rpm's for imx6 with smart (just like with normally use "apt-get" in ubunbtu) ?

Thanks,

Ran

Hello,

I would like to ask if the SMART package management support the S32XX Platform?
Since i'm using the s32g Platform and I do excaly the same steps as the tutorial said. I didn't got any error, however when I successfully boot the SD card and insert it into the slot of my board. In the rootfs, I can't find the smart excuable file and the konsol said there is no command called smart.

Thanks,

Yihan

Hello,

Yocto Project 2.4 Rocko release smart has been replaced with dnf:

https://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html

24.11.8. Package Management Changes¶<https://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html#migration-2.3-package-management-changes>

The following package management changes took place:

  • Smart package manager is replaced by DNF package manager. Smart has become unmaintained upstream, is not ported to Python 3.x. Consequently, Smart needed to be replaced. DNF is the only feasible candidate.

If the Yocto Project you are using is 2.4 or later, recommend using dnf.

Hello Curtis,

Thank you for the Rely. I got some error after use the command "bitbake package-index" in the <build-directory>

ERROR: package-index-1.0-r0 do_package_index: Error executing a python function in exec_python_func() autogenerated:

.

.

.

Subprocess output:
Temporary repodata directory /home/cheng/fsl-auto-yocto-bsp/build_s32g274aevb/tmp/deploy/rpm/.repodata/ already exists! (Another createrepo process is running?)

ERROR: package-index-1.0-r0 do_package_index: Function failed: do_package_index
ERROR: Logfile of failure stored in: /home/cheng/fsl-auto-yocto-bsp/build_s32g274aevb/tmp/work/aarch64-fsl-linux/package-index/1.0-r0/temp/log.do_package_index.39272
ERROR: Task (/home/cheng/fsl-auto-yocto-bsp/sources/poky/meta/recipes-core/meta/package-index.bb:do_package_index) failed with exit code '1'

Summary: 1 task failed:
/home/cheng/fsl-auto-yocto-bsp/sources/poky/meta/recipes-core/meta/package-index.bb:do_package_index
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Do you know how to solve it?

Thanks!

Yihan

Hello Yihan,

From the info you shared:

directory /home/cheng/fsl-auto-yocto-bsp/build_s32g274aevb/tmp/deploy/rpm/.repodata/

already exists!

Remove that directory and try again?

Maybe something like:

$ rm -fr /home/cheng/fsl-auto-yocto-bsp/build_s32g274aevb/tmp/deploy/rpm/.repodata/

$ cd $BUILDDIR

$ bitbake package-index

I have not worked with S32 much, but for i.MX I can share some steps that worked for me:

On Ubuntu 64-bit host (18.04 currently)

Web Server – there are a few out there, this one worked for me:

$ sudo apt-get install python-twisted-web

Build your image, for example on i.MX this recipe:

$ cd $BUILDDIR

$ bitbake imx-image-full

Create the meta data for dnf:

$ bitbake package-index

Start web server: (Ubuntu host IP address 10.0.0.100, used on development system below)

$ twistd web –patch tmp/deploy/rpm –port tcp:8080

At this point, web server started with recipes from imx-image-full available for dnf.

On development system:

The /etc/yum.repos.d directory is where dnf default looks for information that contain the repositories.

I copy and paste the following in the console of the development system to setup dnf. You can modify for your setup:

mkdir /etc/yum.repos.d

cd /etc/yum.repos.d

cat > imx.repo << END

name=i.MX rpm repository

baseurl=http://10.0.0.100:8080

enabled=1

metadata_expire=0

gpgcheck=0

END

Last setup step is to create the local cache on the development system:

$ dnf makecache

Now you can “dnf search package” and “dnf install package”.

If on your development system you want to add something the overall flow is:

On Host:

$ bitbake newRecipe

$ bitbake package-index - need to update the meta data for dnf

On development system:

$ dnf update or dnf makecache

$ dnf install newRecipe

That flow had worked for me, good luck.

-Curtis

%3CLINGO-SUB%20id%3D%22lingo-sub-1106337%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EYocto%20Project%20Package%20Management%20-%20smart%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1106337%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CH1%20id%3D%22toc-hId-380666704%22%20id%3D%22toc-hId-380666704%22%20id%3D%22toc-hId-1297754923%22%3E%3CSPAN%20style%3D%22font-size%3A%2018pt%3B%22%3EIntroduction%3C%2FSPAN%3E%3C%2FH1%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20%22smart%22%20package%20management%20system%20is%20available%20in%26nbsp%3B%20Yocto%20Project%20for%20managing%26nbsp%3B%20packages%20on%20a%20target%20machine.%20A%20host%20is%20configured%20as%20a%20server%20for%20the%20packages%20and%20on%20the%20target%20the%20%22package-management%22%20feature%20is%20enabled%20for%20working%20with%20the%20packages.%20The%20steps%20for%20setup%20and%20usage%20are%20described%20below.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CH1%20id%3D%22toc-hId--1426787759%22%20id%3D%22toc-hId--1426787759%22%20id%3D%22toc-hId--509699540%22%3EResources%3C%2FH1%3E%3CP%3EThe%20Yocto%20Project%20package%20management%20system%20will%20work%20with%20many%20hosts%20and%20targets.%20The%20following%20were%20used%20for%20creating%20this%20document%3A%3C%2FP%3E%3CUL%3E%3CLI%3EHost%3A%20Ubuntu%2014.04%2064-bit%3C%2FLI%3E%3CLI%3ETarget%3A%20%3CA%20href%3D%22http%3A%2F%2Fwww.freescale.com%2Fsabresdp%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3EMCIMX6Q-SDP%3C%2FA%3E%3C%2FLI%3E%3CLI%3EFreescale%20Yocto%20Project%20Release%20Documentation%3A%20%3CA%20href%3D%22http%3A%2F%2Fwww.freescale.com%2Fwebapp%2FDownload%3FcolCode%3DL3.14.38_6UL_LINUX_DOCS%26amp%3BParent_nodeId%3D1337699481071706174845%26amp%3BParent_pageType%3Dproduct%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3ELinux%203.14.38_6ul%20BSP%20%26amp%3B%20Multimedia%20Codecs%20Documentation%20%3C%2FA%3E(fsl-yocto-L3.14.38_6ul-ga.tar.gz)%3C%2FLI%3E%3C%2FUL%3E%3CP%3E%3C%2FP%3E%3CH1%20id%3D%22toc-hId-1060725074%22%20id%3D%22toc-hId-1060725074%22%20id%3D%22toc-hId-1977813293%22%3EHost%3C%2FH1%3E%3CP%3EYou%20have%20successfully%20installed%20a%20Freescale%20Yocto%20Project%20release.%20(Refer%20to%20Freescale%20Yocto%20Project%20Release%20Documentation).%20There%20are%20two%20steps%20for%20adding%20package%20management%20and%20then%20building%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CH5%20id%3D%22toc-hId-655399767%22%20id%3D%22toc-hId-655399767%22%20id%3D%22toc-hId-1572487986%22%3E1.%20Modify%20conf%2Flocal.conf%3C%2FH5%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3EEXTRA_IMAGE_FEATURES%20%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22string%20token%22%3E%22debug-tweaks%20package-management%22%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CH5%20id%3D%22toc-hId--1152054696%22%20id%3D%22toc-hId--1152054696%22%20id%3D%22toc-hId--234966477%22%3E2.%20Build%20the%20image%3A%3C%2FH5%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Ebitbake%20core%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eimage%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eminimal%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20core-image-minimal%20recipe%20provides%20an%20image%20enabling%20the%20target%20board%20to%20boot%20and%20support%20a%20serial%20console.%3C%2FP%3E%3CH5%20id%3D%22toc-hId-1335458137%22%20id%3D%22toc-hId-1335458137%22%20id%3D%22toc-hId--2042420940%22%3E3.%20Create%20SDCARD%3A%3C%2FH5%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3E%24%20cd%20%3CSPAN%20class%3D%22operator%20token%22%3E%26lt%3B%3C%2FSPAN%3Ebuild%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etmp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Edeploy%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimages%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsabresd%0A%24%20sudo%20dd%20%3CSPAN%20class%3D%22keyword%20token%22%3Eif%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3Ecore%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eimage%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eminimal%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eimx6qsabresd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Esdcard%20of%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Edev%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esdb%20bs%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E4M%20%3CSPAN%20class%3D%22operator%20token%22%3E%26amp%3B%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26amp%3B%3C%2FSPAN%3E%20sync%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3ENote%20-%20verify%20location%20of%20SDCARD%20on%20your%20host%2C%20%2Fdev%2Fsdb%20in%20this%20example.%20Examine%20'cat%20%2Fproc%2Fpartitions'%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CH5%20id%3D%22toc-hId--471996326%22%20id%3D%22toc-hId--471996326%22%20id%3D%22toc-hId-445091893%22%3E4.%20Setup%20web%20server%20and%20add%20link%20to%20rpm%20packages%3C%2FH5%3E%3CP%3EA%20web%20server%2C%20lighttpd%2C%20is%20installed.%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3E%24%20sudo%20apt%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eget%20install%20lighttpd%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3EProvide%20user%20write%20capability%20in%20%2Fvar%2Fwww%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3E%24%20sudo%20chmod%20%3CSPAN%20class%3D%22number%20token%22%3E777%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Evar%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ewww%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3ECreate%20a%20soft%20link%20in%20the%20default%20web%20server%20directory%20to%20the%20rpm%20directory%20from%20the%20build.%20Note%3A%20Please%20update%20%24HOME%2F%3CBUILD%3E%20to%20your%20actual%20location%3A%3C%2FBUILD%3E%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3E%24%20ln%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Es%20%24HOME%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26lt%3B%3C%2FSPAN%3Ebuild%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etmp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Edeploy%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erpm%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Evar%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ewww%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%0A%E2%80%8D%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CH1%20id%3D%22toc-hId-613387351%22%20id%3D%22toc-hId-613387351%22%20id%3D%22toc-hId-1530475570%22%3ETarget%3C%2FH1%3E%3CP%3EInsert%20the%20SDCARD%20created%20from%20step%203%20above%2C%20connect%20power%20and%20console%20cable%26nbsp%3B%20and%20power%20on%20the%20MCIMX6Q-SDP.%20Login%20using%20the%20%22root%22%20id%2C%20no%20password%20required.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20%2Fusr%2Fbin%2Fsmart%20application%20is%20now%20used%20to%20setup%20the%20channels%20and%20perform%20package%20commands.%20For%20all%20smart%20options%3A%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Esmart%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ehelp%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CH5%20id%3D%22toc-hId-208062044%22%20id%3D%22toc-hId-208062044%22%20id%3D%22toc-hId-1125150263%22%3E1.%20Add%20channels%3C%2FH5%3E%3CP%3ETo%20add%20the%20packages%20from%20the%20host%20to%20your%20target%2C%20the%20smart%26nbsp%3B%20channel%20--add%20is%20used%3A%3C%2FP%3E%3CP%3EPlease%20enter%20the%20IP%20adress%20of%20your%20server%2C%20replacing%20SERVERIP%20below%3A%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Esmart%20channel%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eadd%20all%20type%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3Erpm%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Emd%20name%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3Eall%20baseurl%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eall%0A%0Asmart%20channel%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eadd%20cortexa9hf_vfp_neon%20type%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3Erpm%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Emd%20name%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3Ecortexa9hf_vfp_neon%20baseurl%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ecortexa9hf_vfp_neon%0A%0Asmart%20channel%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eadd%20imx6qsabresd%20type%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3Erpm%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Emd%20name%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3Eimx6qsabresd%20baseurl%3CSPAN%20class%3D%22operator%20token%22%3E%3D%3C%2FSPAN%3E%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsabresd%0A%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3ECheck%26nbsp%3B%20the%20added%20channels%3A%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Eroot%40imx6qsabresd%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E~%3C%2FSPAN%3E%3CSPAN%20class%3D%22comment%20token%22%3E%23%20smart%20channel%20--list%3C%2FSPAN%3E%0Aall%0Aimx6qsabresd%0Arpmsys%0Acortexa9hf_vfp_neon%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CH5%20id%3D%22toc-hId--1599392419%22%20id%3D%22toc-hId--1599392419%22%20id%3D%22toc-hId--682304200%22%3E2.%20Update%26nbsp%3B%20local%20package%20cache%3C%2FH5%3E%3CP%3EOnce%20the%20chanels%20have%20been%20added%2C%20the%20local%20package%20cache%20is%20updated.%3C%2FP%3E%3CP%3ENote%26nbsp%3B%20SERVERIP%20below%20will%20be%20the%20host%20IP%20address%20in%20your%20network.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Eroot%40imx6qsabresd%3A~%23%20smart%20update%3C%2FP%3E%3CP%3ELoading%20cache...%3C%2FP%3E%3CP%3EUpdating%20cache...%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFetching%20information%20for%20'all'...%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%3C%2FP%3E%3CP%3E%3CSPAN%3E-%26gt%3B%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2FSERVERIP%2Fimx6qsd%2Fall%2Frepodata%2Frepomd.xml%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2FSERVERIP%2Fimx6qsd%2Fall%2Frepodata%2Frepomd.xml%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FSPAN%3E%3C%2FP%3E%3CP%3Erepomd.xml%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2016%25%5D%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%3C%2FP%3E%3CP%3EFetching%20information%20for%20'imx6qsabresd'...%3C%2FP%3E%3CP%3E%3CSPAN%3E-%26gt%3B%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2FSERVERIP%2Fimx6qsd%2Fimx6qsabresd%2Frepodata%2Frepomd.xml%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2FSERVERIP%2Fimx6qsd%2Fimx6qsabresd%2Frepodata%2Frepomd.xml%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FSPAN%3E%3C%2FP%3E%3CP%3Erepomd.xml%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2041%25%5D%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%3C%2FP%3E%3CP%3EFetching%20information%20for%20'cortexa9hf_vfp_neon'...%3C%2FP%3E%3CP%3E%3CSPAN%3E-%26gt%3B%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2FSERVERIP%2Fimx6qsd%2Fcortexa9hf_vfp_neon%2Frepodata%2Frepomd.xml%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2FSERVERIP%2Fimx6qsd%2Fcortexa9hf_vfp_neon%2Frepodata%2Frepomd.xml%3C%2FA%3E%3CSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FSPAN%3E%3C%2FP%3E%3CP%3Erepomd.xml%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2066%25%5D%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EUpdating%20cache...%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EChannels%20have%20no%20new%20packages.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CH5%20id%3D%22toc-hId--249942205%22%20id%3D%22toc-hId--249942205%22%20id%3D%22toc-hId-667146014%22%3E3.%20Searching%20for%20packages%3C%2FH5%3E%3CP%3ELet%20us%20look%20at%20all%20packages%20containing%20the%20string%20client%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Eroot%40imx6qsabresd%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E~%3C%2FSPAN%3E%3CSPAN%20class%3D%22comment%20token%22%3E%23%20smart%20search%20client*%3C%2FSPAN%3E%0ALoading%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0AUpdating%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FSPAN%3E%0A%0Alibice%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edbg%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20ICE%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Inter%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3EClient%20Exchange%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Debugging%20files%0Alibice%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20ICE%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Inter%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3EClient%20Exchange%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%0Alibice%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edoc%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20ICE%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Inter%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3EClient%20Exchange%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Documentation%20files%0Alibice%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Estaticdev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20ICE%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Inter%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3EClient%20Exchange%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%20%3CSPAN%20class%3D%22punctuation%20token%22%3E(%3C%2FSPAN%3EStatic%20Libraries%3CSPAN%20class%3D%22punctuation%20token%22%3E)%3C%2FSPAN%3E%0Alibice6%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20ICE%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Inter%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3EClient%20Exchange%20library%0Alibsm%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edbg%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20SM%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Session%20Management%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Debugging%20files%0Alibsm%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20SM%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Session%20Management%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%0Alibsm%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edoc%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20SM%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Session%20Management%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Documentation%20files%0Alibsm%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Estaticdev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20SM%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Session%20Management%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%20%3CSPAN%20class%3D%22punctuation%20token%22%3E(%3C%2FSPAN%3EStatic%20Libraries%3CSPAN%20class%3D%22punctuation%20token%22%3E)%3C%2FSPAN%3E%0Alibsm6%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20SM%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Session%20Management%20library%0Alibx11%3CSPAN%20class%3D%22number%20token%22%3E-6%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xlib%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20C%20Language%20X%20Interface%20library%0Alibx11%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edbg%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xlib%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20C%20Language%20X%20Interface%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Debugging%20files%0Alibx11%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xlib%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20C%20Language%20X%20Interface%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%0Alibx11%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edoc%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xlib%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20C%20Language%20X%20Interface%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Documentation%20files%0Alibx11%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Elocale%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xlib%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20C%20Language%20X%20Interface%20library%0Alibx11%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Estaticdev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xlib%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20C%20Language%20X%20Interface%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%20%3CSPAN%20class%3D%22punctuation%20token%22%3E(%3C%2FSPAN%3EStatic%20Libraries%3CSPAN%20class%3D%22punctuation%20token%22%3E)%3C%2FSPAN%3E%0Alibx11%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Excb1%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xlib%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20C%20Language%20X%20Interface%20library%0Alibxau%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edbg%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xau%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20X%20Authority%20Database%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Debugging%20files%0Alibxau%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xau%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20X%20Authority%20Database%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%0Alibxau%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edoc%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xau%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20X%20Authority%20Database%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Documentation%20files%0Alibxau%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Estaticdev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xau%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20X%20Authority%20Database%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%20%3CSPAN%20class%3D%22punctuation%20token%22%3E(%3C%2FSPAN%3EStatic%20Libraries%3CSPAN%20class%3D%22punctuation%20token%22%3E)%3C%2FSPAN%3E%0Alibxau6%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Xau%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20X%20Authority%20Database%20library%0Apython%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Enetclient%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Python%20Internet%20Protocol%20clients%0Axtrans%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edbg%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20XTrans%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20X%20Transport%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Debugging%20files%0Axtrans%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20XTrans%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20X%20Transport%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%0Axtrans%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edoc%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20XTrans%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20X%20Transport%20library%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Documentation%20files%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CH1%20id%3D%22toc-hId-1721239752%22%20id%3D%22toc-hId-1721239752%22%20id%3D%22toc-hId--1656639325%22%3EAdding%20openssh%20client%20to%20core-image%20minimal%3C%2FH1%3E%3CP%3EThe%20core-image-minimal%20does%20not%20provide%20openssh%20client%20applications%20like%20ssh%20or%20scp.%20Let's%20add%20them%20on%20the%20host%20then%20update%20the%20target%20cache%20of%20packages%20and%20then%20install.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CH4%20id%3D%22toc-hId-301033446%22%20id%3D%22toc-hId-301033446%22%20id%3D%22toc-hId-1218121665%22%3EHost%3C%2FH4%3E%3CP%3ERun%20bitbake%20to%20exercise%20all%20the%20tasks%20for%20packagegroup-core-ssh-openssh%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3E%24%20bitbake%20packagegroup%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ecore%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eopenssh%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3EAfter%20building%20a%20package%20individually%2C%20always%20update%20the%20package-index%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3E%24%20bitbake%20package%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eindex%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3ETarget%3C%2FP%3E%3CP%3ERun%20smart%20to%20update%20the%20local%20cache%20which%20will%20pickup%20the%20new%20packages%20from%20the%20bake%20above.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Eroot%40imx6qsabresd%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E~%3C%2FSPAN%3E%3CSPAN%20class%3D%22comment%20token%22%3E%23%20smart%20update%3C%2FSPAN%3E%0ALoading%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0AUpdating%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FSPAN%3E%0A%0A%0AFetching%20information%20%3CSPAN%20class%3D%22keyword%20token%22%3Efor%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22string%20token%22%3E'all'%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eall%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepodata%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepomd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0Arepomd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2016%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eall%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepodata%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eprimary%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0Aprimary%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2025%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eall%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepodata%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Efilelists%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0Afilelists%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2033%25%5D%3C%2FSPAN%3E%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0AFetching%20information%20%3CSPAN%20class%3D%22keyword%20token%22%3Efor%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22string%20token%22%3E'imx6qsabresd'%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsabresd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepodata%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepomd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0Arepomd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2050%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsabresd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepodata%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eprimary%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsabresd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepodata%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Efilelists%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0Afilelists%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2058%25%5D%3C%2FSPAN%3E%0Aprimary%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2066%25%5D%3C%2FSPAN%3E%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0AFetching%20information%20%3CSPAN%20class%3D%22keyword%20token%22%3Efor%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22string%20token%22%3E'cortexa9hf_vfp_neon'%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepodata%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepomd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0Arepomd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2083%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepodata%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eprimary%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0Aprimary%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2091%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erepodata%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Efilelists%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0Afilelists%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Exml%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Egz%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FSPAN%3E%0A%0A%0AUpdating%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FSPAN%3E%0A%0A%0AChannels%20have%20%3CSPAN%20class%3D%22number%20token%22%3E15%3C%2FSPAN%3E%20new%20packages%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0ASaving%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3EExamine%20information%20about%20local%20cache%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Eroot%40imx6qsabresd%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E~%3C%2FSPAN%3E%3CSPAN%20class%3D%22comment%20token%22%3E%23%20smart%20stats%3C%2FSPAN%3E%0ALoading%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0AUpdating%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FSPAN%3E%0A%0A%0AInstalled%20Packages%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22number%20token%22%3E80%3C%2FSPAN%3E%0ATotal%20Packages%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22number%20token%22%3E3586%3C%2FSPAN%3E%0ATotal%20Provides%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22number%20token%22%3E6580%3C%2FSPAN%3E%0ATotal%20Requires%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22number%20token%22%3E1611%3C%2FSPAN%3E%0ATotal%20Upgrades%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22number%20token%22%3E3565%3C%2FSPAN%3E%0ATotal%20Conflicts%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22number%20token%22%3E25%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3ESee%20what%20ssh%20packages%20are%20now%20available%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Eroot%40imx6qsabresd%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E~%3C%2FSPAN%3E%3CSPAN%20class%3D%22comment%20token%22%3E%23%20smart%20search%20*ssh*%3C%2FSPAN%3E%0ALoading%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0AUpdating%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FSPAN%3E%0A%0A%0Aopenssh%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edbg%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Debugging%20files%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edoc%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Documentation%20files%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ekeygen%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Emisc%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eptest%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Package%20test%20files%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Escp%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esftp%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esftp%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eserver%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esshd%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Secure%20rlogin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ersh%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ercp%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Etelnet%20replacement%0Apackagegroup%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ecore%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eopenssh%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20OpenSSH%20SSH%20client%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eserver%0Apackagegroup%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ecore%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edbg%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20OpenSSH%20SSH%20client%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eserver%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Debugging%20files%0Apackagegroup%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ecore%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edev%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20OpenSSH%20SSH%20client%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eserver%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%20Development%20files%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3EInstall%20openssh%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Eroot%40imx6qsabresd%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E~%3C%2FSPAN%3E%3CSPAN%20class%3D%22comment%20token%22%3E%23%20smart%20install%20openssh%3C%2FSPAN%3E%0ALoading%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0AUpdating%20cache%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FSPAN%3E%0A%0A%0AComputing%20transaction%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0A%0A%0AInstalling%20packages%20%3CSPAN%20class%3D%22punctuation%20token%22%3E(%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E9%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E)%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%0A%26nbsp%3B%20openssh%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ekeygen%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Escp%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esshd%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%20shadow%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%20shadow%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ebase%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%20shadow%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esecuretty%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er3%40imx6qsabresd%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%20util%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Elinux%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esulogin%3CSPAN%20class%3D%22number%20token%22%3E-2.25%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E2%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er1%40cortexa9hf_vfp_neon%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0A%0A%3CSPAN%20class%3D%22number%20token%22%3E1.%3C%2FSPAN%3E4MB%20of%20package%20files%20are%20needed%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22number%20token%22%3E3.%3C%2FSPAN%3E2MB%20will%20be%20used%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0A%0A%0AConfirm%20changes%3F%20%3CSPAN%20class%3D%22punctuation%20token%22%3E(%3C%2FSPAN%3EY%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3En%3CSPAN%20class%3D%22punctuation%20token%22%3E)%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20y%0A%0A%0AFetching%20packages%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eopenssh%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Erpm%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eshadow%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esecuretty%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er3%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eimx6qsabresd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Erpm%0A%26nbsp%3B%26nbsp%3B%20%0A%0Ashadow%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esecuretty%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er3%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eimx%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2011%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Escp%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Erpm%0A%20%0A%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Escp%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2022%25%5D%3C%2FSPAN%3E%0Aopenssh%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_v%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2033%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esshd%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Erpm%0A%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esshd%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2044%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eshadow%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Erpm%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Erpm%0A%20%0A%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2055%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eimx6qsd%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eshadow%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ebase%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Erpm%0A%20%0A%0Ashadow%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ebase%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2066%25%5D%3C%2FSPAN%3E%0Ashadow%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_vf%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2077%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eutil%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Elinux%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esulogin%3CSPAN%20class%3D%22number%20token%22%3E-2.25%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E2%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er1%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Erpm%0A%20%0A%0Autil%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Elinux%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esulogin%3CSPAN%20class%3D%22number%20token%22%3E-2.25%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E2%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er1%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2088%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%26gt%3B%3C%2FSPAN%3E%20%0Ahttp%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%2F%3C%2FSPAN%3ESERVERIP%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ekeygen%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Erpm%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%0Aopenssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ekeygen%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ecorte%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FSPAN%3E%0A%0A%0A%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0ACommitting%20transaction%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0APreparing%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%26nbsp%3B%200%25%5D%3C%2FSPAN%3E%0A%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3EInstalling%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2011%25%5D%3C%2FSPAN%3E%0AOutput%20%3CSPAN%20class%3D%22keyword%20token%22%3Efrom%3C%2FSPAN%3E%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Essh%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Essh%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Essh%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eopenssh%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22number%20token%22%3E2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3EInstalling%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Escp%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2022%25%5D%3C%2FSPAN%3E%0AOutput%20%3CSPAN%20class%3D%22keyword%20token%22%3Efrom%3C%2FSPAN%3E%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Escp%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Escp%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Escp%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eopenssh%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22number%20token%22%3E3%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3EInstalling%20shadow%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esecure%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2033%25%5D%3C%2FSPAN%3E%0A%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22number%20token%22%3E4%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3EInstalling%20shadow%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ebase%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2044%25%5D%3C%2FSPAN%3E%0AOutput%20%3CSPAN%20class%3D%22keyword%20token%22%3Efrom%3C%2FSPAN%3E%20shadow%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ebase%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Enewgrp%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Enewgrp%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Egroups%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Egroups%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Elogin%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Elogin%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esu%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esu%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%0A%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22number%20token%22%3E5%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3EInstalling%20util%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Elinux%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esu%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2055%25%5D%3C%2FSPAN%3E%0AOutput%20%3CSPAN%20class%3D%22keyword%20token%22%3Efrom%3C%2FSPAN%3E%20util%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Elinux%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esulogin%3CSPAN%20class%3D%22number%20token%22%3E-2.25%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E2%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er1%40cortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esbin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esulogin%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esbin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esulogin%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eutil%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Elinux%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22number%20token%22%3E6%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3EInstalling%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ekeygen%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2066%25%5D%3C%2FSPAN%3E%0A%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22number%20token%22%3E7%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3EInstalling%20shadow%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2077%25%5D%3C%2FSPAN%3E%0AOutput%20%3CSPAN%20class%3D%22keyword%20token%22%3Efrom%3C%2FSPAN%3E%20shadow%3CSPAN%20class%3D%22number%20token%22%3E-4.2%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22number%20token%22%3E1%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Epasswd%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Epasswd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Echfn%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Echfn%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Echsh%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Echsh%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esbin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Echpasswd%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esbin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Echpasswd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esbin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Evipw%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esbin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Evipw%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%0Aupdate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ealternatives%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Linking%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esbin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Evigr%20to%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esbin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Evigr%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Eshadow%0AOutput%20%3CSPAN%20class%3D%22keyword%20token%22%3Efrom%3C%2FSPAN%3E%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esshd%3CSPAN%20class%3D%22number%20token%22%3E-6.%3C%2FSPAN%3E7p1%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Er0%40cortexa9hf_vfp_neon%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0A%20Removing%20any%20system%20startup%20links%20%3CSPAN%20class%3D%22keyword%20token%22%3Efor%3C%2FSPAN%3E%20sshd%20%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0ARunning%20useradd%20commands%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0ANOTE%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20Performing%20useradd%20%3CSPAN%20class%3D%22keyword%20token%22%3Ewith%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22punctuation%20token%22%3E%5B%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esystem%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eno%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ecreate%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ehome%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Ehome%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Edir%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Evar%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Erun%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esshd%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Eshell%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Efalse%20%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Euser%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Egroup%20sshd%3CSPAN%20class%3D%22punctuation%20token%22%3E%5D%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22operator%20token%22%3Eand%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22number%20token%22%3E10%3C%2FSPAN%3E%20times%20of%20retry%0A%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22number%20token%22%3E8%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3EInstalling%20openssh%3CSPAN%20class%3D%22operator%20token%22%3E-%3C%2FSPAN%3Esshd%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B%2088%25%5D%3C%2FSPAN%3E%0A%20Adding%20system%20startup%20%3CSPAN%20class%3D%22keyword%20token%22%3Efor%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eetc%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Einit%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3Ed%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Esshd%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%0AStarting%20OpenBSD%20Secure%20Shell%20server%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%20sshd%0A%26nbsp%3B%20generating%20ssh%20RSA%20key%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0A%26nbsp%3B%20generating%20ssh%20ECDSA%20key%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0A%26nbsp%3B%20generating%20ssh%20DSA%20key%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0A%26nbsp%3B%20generating%20ssh%20ED25519%20key%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0Adone%3CSPAN%20class%3D%22punctuation%20token%22%3E.%3C%2FSPAN%3E%0A%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22number%20token%22%3E9%3C%2FSPAN%3E%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3EInstalling%20openssh%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CSPAN%20class%3D%22comment%20token%22%3E%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%20%5B100%25%5D%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3ECheck%20for%20the%20scp%20command%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CPRE%20class%3D%22language-python%20line-numbers%22%3E%3CCODE%3Eroot%40imx6qsabresd%3CSPAN%20class%3D%22punctuation%20token%22%3E%3A%3C%2FSPAN%3E%3CSPAN%20class%3D%22operator%20token%22%3E~%3C%2FSPAN%3E%3CSPAN%20class%3D%22comment%20token%22%3E%23%20which%20scp%3C%2FSPAN%3E%0A%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Eusr%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Ebin%3CSPAN%20class%3D%22operator%20token%22%3E%2F%3C%2FSPAN%3Escp%0A%3CSPAN%20class%3D%22line-numbers-rows%22%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3CSPAN%3E%E2%80%8D%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CH1%20id%3D%22toc-hId--1893669174%22%20id%3D%22toc-hId--1893669174%22%20id%3D%22toc-hId--976580955%22%3ESummary%3C%2FH1%3E%3CP%3ETo%20add%20a%20new%20package%20on%20the%20server%20host%2C%20run%20bitbake%20%3CRECIPE%3E%20then%20bitbake%20package-index%20to%20update%20the%20rpm%20tracking%20information.%20On%20the%20target%20board%2C%20run%20smart%20update%20and%20then%20smart%20install%20%3CPACKAGE%3E.%20Use%20smart%20search%20%3CREGULAR%20expression%3D%22%22%20string%3D%22%22%3E%20to%20hunt%20for%20a%20package%20to%20install.%3C%2FREGULAR%3E%3C%2FPACKAGE%3E%3C%2FRECIPE%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-1106337%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3Ei.MX6_All%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3ELinux%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3EYocto%20Project%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1106345%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Yocto%20Project%20Package%20Management%20-%20smart%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1106345%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20Yihan%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFrom%20the%20info%20you%20shared%3A%3C%2FP%3E%3CP%3Edirectory%20%2Fhome%2Fcheng%2Ffsl-auto-yocto-bsp%2Fbuild_s32g274aevb%2Ftmp%2Fdeploy%2Frpm%2F.repodata%2F%3C%2FP%3E%3CP%3Ealready%20exists!%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERemove%20that%20directory%20and%20try%20again%3F%3C%2FP%3E%3CP%3EMaybe%20something%20like%3A%3C%2FP%3E%3CP%3E%24%20rm%20-fr%20%2Fhome%2Fcheng%2Ffsl-auto-yocto-bsp%2Fbuild_s32g274aevb%2Ftmp%2Fdeploy%2Frpm%2F.repodata%2F%3C%2FP%3E%3CP%3E%24%20cd%20%24BUILDDIR%3C%2FP%3E%3CP%3E%24%20bitbake%20package-index%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20have%20not%20worked%20with%20S32%20much%2C%20but%20for%20i.MX%20I%20can%20share%20some%20steps%20that%20worked%20for%20me%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EOn%20Ubuntu%2064-bit%20host%20(18.04%20currently)%3C%2FP%3E%3CP%3EWeb%20Server%20%E2%80%93%20there%20are%20a%20few%20out%20there%2C%20this%20one%20worked%20for%20me%3A%3C%2FP%3E%3CP%3E%24%20sudo%20apt-get%20install%20python-twisted-web%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EBuild%20your%20image%2C%20for%20example%20on%20i.MX%20this%20recipe%3A%3C%2FP%3E%3CP%3E%24%20cd%20%24BUILDDIR%3C%2FP%3E%3CP%3E%24%20bitbake%20imx-image-full%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECreate%20the%20meta%20data%20for%20dnf%3A%3C%2FP%3E%3CP%3E%24%20bitbake%20package-index%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EStart%20web%20server%3A%20%20(Ubuntu%20host%20IP%20address%2010.0.0.100%2C%20used%20on%20development%20system%20below)%3C%2FP%3E%3CP%3E%24%20twistd%20web%20%E2%80%93patch%20tmp%2Fdeploy%2Frpm%20%E2%80%93port%20tcp%3A8080%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAt%20this%20point%2C%20web%20server%20started%20with%20recipes%20from%20imx-image-full%20available%20for%20dnf.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EOn%20development%20system%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20%2Fetc%2Fyum.repos.d%20directory%20is%20where%20dnf%20default%20looks%20for%20information%20that%20contain%20the%20repositories.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20copy%20and%20paste%20the%20following%20in%20the%20console%20of%20the%20development%20system%20to%20setup%20dnf.%20You%20can%20modify%20for%20your%20setup%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Emkdir%20%2Fetc%2Fyum.repos.d%3C%2FP%3E%3CP%3Ecd%20%2Fetc%2Fyum.repos.d%3C%2FP%3E%3CP%3Ecat%20%26gt%3B%20imx.repo%20%26lt%3B%26lt%3B%20END%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ename%3Di.MX%20rpm%20repository%3C%2FP%3E%3CP%3Ebaseurl%3D%3CA%20href%3D%22http%3A%2F%2F10.0.0.100%3A8080%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttp%3A%2F%2F10.0.0.100%3A8080%3C%2FA%3E%3C%2FP%3E%3CP%3Eenabled%3D1%3C%2FP%3E%3CP%3Emetadata_expire%3D0%3C%2FP%3E%3CP%3Egpgcheck%3D0%3C%2FP%3E%3CP%3EEND%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ELast%20setup%20step%20is%20to%20create%20the%20local%20cache%20on%20the%20development%20system%3A%3C%2FP%3E%3CP%3E%24%20dnf%20makecache%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ENow%20you%20can%20%E2%80%9Cdnf%20search%20package%E2%80%9D%20%20and%20%E2%80%9Cdnf%20install%20package%E2%80%9D.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIf%20on%20your%20development%20system%20you%20want%20to%20add%20something%20the%20overall%20flow%20is%3A%3C%2FP%3E%3CP%3EOn%20Host%3A%3C%2FP%3E%3CP%3E%24%20bitbake%20newRecipe%3C%2FP%3E%3CP%3E%24%20bitbake%20package-index%20%20%20%20%20%20%20-%20need%20to%20update%20the%20meta%20data%20for%20dnf%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EOn%20development%20system%3A%3C%2FP%3E%3CP%3E%24%20dnf%20update%20%20%20or%20dnf%20makecache%3C%2FP%3E%3CP%3E%24%20dnf%20install%20newRecipe%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThat%20flow%20had%20worked%20for%20me%2C%20good%20luck.%3C%2FP%3E%3CP%3E-Curtis%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1106344%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Yocto%20Project%20Package%20Management%20-%20smart%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1106344%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%20font-size%3A%2015px%3B%22%3EHello%20Curtis%2C%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%20font-size%3A%2015px%3B%22%3EThank%20you%20for%20the%20Rely.%20I%20got%20some%20error%20after%20use%20the%20command%20%22%3CSTRONG%3Ebitbake%20package-index%3C%2FSTRONG%3E%22%20in%20the%20%3CBUILD-DIRECTORY%3E%3C%2FBUILD-DIRECTORY%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%20color%3A%20%23ff0000%3B%22%3EERROR%3A%20package-index-1.0-r0%20do_package_index%3A%20Error%20executing%20a%20python%20function%20in%20exec_python_func()%20autogenerated%3A%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%20color%3A%20%23ff0000%3B%22%3E.%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%20color%3A%20%23ff0000%3B%22%3E.%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%20color%3A%20%23ff0000%3B%22%3E.%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%20color%3A%20%23ff0000%3B%22%3ESubprocess%20output%3A%3CBR%20%2F%3ETemporary%20repodata%20directory%20%2Fhome%2Fcheng%2Ffsl-auto-yocto-bsp%2Fbuild_s32g274aevb%2Ftmp%2Fdeploy%2Frpm%2F.repodata%2F%20already%20exists!%20(Another%20createrepo%20process%20is%20running%3F)%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%20color%3A%20%23ff0000%3B%22%3EERROR%3A%20package-index-1.0-r0%20do_package_index%3A%20Function%20failed%3A%20do_package_index%3CBR%20%2F%3EERROR%3A%20Logfile%20of%20failure%20stored%20in%3A%20%2Fhome%2Fcheng%2Ffsl-auto-yocto-bsp%2Fbuild_s32g274aevb%2Ftmp%2Fwork%2Faarch64-fsl-linux%2Fpackage-index%2F1.0-r0%2Ftemp%2Flog.do_package_index.39272%3CBR%20%2F%3EERROR%3A%20Task%20(%2Fhome%2Fcheng%2Ffsl-auto-yocto-bsp%2Fsources%2Fpoky%2Fmeta%2Frecipes-core%2Fmeta%2Fpackage-index.bb%3Ado_package_index)%20failed%20with%20exit%20code%20'1'%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%22%3E%3CSPAN%20style%3D%22color%3A%20%23ff0000%3B%22%3ESummary%3A%201%20task%20failed%3A%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22color%3A%20%23ff0000%3B%22%3E%20%2Fhome%2Fcheng%2Ffsl-auto-yocto-bsp%2Fsources%2Fpoky%2Fmeta%2Frecipes-core%2Fmeta%2Fpackage-index.bb%3Ado_package_index%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22color%3A%20%23ff0000%3B%22%3ESummary%3A%20There%20were%202%20ERROR%20messages%20shown%2C%20returning%20a%20non-zero%20exit%20code%3C%2FSPAN%3E.%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%22%3EDo%20you%20know%20how%20to%20solve%20it%3F%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%22%3EThanks!%3C%2FSPAN%3E%3C%2FP%3E%3CP%20dir%3D%22ltr%22%3E%3CSPAN%20style%3D%22font-size%3A%2015px%3B%20font-family%3A%20arial%2C%20helvetica%2C%20sans-serif%3B%22%3EYihan%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1106343%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Yocto%20Project%20Package%20Management%20-%20smart%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1106343%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%3C%2FP%3E%3CP%3EYocto%20Project%20%202.4%20Rocko%20release%20smart%20has%20been%20replaced%20with%20dnf%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2F2.4%2Fmega-manual%2Fmega-manual.html%22%20target%3D%22test_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2F2.4%2Fmega-manual%2Fmega-manual.html%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E24.11.8.%20Package%20Management%20Changes%C2%B6%26lt%3B%26gt%3B%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20following%20package%20management%20changes%20took%20place%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%20%20%3C%2FP%3E%3CUL%3E%3CLI%20level%3D%221%22%20type%3D%22ul%22%3E%3CP%3E%20%20Smart%20package%20manager%20is%20replaced%20by%20DNF%20package%20manager.%20Smart%20has%20become%20unmaintained%20upstream%2C%20is%20not%20ported%20to%20Python%203.x.%20Consequently%2C%20Smart%20needed%20to%20be%20replaced.%20DNF%20is%20the%20only%20feasible%20candidate.%3C%2FP%3E%3C%2FLI%3E%3C%2FUL%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIf%20the%20Yocto%20Project%20you%20are%20using%20is%202.4%20or%20later%2C%20recommend%20using%20dnf.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1106342%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Yocto%20Project%20Package%20Management%20-%20smart%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1106342%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20would%20like%20to%20ask%20if%20the%20SMART%20package%20management%20support%20the%20S32XX%20Platform%3F%3CBR%20%2F%3ESince%20i'm%20using%20the%20s32g%20Platform%20and%20I%20do%20excaly%20the%20same%20steps%20as%20the%20tutorial%20said.%20I%20didn't%20got%20any%20error%2C%20however%20when%20I%20successfully%20boot%20the%20SD%20card%20and%20insert%20it%20into%20the%20slot%20of%20my%20board.%20In%20the%20rootfs%2C%20I%20can't%20find%20the%20smart%20excuable%20file%20and%20the%20konsol%20said%20there%20is%20no%20command%20called%20smart.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks%2C%3C%2FP%3E%3CP%3EYihan%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1106341%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Yocto%20Project%20Package%20Management%20-%20smart%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1106341%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThank%20you%20for%20this%20post!%3C%2FP%3E%3CP%3EBut%20Isn't%20there%20a%20web%20server%20%22for%20everyone%22%20(in%20%3CA%20href%3D%22http%3A%2F%2Fwww...%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Eworld%20wide%20web..%3C%2FA%3E.)%20to%20use%20rpm's%20for%20imx6%20with%20smart%20(just%20like%20with%20normally%20use%20%22apt-get%22%20in%20ubunbtu)%20%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks%2C%3C%2FP%3E%3CP%3ERan%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1106340%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Yocto%20Project%20Package%20Management%20-%20smart%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1106340%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EUpdated%20initial%20post%2C%20thanks.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1106339%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Yocto%20Project%20Package%20Management%20-%20smart%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1106339%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%3C%2FP%3E%3CP%3EVery%20usefull%20tutorial%2C%20thanks!!%3C%2FP%3E%3CP%3EI%20want%20to%20point%20something%20that%20may%20need%26nbsp%3Ba%20correction%20in%20the%20code%20you%20give%20to%20us%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2FCurtisWald%22%20target%3D%22_blank%22%3ECurtisWald%3C%2FA%3E.%3C%2FP%3E%3CP%3EThe%20name%20of%20the%20folder%20in%20the%20host%20computer%20does%20not%20match%20in%20the%20next%20two%20steps%2C%20and%20it%20gives%20an%20error.%3C%2FP%3E%3CP%3EStep1%3A%3C%2FP%3E%3CBLOCKQUOTE%20class%3D%22jive_macro_quote%20jive-quote%20jive_text_macro%22%3E%3CP%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%20border%3A%200px%3B%22%3ECreate%20a%20soft%20link%20in%20the%20default%20web%20server%20directory%20to%20the%20rpm%20directory%20from%20the%20build.%20Note%3A%20Please%20update%20%24HOME%2F%3CBUILD%3E%20to%20your%20actual%20location%3A%3C%2FBUILD%3E%3C%2FP%3E%3CDIV%20class%3D%22%22%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23fbfbfb%3B%20border%3A%200px%3B%20font-size%3A%2012px%3B%20margin%3A%200px%20!important%3B%20padding%3A%201px%200px%200px%3B%22%3E%3CDIV%20class%3D%22%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%20padding%3A%200px%200px%200px%2045px%3B%22%3E%3CDIV%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%22%3E%20%3C%2FDIV%3E%3C%2FDIV%3E%3COL%20class%3D%22%22%20start%3D%221%22%20style%3D%22color%3A%20%235c5c5c%3B%20background-color%3A%20%23ffffff%3B%20border%3A%20none%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%20margin%3A%200px%200px%201px%2045px%20!important%3B%22%3E%3CLI%20class%3D%22%22%20style%3D%22color%3A%20inherit%3B%20background-color%3A%20%23ffffff%3B%20border-top%3A%20none%3B%20border-bottom%3A%20none%3B%20border-left%3A%203px%20solid%20%236ce26c%3B%20border-right%3A%20none%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%20margin%3A%200px%20!important%3B%20padding%3A%200px%203px%200px%2010px%20!important%3B%22%3E%3CSPAN%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20color%3A%20black%3B%20font-weight%3A%20inherit%3B%20font-size%3A%209pt%20!important%3B%22%3E%24%26nbsp%3Bln%26nbsp%3B-s%26nbsp%3B%24HOME%2F%3CBUILD%3E%2Ftmp%2Fdeploy%2Frpm%26nbsp%3B%2Fvar%2Fwww%2F%3CSPAN%20style%3D%22color%3A%20%23ff0000%3B%22%3Eimx6q%3C%2FSPAN%3E%3C%2FBUILD%3E%3C%2FSPAN%3E%3C%2FLI%3E%3C%2FOL%3E%3C%2FDIV%3E%3C%2FBLOCKQUOTE%3E%3CP%3EStep2%3A%3C%2FP%3E%3CBLOCKQUOTE%20class%3D%22jive_macro_quote%20jive-quote%20jive_text_macro%22%3E%3CH5%20style%3D%22color%3A%20%23646464%3B%20background-color%3A%20%23ffffff%3B%20border%3A%200px%3B%20font-weight%3A%20600%3B%20font-size%3A%2014px%3B%22%20id%3D%22toc-hId-1782795862%22%20id%3D%22toc-hId-2027262754%22%3E1.%20Add%20channels%3C%2FH5%3E%3CP%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%20border%3A%200px%3B%22%3ETo%20add%20the%20packages%20from%20the%20host%20to%20your%20target%2C%20the%20smart%26nbsp%3B%20channel%20--add%20is%20used%3A%3C%2FP%3E%3CP%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23ffffff%3B%20border%3A%200px%3B%22%3EPlease%20enter%20the%20IP%20adress%20of%20your%20server%2C%20replacing%20SERVERIP%20below%3A%3C%2FP%3E%3CDIV%20class%3D%22%22%20style%3D%22color%3A%20%2351626f%3B%20background-color%3A%20%23fbfbfb%3B%20border%3A%200px%3B%20font-size%3A%2012px%3B%20margin%3A%200px%20!important%3B%20padding%3A%201px%200px%200px%3B%22%3E%3CDIV%20class%3D%22%22%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%20padding%3A%200px%200px%200px%2045px%3B%22%3E%3CDIV%20style%3D%22border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%22%3E%20%3C%2FDIV%3E%3C%2FDIV%3E%3COL%20class%3D%22%22%20start%3D%221%22%20style%3D%22color%3A%20%235c5c5c%3B%20background-color%3A%20%23ffffff%3B%20border%3A%20none%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%20margin%3A%200px%200px%201px%2045px%20!important%3B%22%3E%3CLI%20class%3D%22%22%20style%3D%22color%3A%20inherit%3B%20background-color%3A%20%23ffffff%3B%20border-top%3A%20none%3B%20border-bottom%3A%20none%3B%20border-left%3A%203px%20solid%20%236ce26c%3B%20border-right%3A%20none%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%20margin%3A%200px%20!important%3B%20padding%3A%200px%203px%200px%2010px%20!important%3B%22%3E%3CSPAN%20style%3D%22background-color%3A%20inherit%3B%20border%3A%200px%3B%20color%3A%20black%3B%20font-weight%3A%20inherit%3B%20font-size%3A%209pt%20!important%3B%22%3E%3CSPAN%3Esmart%26nbsp%3Bchannel%26nbsp%3B--add%26nbsp%3Ball%26nbsp%3Btype%3Drpm-md%26nbsp%3Bname%3Dall%26nbsp%3Bbaseurl%3D%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fexternal-link.jspa%3Furl%3Dhttp%253A%252F%252FSERVERIP%252F%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2FSERVERIP%2F%3C%2FA%3E%3CSPAN%20style%3D%22color%3A%20%23ff0000%3B%22%3Eimx6qsd%3C%2FSPAN%3E%2Fall%26nbsp%3B%26nbsp%3B%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20class%3D%22%22%20style%3D%22color%3A%20%235c5c5c%3B%20background-color%3A%20%23f6f6f6%3B%20border-top%3A%20none%3B%20border-bottom%3A%20none%3B%20border-left%3A%203px%20solid%20%236ce26c%3B%20border-right%3A%20none%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%20margin%3A%200px%20!important%3B%20padding%3A%200px%203px%200px%2010px%20!important%3B%22%3E%3CSPAN%20style%3D%22color%3A%20black%3B%20background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%209pt%20!important%3B%22%3E%3CSPAN%3Esmart%26nbsp%3Bchannel%26nbsp%3B--add%26nbsp%3Bcortexa9hf_vfp_neon%26nbsp%3Btype%3Drpm-md%26nbsp%3Bname%3Dcortexa9hf_vfp_neon%26nbsp%3Bbaseurl%3D%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fexternal-link.jspa%3Furl%3Dhttp%253A%252F%252FSERVERIP%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2FSERVERIP%3C%2FA%3E%3CSPAN%20style%3D%22color%3A%20%23ff0000%3B%22%3E%2Fimx6qsd%3C%2FSPAN%3E%2Fcortexa9hf_vfp_neon%26nbsp%3B%26nbsp%3B%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%20class%3D%22%22%20style%3D%22color%3A%20inherit%3B%20background-color%3A%20%23ffffff%3B%20border-top%3A%20none%3B%20border-bottom%3A%20none%3B%20border-left%3A%203px%20solid%20%236ce26c%3B%20border-right%3A%20none%3B%20font-weight%3A%20inherit%3B%20font-size%3A%2012px%3B%20margin%3A%200px%20!important%3B%20padding%3A%200px%203px%200px%2010px%20!important%3B%22%3E%3CSPAN%20style%3D%22color%3A%20black%3B%20background-color%3A%20inherit%3B%20border%3A%200px%3B%20font-weight%3A%20inherit%3B%20font-size%3A%209pt%20!important%3B%22%3E%3CSPAN%3Esmart%26nbsp%3Bchannel%26nbsp%3B--add%26nbsp%3Bimx6qsabresd%26nbsp%3Btype%3Drpm-md%26nbsp%3Bname%3Dimx6qsabresd%26nbsp%3Bbaseurl%3D%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fexternal-link.jspa%3Furl%3Dhttp%253A%252F%252FSERVERIP%252F%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2FSERVERIP%2F%3C%2FA%3E%3CSPAN%20style%3D%22color%3A%20%23ff0000%3B%22%3Eimx6qsd%3C%2FSPAN%3E%2Fimx6qsabresd%20%26nbsp%3B%3C%2FSPAN%3E%3C%2FLI%3E%3C%2FOL%3E%3C%2FDIV%3E%3C%2FBLOCKQUOTE%3E%3CP%3ECheers.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1106338%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20Yocto%20Project%20Package%20Management%20-%20smart%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1106338%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20have%20followed%20this%20document%20but%2C%20got%20following%20errors.%20Please%2C%20help%20as%20early%20as%20you%20can%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3EAfter%20bitbake%20fsl-image-gui%2C%26nbsp%3B%20got%20following%20errors%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fftp.gnu.org%2Fgnu%2Fautomake%2Fautomake-1.15.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fftp.gnu.org%2Fgnu%2Fautomake%2Fautomake-1.15.tar.gz%3C%2FA%3E%3CSPAN%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fftp.gnu.org%2Fgnu%2Flibtool%2Flibtool-2.4.6.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fftp.gnu.org%2Fgnu%2Flibtool%2Flibtool-2.4.6.tar.gz%3C%2FA%3E%3CSPAN%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Ftukaani.org%2Fxz%2Fxz-5.2.0.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Ftukaani.org%2Fxz%2Fxz-5.2.0.tar.gz%3C%2FA%3E%3CSPAN%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgmplib.org%2Fdownload%2Fgmp%2Fgmp-6.0.0a.tar.bz2%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgmplib.org%2Fdownload%2Fgmp%2Fgmp-6.0.0a.tar.bz2%3C%2FA%3E%3CSPAN%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fdownload.savannah.gnu.org%2Freleases%2Fattr%2Fattr-2.4.47.src.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fdownload.savannah.gnu.org%2Freleases%2Fattr%2Fattr-2.4.47.src.tar.gz%3C%2FA%3E%3CSPAN%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fdownloads.sourceforge.net%2Fflex%2Fflex-2.5.39.tar.bz2%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fdownloads.sourceforge.net%2Fflex%2Fflex-2.5.39.tar.bz2%3C%2FA%3E%3CSPAN%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fftp.gnu.org%2Fgnu%2Fbinutils%2Fbinutils-2.24.tar.bz2%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fftp.gnu.org%2Fgnu%2Fbinutils%2Fbinutils-2.24.tar.bz2%3C%2FA%3E%3CSPAN%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fwww.multiprecision.org%2Fmpc%2Fdownload%2Fmpc-1.0.2.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fwww.multiprecision.org%2Fmpc%2Fdownload%2Fmpc-1.0.2.tar.gz%3C%2FA%3E%3CSPAN%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EERROR%3A%20Fetcher%20failure%3A%20Fetch%20command%20failed%20with%20exit%20code%204%2C%20output%3A%3C%2FP%3E%3CP%3Ewget%3A%20unable%20to%20resolve%20host%20address%20'%3CA%20href%3D%22http%3A%2F%2Fwww.multiprecision.org%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ewww.multiprecision.org%3C%2FA%3E'%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EERROR%3A%20Function%20failed%3A%20Fetcher%20failure%20for%20URL%3A%20'%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fwww.multiprecision.org%2Fmpc%2Fdownload%2Fmpc-1.0.2.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fwww.multiprecision.org%2Fmpc%2Fdownload%2Fmpc-1.0.2.tar.gz%3C%2FA%3E%3CSPAN%3E'.%20Unable%20to%20fetch%20URL%20from%20any%20source.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EERROR%3A%20Logfile%20of%20failure%20stored%20in%3A%20%2Fhome%2Fswapnil%2Ffsl-release-bsp%2Fbuild-x11%2Ftmp%2Fwork%2Fx86_64-linux%2Flibmpc-native%2F1.0.2-r0%2Ftemp%2Flog.do_fetch.25793%3C%2FP%3E%3CP%3EERROR%3A%20Task%203407%20(virtual%3Anative%3A%2Fhome%2Fswapnil%2Ffsl-release-bsp%2Fsources%2Fpoky%2Fmeta%2Frecipes-support%2Flibmpc%2Flibmpc_1.0.2.bb%2C%20do_fetch)%20failed%20with%20exit%20code%20'1'%3C%2FP%3E%3C%2FLINGO-BODY%3E
No ratings
Version history
Last update:
‎09-10-2020 01:58 AM
Updated by: