<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-el-nfv-access.git, branch custom_CPDX-3447</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-el-nfv-access.git/atom?h=custom_CPDX-3447</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/atom?h=custom_CPDX-3447'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/'/>
<updated>2020-11-06T13:36:14+00:00</updated>
<entry>
<title>Change NFV Access distro version to 2.3.0</title>
<updated>2020-11-06T13:36:14+00:00</updated>
<author>
<name>Dragos Ciprian Nedelcu</name>
<email>Dragos.Ciprian.Nedelcu@enea.com</email>
</author>
<published>2020-11-06T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=18157262997a5e6999f36934fa107c09fced7991'/>
<id>urn:sha1:18157262997a5e6999f36934fa107c09fced7991</id>
<content type='text'>
Change-Id: I8c782ffdfb2d7dc4466bb21b83e40af2c0edfb0e
Signed-off-by: Dragos Ciprian Nedelcu &lt;Dragos.Ciprian.Nedelcu@enea.com&gt;
</content>
</entry>
<entry>
<title>images: Create enea-image-minimal link</title>
<updated>2020-10-19T13:34:17+00:00</updated>
<author>
<name>Catalin Iova</name>
<email>Catalin.Iova@enea.com</email>
</author>
<published>2020-10-19T11:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=13a0eccccd3d9d4cfd0536101238b9327e0227be'/>
<id>urn:sha1:13a0eccccd3d9d4cfd0536101238b9327e0227be</id>
<content type='text'>
Change-Id: I916fc13c7979e4ab9077ec3e43b67b3a5320b74c
Signed-off-by: Catalin Iova &lt;Catalin.Iova@enea.com&gt;
</content>
</entry>
<entry>
<title>grub: Fix loader link, unify grub.cfg locations</title>
<updated>2020-09-14T09:37:41+00:00</updated>
<author>
<name>Alexandru Avadanii</name>
<email>Alexandru.Avadanii@enea.com</email>
</author>
<published>2020-09-04T13:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=55b49a162cc4e871106f6e57108581a92ae35832'/>
<id>urn:sha1:55b49a162cc4e871106f6e57108581a92ae35832</id>
<content type='text'>
1. Fix an obviously broken link created during installation

This led to issues creating/editing the grubenv file during NFVA
installation calls to `grub-mkconfig`.
These errors were not observed before, since stderr was not logged
during the installation.
Also, the link was fixed later on, so subsequent calls to grub-*
utilities no longer complained about it; the error only happened
during the NFVA installation.

2. Unify expected locations of grub.cfg

Previously, there were 3 possible locations of grub.cfg used
throughout the layers/scripts:
- /boot/loader/grub.cfg - the proper location, used by NFVA installer
  components, as well as ostree related tooling;
- /boot/grub/grub.cfg - used in some recipes, but not present on the
  board currently. Also the expected default location of our current
  grub-* utilites, since we build grub without an explicit
  `--with-grubdir` configure argument, which defaults (guessing) to
  the `PACKAGE` name, in our case `grub` (and not `grub2`);
- /boot/grub2/grub.cfg - used in OTA image scripts by linking it to
  /boot/loader/grub.cfg - however the link is later converted into
  a real file, ending up duplicating the real grub.cfg (although they
  are identical content-wise, they might confuse the user);

To settle this confusion, we will keep only /boot/loader/grub.cfg as
the true configuration file and convert /boot/grub2 to a symlink
pointing at /boot/loader, while also renaming it to /boot/grub.
This has the benefit of "fixing" all grub-* tools which try to write
their configuration files to /boot/grub. An alternative for that would
be building grub2 with the configure flag `--with-grubdir=loader`, but
that might break other things, so a symlink for the traditional
/boot/grub is safer.

Before creating this link, `grub-editenv list` would not work without
explicitly providing the filepath of the `/boot/loader/grubenv` file,
which might not be obvious for the end user.
Also, before this link, `grub-mkconfig` required explicitly setting the
`-p` (prefix) to '/' while running on the target.
Both of these issues will be fixed with the new link.

Since our ostree version (2018.7) is quite old, it requires one backport
for it to also check for /boot/grub/grub.cfg and not only
/boot/grub2/grub.cfg. The backport will be handled in the
meta-enea-virtualiation layer, hence this change's dependency.

