diff options
author | John Klug <john.klug@multitech.com> | 2018-02-02 09:16:56 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-02-02 09:16:56 -0600 |
commit | b7eae1b60852ace9f19481cd856dcb39b732ea97 (patch) | |
tree | d42e3f717d35e0da6b0063b669293fc89c9e96df /scripts/upgrade-kernel/BUILD.txt | |
parent | e3c73d8ce01e483ee287154a472af4a57a116e21 (diff) | |
download | meta-mlinux-b7eae1b60852ace9f19481cd856dcb39b732ea97.tar.gz meta-mlinux-b7eae1b60852ace9f19481cd856dcb39b732ea97.tar.bz2 meta-mlinux-b7eae1b60852ace9f19481cd856dcb39b732ea97.zip |
opkg module update + kernel image install.
Diffstat (limited to 'scripts/upgrade-kernel/BUILD.txt')
-rw-r--r-- | scripts/upgrade-kernel/BUILD.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/upgrade-kernel/BUILD.txt b/scripts/upgrade-kernel/BUILD.txt new file mode 100644 index 0000000..8e9e30f --- /dev/null +++ b/scripts/upgrade-kernel/BUILD.txt @@ -0,0 +1,20 @@ +Look in the file truss/packages/mtcdt/README.txt and +truss/image/README.txt. + +The ipk files needed for the upgrade should be built, +and then all the files not needed for the upgrade should +be removed, and then bitbake package-index run. + +The mtcdt or mtcap directory can be copied into the +truss/packages/mtcdt or mtcap directory. If mtcap +is used, the install.sh script will need modification. + +The kernel image from build/tmp/deploy/images/mtcdt +(or mtcap) can be copied into the image directory. + +truss could be renamed to suit the kernel name and +version. For instance kernel-3.12.70-r17.1. + +A tar file is then created with the truss name as the +root of the tar. + |