Commit Graph

16 Commits

Author SHA1 Message Date
Dan McGregor
d576b2f2f1 Fix issues with the UNPACKDIR transition
Update a few recipes to use UNPACKDIR instead of WORKDIR directly.
This fixes building against newer master openembedded-core.
2024-12-06 14:20:06 -06:00
Khem Raj
4ac3c7265a layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-09 10:31:27 -07:00
Otavio Salvador
cf2ab8d76c ccimx6ul: Remove remaining files
When removing the machine we ended not removing all files. This removes
all the related ones.

Fixes: e50d808 "ccimx6ul*: Drop unbuildable boards"
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-08-21 13:11:35 -03:00
Alex Gonzalez
12769c06e7 init-ifupdown: ccimx6ulsbcpro: Add Wi-Fi interfaces to the interfaces file
The ConnectCore 6UL SBC Pro has a Wi-Fi interface with support for both
station and softAP modes.

This commit adds an interfaces file that defines a wlan0 interface for the
station mode, a wlan1 interface for the softAP mode.

Note that for softAP functionality to work, MAC addresses for the virtual
wireless interfaces need to be programmed in the uboot environment with:

env set wlan1addr aa:cc:cc:xx:yy:zz
env set wlan2addr aa:cc:cc:xx:yy:zz
env set wlan3addr aa:cc:cc:xx:yy:zz

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2019-05-22 09:02:48 -03:00
Alex Gonzalez
3ca520ba95 init-ifupdown: ccimx6ulsbcexpress: Add wi-Fi interfaces to interfaces file
The ConnectCore 6UL SBC Express has a Wi-Fi interface with both station
and softAP functionality. This interfaces file adds the wlan0 interface for
station and wlan1 interface for softAP.

Note that for softAP functionality to work, MAC addresses for the virtual
wireless interfaces need to be programmed in the uboot environment with:

env set wlan1addr aa:cc:cc:xx:yy:zz
env set wlan2addr aa:cc:cc:xx:yy:zz
env set wlan3addr aa:cc:cc:xx:yy:zz

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2019-05-22 09:02:48 -03:00
Alex Gonzalez
017994915c udev-rules-digi: Add udev rules for Digi International SOMs
This new package contains udev rules for the Digi International SOMs and
SBCs.

It initially contains only rules for the qca6564 Wi-Fi and BT and for the
ccimx6ul SOM, but it will get extended to cover other interfaces and
SOMs.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2019-05-22 09:02:48 -03:00
Alex Gonzalez
b4d2c84622 init-ifupdown: ccimx6ulsbcpro: Add interfaces file
The ConnectCore 6UL SBC Pro has two wired ethernet interfaces. This commit
adds an interfaces file with both eth0 and eth1 interfaces.

Note that the ethernet interface that is enabled in U-Boot is the eth1
interface in the Linux kernel.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2019-03-06 13:35:19 -03:00
Alex Gonzalez
6093ee4713 init-ifupdown: ccimx6ulsbcexpress: Add interfaces file
Adapt the interfaces file to the single wired ethernet available on the
ConnectCore 6UL SBC Express board.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2019-03-06 13:35:19 -03:00
Otavio Salvador
6d0e053823 net-persistent-mac: Use the license text from common-licenses
The previous used license file (from OE-Core source) has changed so
we now use the files from common-licenses to avoid this in future.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-01-29 10:56:49 -02:00
Eric Bénard
43aa8be995 init-ifupdown: migrate interfaces from netbase
since Mon Feb 4 19:13:20 2013 +0200, commit
"5ce5c3d netbase: split up in netbase and init-ifupdown" in oe-core
moved netbase's configuration file into init-ifupdown

Change-Id: Iefdf697cdb080adc4cfd9a157406a3c5fa25b7bb
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-09-22 18:12:47 -03:00
Otavio Salvador
83e8f04f08 netbase: Remove persistency MAC script
The machine uses the 'net-persistent-mac' package to provide this
feature and this script were forgot to be removed when moving to
it. While on that, updates the bbapend version to follow OE-Core
upgrade.

Change-Id: I0ef64c4ccec70dfe3e0e038e83abb823b2d2a1a6
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-05-04 00:34:19 -03:00
Otavio Salvador
46aff34b25 netbase: bbappend version 5.0
This updates to the newer version, applied to OE-Core.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-11 14:05:54 -03:00
Adrian Alonso
99483514f5 net-persistent-mac: add imx233-olinuxino-maxi setting
Set imx233-olinuxino-maxi default network interface

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-07-03 21:32:42 -05:00
Adrian Alonso
4bc7bb0f80 netbase: drop script for persistent MAC
This will be handled by net-persistent-mac package.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-07-03 21:28:27 -05:00
Adrian Alonso
99670d8956 net-persistent-mac: allow for network device MAC persistency
Some network devices do not have a fixed MAC address however this is
important to allow auto-configuration in a DHCP network.

To accomplish it, in a more generic way, we store the MAC and restore
it *before* the network services are started thus compatible with
netbase and connman configurations.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-07-03 21:26:06 -05:00
Otavio Salvador
968b00896e netbase (imx233-olinuxino-maxi): add MAC persistency
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21 08:13:32 -03:00