Signed-off-by: Alexandru Avadanii &lt;Alexandru.Avadanii@enea.com&gt;
Depends-on: I6bdc80e08a272e1534dd63717348bfaa50807d93
Change-Id: If8a61c89200414922a3f36e6c8fca58d7d3b6495
</content>
</entry>
<entry>
<title>Add debug images including gdb, gdbserver and oprofile</title>
<updated>2020-08-28T04:22:33+00:00</updated>
<author>
<name>Andreas Wellving</name>
<email>andreas.wellving@enea.com</email>
</author>
<published>2020-08-28T04:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=9f469b481144dfebef413bbb994c97b120a41c6a'/>
<id>urn:sha1:9f469b481144dfebef413bbb994c97b120a41c6a</id>
<content type='text'>
Change-Id: I2a103bd73f5daaea8357ff2c5094dc2dd7fdf193
Signed-off-by: Andreas Wellving &lt;andreas.wellving@enea.com&gt;
</content>
</entry>
<entry>
<title>README: Don't specify branches on dependent layers</title>
<updated>2020-08-03T12:15:56+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2020-08-03T12:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=12622948f531f0fb044c945c34116a925546ae0a'/>
<id>urn:sha1:12622948f531f0fb044c945c34116a925546ae0a</id>
<content type='text'>
This would add too much overhead when switching branches.

Change-Id: I9ca5dbd0530017fcdd29fcb1d7a061386c98350e
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>NFV Access distro version increased to 2.2.3</title>
<updated>2020-07-29T07:19:44+00:00</updated>
<author>
<name>Adrian Calianu</name>
<email>Adrian.Calianu@enea.com</email>
</author>
<published>2020-07-29T07:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=053a2a267d0d7b3bc188224ee742ecdbdbdfd1ec'/>
<id>urn:sha1:053a2a267d0d7b3bc188224ee742ecdbdbdfd1ec</id>
<content type='text'>
Change-Id: I7655edfba90f40df5a66ec22f865db26e5db54ed
</content>
</entry>
<entry>
<title>DISTRO_VERSION_MAJOR weak assignment</title>
<updated>2020-07-13T20:47:28+00:00</updated>
<author>
<name>Matei Valeanu</name>
<email>Matei.Valeanu@enea.com</email>
</author>
<published>2020-07-13T20:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=2dee8b54719c033f49427257bca5321d30120b9c'/>
<id>urn:sha1:2dee8b54719c033f49427257bca5321d30120b9c</id>
<content type='text'>
Set DISTRO_VERSION_MAJOR to a weaker default assignment, so that
it can be easily overriden from local.conf

Change-Id: I5cd83aa260ec11495b2622d1068da3f9f914db88
Signed-off-by: Matei Valeanu &lt;Matei.Valeanu@enea.com&gt;
</content>
</entry>
<entry>
<title>eneanfvaccess.conf: Add scp to HOSTTOOLS</title>
<updated>2020-07-01T09:12:21+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2020-06-30T11:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=eedf0208621ff4a0a229342e582668e77c512365'/>
<id>urn:sha1:eedf0208621ff4a0a229342e582668e77c512365</id>
<content type='text'>
This is needed for fetching ODM through ssh.

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Change-Id: I1d6f44c3f8f3dcfd17c1b1c4f916adf889a8b854
</content>
</entry>
<entry>
<title>Update for develop branch</title>
<updated>2020-06-09T16:27:58+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2020-06-09T16:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=de9614aad1d7da8204cfe2da9c2006ea757fc106'/>
<id>urn:sha1:de9614aad1d7da8204cfe2da9c2006ea757fc106</id>
<content type='text'>
Change-Id: Ie9b0e7fa3d9c32a369f7ebc6e10287e018340c0a
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
<entry>
<title>Update layer dependencies to account for new layer names</title>
<updated>2020-05-28T09:37:27+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2020-05-25T13:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-nfv-access.git/commit/?id=0d4fc8541981fb952444695008c5e1d783236af8'/>
<id>urn:sha1:0d4fc8541981fb952444695008c5e1d783236af8</id>
<content type='text'>
Change-Id: I34619d8b8170a17a3281dc7e8162e88ca18d5c7d
Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
</content>
</entry>
</feed>
