<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-el-nfv-access.git/images, branch rocko</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-el-nfv-access.git/atom?h=rocko</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/atom?h=rocko'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/'/>
<updated>2020-02-26T08:40:04+00:00</updated>
<entry>
<title>Skip grub/syslinux menu on USB boot</title>
<updated>2020-02-26T08:40:04+00:00</updated>
<author>
<name>Martin Borg</name>
<email>martin.borg@enea.com</email>
</author>
<published>2020-02-26T08:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=8e8845a7479f486b0ff814a7cd99583ec0ac8230'/>
<id>urn:sha1:8e8845a7479f486b0ff814a7cd99583ec0ac8230</id>
<content type='text'>
Skip menus and boot default selection (installer initramfs) immediately

Change-Id: I4c7acb2291663e3648f4cb13f7c238cb9c31c4d2
Signed-off-by: Martin Borg &lt;martin.borg@enea.com&gt;
</content>
</entry>
<entry>
<title>Make the installer as first entry and enable timeout to fall through </title>
<updated>2019-08-12T12:23:08+00:00</updated>
<author>
<name>Gabriel Ionescu</name>
<email>Gabriel.Ionescu@enea.com</email>
</author>
<published>2019-08-09T13:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=3c9dbadc80ba5dcc5096555c2fa412627b4edb07'/>
<id>urn:sha1:3c9dbadc80ba5dcc5096555c2fa412627b4edb07</id>
<content type='text'>
to the installer

Change-Id: I170f961cc9d6bc257fa159481a24d9689c4b4a49
</content>
</entry>
<entry>
<title>ostree and otaimg enhancements</title>
<updated>2019-06-26T12:39:33+00:00</updated>
<author>
<name>Matei Valeanu</name>
<email>Matei.Valeanu@enea.com</email>
</author>
<published>2019-06-12T15:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=1004579ca431cdb239295dc6771af45b41b2791a'/>
<id>urn:sha1:1004579ca431cdb239295dc6771af45b41b2791a</id>
<content type='text'>
override_image_types_ostree.inc - do_image_ostree task:
-add dirs, cleandirs flags, to avoid mktemp, rm, cd, and to
also remove at clean
-add subimages, imgsuffix flags, to use automatic link creation
-create image in IMGDEPLOYDIR, instead of DEPLOY_DIR_IMAGE
to use the automatic deploy and clean mechanism (also helps
in cleaning old images)

override_image_types_ota.inc - do_image_otaimg task:
-add dirs, cleandirs flags, to avoid mktemp, rm, cd, and to
also remove at clean
-avoid untar-ing the ostree image, and use OSTREE_ROOTFS
-create image in IMGDEPLOYDIR, instead of DEPLOY_DIR_IMAGE
to use the automatic deploy and clean mechanism

Move OSTREE_REPO to "${WORKDIR}/ostree-repo", instead of
DEPLOY_DIR_IMAGE, this repo is needed for otaimg creation

sota_xeon-d.bbclass sota_atom-c3000.bbclass:
-set ROOTFS_sota to IMGDEPLOYDIR insted of DEPLOY_DIR_IMAGE,
as this is where the otaimg is now created; also use IMAGE_LINK_NAME
istead of IMAGE_NAME, to have the correct reference to the image,
even if the image was built in a previous run (IMAGE_NAME differs
in this case)

Change-Id: I44e87311d1819b80d34f924630d09e429d411d41
Signed-off-by: Matei Valeanu &lt;Matei.Valeanu@enea.com&gt;
</content>
</entry>
<entry>
<title>enea-nfv-access: remove aktualizr packages from image</title>
<updated>2019-06-04T23:41:44+00:00</updated>
<author>
<name>Matei Valeanu</name>
<email>Matei.Valeanu@enea.com</email>
</author>
<published>2019-06-04T23:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=1e4cbae791b8b79a93f3d2c3b063b169bfe17b83'/>
<id>urn:sha1:1e4cbae791b8b79a93f3d2c3b063b169bfe17b83</id>
<content type='text'>
ostree is not dependant on the aktualizr packages

Change-Id: Ib2118bac710fa4106b1c4f4ee65e2baf58bdbaa8
Signed-off-by: Matei Valeanu &lt;Matei.Valeanu@enea.com&gt;
</content>
</entry>
<entry>
<title>dpkg: move status files to /usr/dpkg/lib/dpkg</title>
<updated>2019-05-24T09:44:29+00:00</updated>
<author>
<name>Matei Valeanu</name>
<email>Matei.Valeanu@enea.com</email>
</author>
<published>2019-05-16T10:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=e82b1458f63dc8bd5f00f122c2bbe9b2974d2210'/>
<id>urn:sha1:e82b1458f63dc8bd5f00f122c2bbe9b2974d2210</id>
<content type='text'>
This is where ostree dpkg is now expecting the files to be

Change-Id: Ifdb7d86f9a72b3a5bb59814439643fecc1aa78c1
Signed-off-by: Matei Valeanu &lt;Matei.Valeanu@enea.com&gt;
</content>
</entry>
<entry>
<title>Split grub_efi class override</title>
<updated>2019-05-23T12:51:29+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2019-05-20T11:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=6f4d06897bb746f64e6ec6c2d6d67aba5ff93416'/>
<id>urn:sha1:6f4d06897bb746f64e6ec6c2d6d67aba5ff93416</id>
<content type='text'>
Split the class override into generic changes and Secure Boot specific
(efi_populate). This allows us to override the secureboot parts only if the
efi-secure-boot distro feature is enabled.

Change-Id: I68ab1a9eae2ffceecd057506ef493b4388ff5343
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>Implement efi-secure-boot as distro feature override</title>
<updated>2019-05-23T12:51:11+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2019-05-16T16:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=4834bbecf7070611dab6f66c876d371a7d9aee7e'/>
<id>urn:sha1:4834bbecf7070611dab6f66c876d371a7d9aee7e</id>
<content type='text'>
This will allow us to override variables depending on this
distro feature more easily.

Make Secure Boot related changes apply only efi-secure-boot distro
feature is enabled. This will avoid any errors when building without the
feature enabled.

Change-Id: If07256977a647386cd43c5940357a0dedc95f95d
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>Override image_types_ostree class</title>
<updated>2019-05-13T08:53:07+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2019-05-10T16:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=bc97b28dd147def3bad048f9ee50900348940cd7'/>
<id>urn:sha1:bc97b28dd147def3bad048f9ee50900348940cd7</id>
<content type='text'>
Override the class to install the kernel and initramfs signature files
into the ostree image.

Change-Id: I3cd9d1b0dcb2519802443d9a959a3b35e8a9a823
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>Add Secure Boot support</title>
<updated>2019-05-13T08:53:07+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2019-05-07T19:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=8c9c1fb3bbfc4d4de3a7079659b6efb340f28389'/>
<id>urn:sha1:8c9c1fb3bbfc4d4de3a7079659b6efb340f28389</id>
<content type='text'>
Change-Id: I09c9b0bad8e85e75fb1510ff374540fad3c3b5d1
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>disable the syslinux timeout</title>
<updated>2019-05-07T07:49:41+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2019-05-02T10:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=32e07c8c5aedd0442e404ce0d9b3770cabf3c2fb'/>
<id>urn:sha1:32e07c8c5aedd0442e404ce0d9b3770cabf3c2fb</id>
<content type='text'>
From syslinux doc:
”A timeout of zero will disable the timeout completely.”

Change-Id: Ic71ed27ee1d2f9fecf2e9fab983848b65f569f04
Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
</content>
</entry>
</feed>
